sitetaya.blogg.se

Graphicconverter watermark script
Graphicconverter watermark script





graphicconverter watermark script
  1. Graphicconverter watermark script how to#
  2. Graphicconverter watermark script driver#

You can save this block as .txt file and use report RSTXSCRP to import into your system.

Graphicconverter watermark script driver#

I have attached my SAPScript, Little driver program code and the test watermark image for your reference. This option seems to work with little logic to print the watermark on each page. Option 2: Call a Graphics inside the MAIN window. This will overlap the content of the main window by the Graphics (which is not our purpose). So, Main window will be executed before Graphics window.

graphicconverter watermark script

This option is not working because: System starts the processing of the windows in the sequence maintained on the page window of SAPScript. Option 1: Create a GRAPHICS window on the center of the page and include the watermark. To get the graphics on every page we have couple of options:

graphicconverter watermark script

Graphicconverter watermark script how to#

Second is how to get the watermark on each page: The Graphics with the “Reserve Height Automatically” as ON generates output like this: So, when we include this graphics in our SAPScript, system will reserve predefined space on the page which will prevent the next line to print in that space. bmp file as the graphics in the SE78, system by default sets the indicator “Reserve Height Automatically” as ON. This kind of graphics should not have the “Reserve Height Automatically” as ON in their attributes. Watermark Graphics should have some specific property. There are couples of hurdles in the way to get it working: But today, I got a good solution, which I thought would be useful to everybody. I have tried couple of times with different techniques like calling the subroutine which SmartForm uses for background processing from SAPScript, putting the graphics in various windows and call them from driver program, etc. There wasn’t any suitable answer, which can get the watermark in SAPScript. On the other day, I was reading through SCN and this question came up.







Graphicconverter watermark script