cancel
Showing results for 
Search instead for 
Did you mean: 

Show company logo

Former Member
0 Kudos

I created a sapscript to print a invoice with company logo, i copy the sytnax form other sapscript,

INCLUDE &ZLOGO& OBJECT TEXT ID ST LANGUAGE E PARAGRAPH AS

but it can't display the logo in my new program. It is necessary to make some configuration? Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

If want insert logo to u r form first u should go TCODE SE 78

in this upload logo form prostration server to SAP system.

thn goto SE71 wich window u want u insert log double click on that window

than insert GRAPHICS select your logo in the system

i think it will workout.

Thanks.

Patil

former_member196280
Active Contributor
0 Kudos

Before you insert your logo goto SE78 and check the preview of the logo.,

The best way to insert your image is

window -> Insert -> graphics -> select color/bmon grid screen -> enter image name

If you are not using the method use INCLUDE/ BITMAP in your Scirpt Editor to display Logo.

Ex,

/: INCLUDE 'LOGO_NAME' OBJECT TEXT ID ST

/: BITMAP 'LOGO_NAME' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 200

Regards,

SaiRam

Former Member
0 Kudos

write /: iNCLUDE &ZLOGO& OBJECT TEXT ID ST LANGUAGE E PARAGRAPH AS. It will do . Otherwise go to insert->graphics-> select the graphics.

Regards,

Mallick

former_member187452
Contributor
0 Kudos

The include command is inserted when u go through insert and then click on graphics menu.

so u go to include -> graphics menu and give the logo name.

or instead of this u can use the BITMAP command.

Try using BITMAP command.