<?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 Window position in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218805#M767588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ppl,&lt;/P&gt;&lt;P&gt;My requirement is to print the logo on right side for a particular company code. For other company codes, I need to print the logo on left side.&lt;/P&gt;&lt;P&gt;Always the opposite side (left or right depending on company code) will have address printed.&lt;/P&gt;&lt;P&gt;How can I achieve this in sapscripts ie. to change the window position dynamically.&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;Reward points guaranteed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamoil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 13:36:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T13:36:57Z</dc:date>
    <item>
      <title>Window position in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218805#M767588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ppl,&lt;/P&gt;&lt;P&gt;My requirement is to print the logo on right side for a particular company code. For other company codes, I need to print the logo on left side.&lt;/P&gt;&lt;P&gt;Always the opposite side (left or right depending on company code) will have address printed.&lt;/P&gt;&lt;P&gt;How can I achieve this in sapscripts ie. to change the window position dynamically.&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;Reward points guaranteed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamoil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 13:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218805#M767588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Window position in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218806#M767589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create two windows in the script and depending on the company code you can include eihter the logo or the address standar text and update the same in the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 13:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218806#M767589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T13:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Window position in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218807#M767590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamoil,&lt;/P&gt;&lt;P&gt;Create two windows for logo and two windows for the text on the opposite corner.&lt;/P&gt;&lt;P&gt;Suppose u create windows LOGO_LFT and LOGO_RGT for the logos on left and right resp, and, TEXT_LFT and TEXT_RGT for text on left and right resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOGO_LFT:&lt;/P&gt;&lt;P&gt;If bukrs NE 'Certain Co. code'.&lt;/P&gt;&lt;P&gt;Insert graphic.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOGO_RGT:&lt;/P&gt;&lt;P&gt;If bukrs EQ 'Certain Co. code'.&lt;/P&gt;&lt;P&gt;Insert graphic.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_RGT:&lt;/P&gt;&lt;P&gt;If bukrs NE 'Certain Co. code'.&lt;/P&gt;&lt;P&gt;Insert text.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_LFT:&lt;/P&gt;&lt;P&gt;If bukrs EQ 'Certain Co. code'.&lt;/P&gt;&lt;P&gt;Insert text.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dawood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 06:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218807#M767590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T06:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Window position in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218808#M767591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You must create two windows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the text elemnt of first window write following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if BUKRS EQ 'PIIL'&lt;/P&gt;&lt;P&gt; BITMAP 'ZSIGN2' OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;in the text elemnt of second window write following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if BUKRS EQ 'PIAG'&lt;/P&gt;&lt;P&gt; BITMAP 'ZSIGN2' OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here &lt;/P&gt;&lt;P&gt;- 'ZSIGN2' is the name of bitmap image uploaded by se78.&lt;/P&gt;&lt;P&gt;- PIIL name of first company code.&lt;/P&gt;&lt;P&gt;- PIAG name of second company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 06:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-position-in-sapscript/m-p/3218808#M767591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T06:40:25Z</dc:date>
    </item>
  </channel>
</rss>

