cancel
Showing results for 
Search instead for 
Did you mean: 

Logo is not displayed in sap script

Former Member
0 Kudos

Dear friends,

I have carried out the following steps for including logo in SAP script.

Goto SE78>Form graphics-> bitmap images->click the color bit image radio button> and found various images , in that i select

IDES_LOGO.

In the SAP Script SE71-> create a main window give the left margin 1.40cm , window width 8.20cm, upper margin 2.00 and window height is 5.00 cm.

and in the text element ,-> |: INCLUDE 'ZHEX-MACRO-IDES_LOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

but the logo is not displayed, only window border only displayed.

Kindly help what i can do to proceed further?

Regards,

K.S.Kannan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do not put single qouets and remove the language parameter as well

use like below:

INCLUDE ZHEX-MACRO-IDES_LOGO OBJECT TEXT ID ST

Former Member
0 Kudos

Dear Lokesh,

Thanks for your reply.

I used the below code, as per your suggestion, but still the Logo is not visible.

/:INCLUDE ZHEX-MACRO-IDES_LOGO OBJECT TEXT ID ST

and also took print out and tested , but the logo is not visisble.

Kindly suggest to proceed further.

Regards,

K.S.Kannan

antony_paul2
Active Participant
0 Kudos

try this

/: BITMAP ZHEX-MACRO-IDES_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL

Or

go to Script Editor for the particular window and click on Insert->Graphics->and select the logo from the dialogue box

Former Member
0 Kudos

Hi,

You need to take care of your window size.. Pls make sure that your logo window must have enough space to contain the logo.. most of the time this is the only problem..

The simplest way....

Do one more thing.. first remove the command that you have written... Follow the below steps:

1. In your script editor,, Go in main menu (AT the top) . Insert -> Graphics ... Here you can directly give your logo name that you have maintained in SE78 ..

You do not need to write any code.. I will automatically come in the editor..

Answers (0)