cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript-logo

Former Member
0 Kudos

hi gurus i have already checked the in forums regarding the uploading the logo but i dint get exact info

this is regarding the uploading logo.

i am trying to upload the logo with the t-code se78. i have imported the logo but how to place it in the sap script.

in the forums it is said that

a popup appears select the tab as required and then give the name of the graphic as you mentioned

or

*/: BITMAP 'name of the image' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 075*

but i dint see any where plaease can you tell me where this is generated.

regards,

laya.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

resolved and thank you

Former Member
0 Kudos

Hi

Use INSERT->GRAPHIC option in Text to use logo uploaded using SE78.

I don't think givin DPI option is mandatory.

Using the above path will also check the availability of the logo.

It will give statement with format as

/: BITMAP 'Your logo name' OBJECT GRAPHICS ID BMAP TYPE BCOL(depends on col or B/W image)

Regards

Vijai

Edited by: Vijai Dixit on Jun 24, 2009 7:39 AM

Former Member
0 Kudos

Hi,

In the script goto Insert-Graphics and give the name of the logo created in se78.

it will be inserted as below syntax.

INCLUDE Z0000-PO-PURCH_LOGO LANGUAGE EN OBJECT TEXT ID ST

thanks,

satheesh

Former Member
0 Kudos

hi sathish,

first of all thanks for the reply.

i have uploaded the logo from se78 and i went to se71 to the logo window from there i went to the insert and clicked on the graphics and i have imported the logo which i have uploaded.

but when i activate and see the i could still see OLD LOGO which is existing.

do i need to take out the existing one and insert the new one?

if that is the case i have taken out the existing one which is

INCLUDE MEYL OBJECT GRAPHICS ID BCOL LANGUAGE EN

and

changed to INCLUDE KATA OBJECT GRAPHICS ID BCOL LANGUAGE EN.

even then the result is same... can you please tell me where i went worng or how to do it

it is a modification to the existing one. i should take out the old one and insert the new one.

regards,

laya.

former_member555112
Active Contributor
0 Kudos

Hi,

When you go into the sapscript editor for a particular page window where you want to add the graphics;

In the MENU entries go to INSERT-->Graphics.

A pop up will appear to select the graphics object.

Regards,

Ankur Parab

Former Member
0 Kudos

Hi,

Refer to this link..