cancel
Showing results for 
Search instead for 
Did you mean: 

image in script

Former Member
0 Kudos

Hi experts,

I need to upload a singature image into a sap script.I did that using se78 and included

BITMAP 'com_sig' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150 into the text element of one of the windows. Still its not showing in the script. When debugged it giving the error <b>"include graphics,com_sig ,Bmap ,BC, is not available".</b> . If anyone encountered the same problem plz help me.I

ts very urgent iplz help me.

f hlepful points will be rewarded promptly

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

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

Answers (3)

Answers (3)

Former Member
0 Kudos

thank you very much.

Former Member
0 Kudos

Hi seshu and ram,

Thanks for ur ideas. I got the problem solved. I inserted graphis instead inserting it as a text element. Thanks any way.

Former Member
0 Kudos

Hello Anirvesh,

/: INCLUDE COM_SIG TEST OBJECT GRAPHICS ID BCOL LANGUAGE EN

I guess com_sig should be upper case and not in single quotation.

Navigation to call Logo in window :

Goto Logo window -> Insert -> graphics -> select color grid screen -> enter logo name in name column

now you should get it.

do not type it

Thanks

Seshu