cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT water mark image

former_member213851
Active Contributor
0 Kudos

Hi Gurus,

My requirement is to add watermark image in the SAP script. I created a Graphic window and dispalyed the image but the image is Trasparent in some part of output while in some part it's not.

Please suggest solution for the same.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213851
Active Contributor
0 Kudos

Hi Gurus,

The issue was solved. Thanks for Your response. 

Actually I was getting improper results in Print preview but when I took the print out , the result was Transparent watermark image.

Former Member
0 Kudos

Hi,

First save your image as bitmap and upload that image in se78

Use the following piece of code in your script

BITMAP '<Image name>' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

Regards,

Aravind