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: 

Need to print a watermark in all printouts

Former Member
0 Kudos

Hi,

We need to print a watermark in all printouts that are printed in a particular server(Quality system).

Any pointers in it will be a great help.

Thanks in advance,

Karthikeyan.

1 REPLY 1

Former Member
0 Kudos

SMARTFORM and SAPscript output -or- ALL output (including ABAP list reports)?

I have seen people put code in ABAP and SAPscript to check the system id.

IF SY-SYSID = 'QAS'.

....

In SAPscript, it could be an INCLUDE of a watermark image.