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

Problem with watermark in sapscript

former_member569532
Participant
0 Likes
989

Hi Experts,

I have to display water mark in sapscript.I have searched serveral posts in SCN.I have created a watermark image in paint and saved as 256 color bmp image and uploaded in SE78.I am displaying this image in sapscript using Bitmap statement.But it is always overriding the data in main window.Kindly advise how to solve this issue.

Thanks,

Anusha

3 REPLIES 3
Read only

iftah_peretz
Active Contributor
0 Likes
802

Hey,

Just from reading SapScript, I picture the world of pain that you are in. As I am not in front of an SAP system and lack the desire to spend hours to get the answer that will only be probably right under the conditions of the form I will test it on (and not your form), allow me to suggest the following workarounds:

  • Have a premade paper with the watermark and when printing that specific form use that paper.
  • Move the form into Smartform, Adobe forms or any other, more advanced platform (including a program that could generate an MS word from it).
  • Have the image as a logo at a visible place (e.g. in one of the corners of the page) and communicate that it can achieve the same results as a watermark. Of course, the initiator of the requirement needs to be aboard.

Read only

Sandra_Rossi
Active Contributor
Read only

former_member569532
Participant
0 Likes
802

I have solved the problem my self with the item_header_f text element.