Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Insert Signature Image in the SAP SCRIPT main window

Former Member
0 Kudos

Hi All,

I am facing an issue while inserting the Signature image in the SAP SCRIPT main window. Please find the the screenshot attached and provide me the solution.

Not displaying the Signature in the output in ME23N.

Thanks,

Siva

1 ACCEPTED SOLUTION

michael_kozlowski
Active Contributor
0 Kudos


check syntax in SAPSCRIPT should be -> /: BITMAP logo OBJECT graphics ID BMAP TYPE BCOL

2 REPLIES 2

michael_kozlowski
Active Contributor
0 Kudos


check syntax in SAPSCRIPT should be -> /: BITMAP logo OBJECT graphics ID BMAP TYPE BCOL

former_member809980
Participant
0 Kudos

Hi ,

In se78 u have to upload BMP files only.

First of all convert the image into BMP file uisng paint. and upload it using se78

In scripts to fix the size u can use...

/: BITMAP '<IMAGE_NAME>' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 600

you can fix the resolution using DPI <Number>

thanks