Application Development and Automation 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: 
Read only

Watermarking

Former Member
0 Likes
966

Hello,

I just wanted to know if we can do watermarking in SAPScript forms ?

Relevant points will be awarded.

Tushar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
872

Hello Tushar,

I dont think it is possible in scripts, in smart forms you can upload as background picture .

8 REPLIES 8
Read only

Former Member
0 Likes
873

Hello Tushar,

I dont think it is possible in scripts, in smart forms you can upload as background picture .

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
872

Yes, I have done several. The trick is to use an image loaded into SE78. The image must be on a grey scale. I have developed my images in MS Paint. Then all you need to do is include the image in your SAPscript. That's it.

Regards,

Rich Heilman

Read only

0 Likes
872

Hi,

I know how to use images as background images in smartforms but how do we do the same in SAPScript ?

I mean how do we include the image in SAPScript ?

Can yopu tell me

Read only

0 Likes
872

Create a window, add this line of code in the window.

/:  BITMAP &IMAGENAME& OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

Please remember to award points for helpful answers. Thanks.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
872

hi,

u can do but it print only in first page of the script . it won't repeat in next page . the trick is create 2 main window and overlap one main window with another main window . create picture in grey scale and add it in se78.

then give this sample code in main window .

/: Bitmap <se78 pic> object graphics id bmap type bcol.

/: new-window.

  • this is sample

Read only

0 Likes
872

Hi,

Wat saka told works pretty fine.... Go ahead with that.

With regards,

praveen.

Read only

0 Likes
872

Hi Sa Ka

I need to print a grey scale image as a watermark in SAP Script. I did everything that you have suggested but still wasn't able to get the image as a wetermark. I mean the image suppresses the text while what i want is that image should come in background with the text displaying on top of it. As far as i can see i need to do something regarding the saving of the image in grey scale. PLz suggest.

Thanks

Read only

0 Likes
872

Hi Neeraj,

For SAPScript, if the objective is to convey that the document is 'Draft', then, instead of using an image, you could try an alternate option of using a standard text(created in SO10) and include that in the MAIN window. The text could say something like 'DRAFT DOCUMENT' or 'NOT FOR BUSINESS USE' etc.

Unlike SapScripts, Smartforms have better and easier graphics control.

Let us know if this helps.

Thanks,

Anand