<?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 Moving an image in SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360385#M179019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included an Bitmap image(company logo) in a window underneath a SAPScript. However, I'll need to maintain two different company logos within a window, in which company logo is displayed based on the company code. (e.g. LogoA is displayed upon company code 2003 - 2010; LogoB is displayed upon company code 2011 - 2020).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've controlled the above using a CASE statement as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE &amp;amp;ITAB_INV-BUKRS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN '2003'&lt;/P&gt;&lt;P&gt;BITMAP 'ZLOGOA' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;WHEN '2020'&lt;/P&gt;&lt;P&gt;BITMAP 'ZLOGOB' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300&lt;/P&gt;&lt;P&gt;ENDCASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the company code range from 2003 - 2010, it will display at X-axis 20cm Y-axis 8cm, else, if from 2011 - 2020, logo will be appeared at X-axis 30cm Y-axis 10cm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did some of you come across this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 10:28:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T10:28:42Z</dc:date>
    <item>
      <title>Moving an image in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360385#M179019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included an Bitmap image(company logo) in a window underneath a SAPScript. However, I'll need to maintain two different company logos within a window, in which company logo is displayed based on the company code. (e.g. LogoA is displayed upon company code 2003 - 2010; LogoB is displayed upon company code 2011 - 2020).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've controlled the above using a CASE statement as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE &amp;amp;ITAB_INV-BUKRS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN '2003'&lt;/P&gt;&lt;P&gt;BITMAP 'ZLOGOA' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;WHEN '2020'&lt;/P&gt;&lt;P&gt;BITMAP 'ZLOGOB' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300&lt;/P&gt;&lt;P&gt;ENDCASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the company code range from 2003 - 2010, it will display at X-axis 20cm Y-axis 8cm, else, if from 2011 - 2020, logo will be appeared at X-axis 30cm Y-axis 10cm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did some of you come across this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360385#M179019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an image in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360386#M179020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u   put  the  same   dpi  for  diffrent  diffrent   logo...&lt;/P&gt;&lt;P&gt;dpi depend  upon the intencity  of  picture. if  intencity  of  picture  is high than it seems  bigger  for  sam,e  dpi.&lt;/P&gt;&lt;P&gt;u  have  to  put  diffrent  diffrent  dpi for  diffrent-2  image   for  ur  requirment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360386#M179020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an image in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360387#M179021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;u can very well position ur logo using the XPOS &amp;amp; YPOS command along with the logo command.&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;/:BITMAP 'ZLOGOA' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300 XPOS '2' CM YPOS '1' CM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it resolves ur issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-image-in-sapscript/m-p/1360387#M179021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:51:00Z</dc:date>
    </item>
  </channel>
</rss>

