<?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: Is it possible to use same sap script for different comp code with difflogo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172429#M754907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do it. In the logo window put your conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF bukrs = '100'.&lt;/P&gt;&lt;P&gt;Include for first logo &lt;/P&gt;&lt;P&gt;ELSEIF bukrs = '200'.&lt;/P&gt;&lt;P&gt;Include for second logo &lt;/P&gt;&lt;P&gt;ESLEIF bukrs = 300.&lt;/P&gt;&lt;P&gt;Include for third logo.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 07:20:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T07:20:32Z</dc:date>
    <item>
      <title>Is it possible to use same sap script for different comp code with difflogo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172428#M754906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 company codes. I need to use same sap script to all  but each company code has different logo. I dnt want to go for 3 different sap script. Is it possible to change in coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If comp code = '100'&lt;/P&gt;&lt;P&gt;print ' logo1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If comp code = '200'&lt;/P&gt;&lt;P&gt;print ' logo2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If comp code = '300'&lt;/P&gt;&lt;P&gt;print ' logo3'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in same sapscript.If yes how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 07:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172428#M754906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T07:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use same sap script for different comp code with difflogo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172429#M754907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do it. In the logo window put your conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF bukrs = '100'.&lt;/P&gt;&lt;P&gt;Include for first logo &lt;/P&gt;&lt;P&gt;ELSEIF bukrs = '200'.&lt;/P&gt;&lt;P&gt;Include for second logo &lt;/P&gt;&lt;P&gt;ESLEIF bukrs = 300.&lt;/P&gt;&lt;P&gt;Include for third logo.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 07:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172429#M754907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use same sap script for different comp code with difflogo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172430#M754908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can do it.&lt;/P&gt;&lt;P&gt;In Sap Script use:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: If Comp code='100'&lt;/P&gt;&lt;P&gt;   INCLUDE ZHEX-LOGO100 OBJECT TEXT ID ST LANGUAGE EN&lt;/P&gt;&lt;P&gt;/:Elseif comp code = '200'&lt;/P&gt;&lt;P&gt;INCLUDE ZHEX-LOGO200 OBJECT TEXT ID ST LANGUAGE EN&lt;/P&gt;&lt;P&gt;/:Else&lt;/P&gt;&lt;P&gt;INCLUDE ZHEX-LOGO300 OBJECT TEXT ID ST &lt;/P&gt;&lt;P&gt;LANGUAGE EN&lt;/P&gt;&lt;P&gt;/:Endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 07:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-use-same-sap-script-for-different-comp-code-with-difflogo/m-p/3172430#M754908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T07:20:55Z</dc:date>
    </item>
  </channel>
</rss>

