‎2005 Aug 23 4:15 PM
Hello,
I just wanted to know if we can do watermarking in SAPScript forms ?
Relevant points will be awarded.
Tushar.
‎2005 Aug 23 4:21 PM
Hello Tushar,
I dont think it is possible in scripts, in smart forms you can upload as background picture .
‎2005 Aug 23 4:21 PM
Hello Tushar,
I dont think it is possible in scripts, in smart forms you can upload as background picture .
‎2005 Aug 23 4:28 PM
‎2005 Aug 23 5:25 PM
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
‎2005 Aug 23 5:29 PM
‎2005 Aug 23 5:32 PM
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
‎2005 Aug 23 5:57 PM
Hi,
Wat saka told works pretty fine.... Go ahead with that.
With regards,
praveen.
‎2005 Nov 07 10:55 PM
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
‎2005 Nov 08 2:45 PM
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