<?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: SAPScript: multiple Logos in same layout?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871823#M50025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My colleague had to do the same thing last week.  All he had to do was an IF statement in the sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF companycode = '0010'
BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ELSEIF companycode = '0020'
BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ENDIF&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>Tue, 05 Apr 2005 00:36:24 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-04-05T00:36:24Z</dc:date>
    <item>
      <title>SAPScript: multiple Logos in same layout??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871822#M50024</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 want to use multiple logo on same layout. I want to choose logo depending upon Company Code wise.But at one time one logo will get dispaly at layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this can be possible as i am getting Graphic window non-editable. How can i put if condition for this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 00:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871822#M50024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-05T00:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript: multiple Logos in same layout??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871823#M50025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My colleague had to do the same thing last week.  All he had to do was an IF statement in the sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF companycode = '0010'
BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ELSEIF companycode = '0020'
BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ENDIF&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>Tue, 05 Apr 2005 00:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871823#M50025</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-04-05T00:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript: multiple Logos in same layout??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871824#M50026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where should I put the following code? As Graphic Window Text Editor is non-editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 00:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871824#M50026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-05T00:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript: multiple Logos in same layout??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871825#M50027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine, I have created a New Window for logo and putting the code in the Text editor of logo window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 01:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-logos-in-same-layout/m-p/871825#M50027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-05T01:40:58Z</dc:date>
    </item>
  </channel>
</rss>

