cancel
Showing results for 
Search instead for 
Did you mean: 

How to inculde a log in script?

Former Member
0 Kudos

Hi all,

can u give me the code i have to write in sap script window's TEXT EDITOR

to include LOGO in script

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
INCLUDE LOGO OBJECT TEXT ID ST LANGUAGE EN.
Former Member
0 Kudos

Hi Ramesh,

Use transaction SE78 to import graphics to SAP.

To use an INCLUDE stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

You can also, in the form painter, either include directly to the form using menu Edit->Graphic->Create or using the INCLUDE statement in a window.

Erwan

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi ramesh,

It is like this:

You should upload the image using RSTXLDMC (TIFF file only).

Then it will be saved in the data base as a standard text.

Then you can chose from the TExt Editor menu:

Inserrt->Text->Standard

REgards,

Ravi

Former Member
0 Kudos

Hi,

You need to upload the logo to SAP first, if the Logo is already there in the SAP then ok, if not you need to use SE78 or execute the Program RSTXLDMC to upload the logo from the PC. then goto SE71, goto that window and Press the Line Editor button, then the Line editior will come there, INSERT --> Graphics. then a Pop-up will come there give the name of the logo or press F4 and select the LOGO name and press enter, then a single code will come in the Line editor, it will start with /: INCLUDE ....

Regards

Sudheer