<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Watermark in Sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213600#M134206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, i'm myself stumped too &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But anyway, I'm already looking for a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate everyone's help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 23:08:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T23:08:31Z</dc:date>
    <item>
      <title>Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213580#M134186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a watermark on a sapscript, but I haven't found how to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read some other messages on the forum that they said that including a bitmap on the window could do the trick, and another solution was to create a window overlapping the info window so it would appear as a watermark and lastly but not a solution for my requirement was to use a graphic window, this because i just only need the watermark on original copies, and as far I could see you can't add code to the graphic window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What have happened to me is that if I try to overlapp a window my picture rectangle form blocks the information, and so they are not showed because of the bitmap, and if I add the Bitmap command to include it on the window it moves the information below when I want the information over the bitmap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing is that is there anyway to import a transparent image, because I know BMP format can't be transparent while GIF can be, maybe that would help too, but I haven't found the way to do this, and I think there is no way neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help, advises, or workaround would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 18:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213580#M134186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213581#M134187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented this in the past.  Create a window which covers the area which will have the watermark,  use the INCLUDE statement in your sapscript to pull in the image that you loaded via SE78.  Make sure that you image is using the grey scale and not straight black.  That's really it.  Its just like bringing your logo into the sapscript except its bigger, grey, and in the middle. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213581#M134187</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213582#M134188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yes, the window will block the information underneath in Print Preview, but when you print it, the information will show thru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213582#M134188</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T19:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213583#M134189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not very familiar with the use of INCLUDE with Bitmaps, does this means that I have to convert my image into Tiff format first and then convert this into a text object with ID ST so it can work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the INCLUDE form is usually something like this:&lt;/P&gt;&lt;P&gt;INCLUDE 'TEXTNAME' OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the command i'm using is &lt;/P&gt;&lt;P&gt;INCLUDE 'LOGONAME' OBJECT GRAPHICS ID BMAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this isn't working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gilberto Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213583#M134189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T19:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213584#M134190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilberto,&lt;/P&gt;&lt;P&gt;   You can directly upload Bitmaps.&lt;/P&gt;&lt;P&gt;Use transaction SE78 to inmport graphics to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form painter, you can either include directly to the form using menu Edit-&amp;gt;Graphic-&amp;gt;Create or using the INCLUDE statement in a window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use an INCLUDE stanment, goto into the woindow script editor and use menu Include-&amp;gt;Graphic. The include can look like this for a bitmap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213584#M134190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213585#M134191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are actually doing images both ways.   But, where I have a watermark implemented we are using the BITMAP statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

BITMAP ZCUSTOMORDER OBJECT GRAPHICS ID BMAP TYPE BCOL


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ZCUSTOMORDER is a bitmap images stored in SE38 and not under standard text.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do store our logo under text and bring that into the sapscript with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE YPCC_LOGO OBJECT TEXT ID ADRS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213585#M134191</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213586#M134192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do use the INCLUDE as text option, you will have to convert the image to a baseline 6.0 tiff file.  Then upload it using program RSTXLDMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213586#M134192</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T19:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213587#M134193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213587#M134193</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T19:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213588#M134194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks, thanks again for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working for me yet. What i've done is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a simple image on PAINT with text 'ORIGINAL' on a light gray. &lt;/P&gt;&lt;P&gt;2. Upload it with transaction SE78.&lt;/P&gt;&lt;P&gt;3. Create a new window and use the Bitmap command to insert the watermark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i'm getting is the 'ORIGINAL' over the information, meaning that the information can't be seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if its how i'm creating the image, that has a white backgound as default. As far i know BMP format can't have transparent background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213588#M134194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T20:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213589#M134195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create the bitmap,  make sure to do the following .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click Image---&amp;gt;attributes.  Select radiobutton for black and white.  Now create your image.  Save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now upload to SE78,  i have mine loaded as color even though the image is black and white.  Its working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213589#M134195</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T20:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213590#M134196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't the position of the window matter?  I thought SAPscript worked top-down, so the watermark window would have to start higher than anything else.  It would print first, and then everything else would print over it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213590#M134196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213591#M134197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be correct, but this only effects in print preview, everyting should be visible when printing to printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213591#M134197</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T20:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213592#M134198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213592#M134198</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T20:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213593#M134199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the PAINT that comes with Windows, it has an opaque option.  By default, it is set on.  You may want to set it off?  IMAGE -&amp;gt; DRAW OPAQUE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 20:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213593#M134199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T20:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213594#M134200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of the replies and really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i've tried everything and its not working. I'm not sure why this isn't working, maybe window position, subject i'm not familiar on how this may work, or if this can be because of printer model. I don't think it is the image i'm generating nor the way I include it on the window of the sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will need to find a workaround. But still if you folks have any other ideas of what can solve this i'll appreciate any of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213594#M134200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T22:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213595#M134201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what is happening? Here are my assumptions.  Please correct me if I'm wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In print preview, there is a blank box(your window which holds the image) over the data which is to be shown on the form, you see no image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When you print this to a printer, you see the data, but no image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you view your image via SE78.  There is a preview button.  Make sure that you can see it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213595#M134201</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213596#M134202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's happening is that in the print preview I can see the image over the data, meaning that I can't see the data. The preview of the image on the se78 I can see it fine. In your previous post you said that in the print it may be showed like this but if you print it will be fine, meaning that will work as a watermark. However when I print it, I get exactly the same behavior as the print preview, I can't see any data, but only the image over them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213596#M134202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T22:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213597#M134203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow,  interesting.  In my system, it does not do that.  The image falls behind the data.   I don't think that I had to make the image opaque in PAINT, but it has been a while.  Have you tried making the image opaque in PAINT.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213597#M134203</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213598#M134204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, i've tried everything have been posted over here and some other possible solutions in my research over the net, but nothing worked. Not really sure what could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213598#M134204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T22:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Watermark in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213599#M134205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm stumped......and sorry. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on my 12th hour, maybe something will pop(in my head) after a mountain dew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watermark-in-sapscript/m-p/1213599#M134205</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-01T22:55:17Z</dc:date>
    </item>
  </channel>
</rss>

