cancel
Showing results for 
Search instead for 
Did you mean: 

Hi

Former Member
0 Kudos

How to upload bmp file to SAP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can upload bmp file into SAP through SE78 transaction.

or

u can upload by following below steps

Steps for uploading Logo :-:

1. Goto the transaction OAER

2. Enter the class name as 'PICTURES'

3. Enter the class type as 'OT'

4. Enter the object key as the name of the logo you wish to give

5. Execute

6. Then in the new screen select Standard doc. types in bottom window

Click on the Screen icon

Now, it will ask for the file path where you have to upload the logo

Regards,

Sankar

Answers (5)

Answers (5)

former_member196280
Active Contributor
0 Kudos

Goto SE78 tcode

click on BMP, and click import button, select the path either from application or presnetation server... don't forget to give the name to your image.

Regards,

SaiRam

Former Member
0 Kudos

Hi,

Goto: SE78 .

click on import menu

select file and give id and other details

Jogdand M B

Former Member
0 Kudos

in tcode se78 you can upload bmp files..

Former Member
0 Kudos

Hi

You can upload the Bmp fiel to scripts and smartforms

In scripts you have to convert into tiff file and to use

see the following

SAP SCRIPT

To create a logo in SAP printouts just do the following

1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.

2. Run program RSTXLDMC and enter the following parameters

Enter file name C:\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element, mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

SMARTFORM

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 Use TCode SE78 to upload new pictures and logos.

look at Thread Dynamic Graph in smartforms

Refer the links also -

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi,

execute the program RSTXLDMC.upload the bmp file to sap.

Regards

Divya.