<?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: script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576132#M260143</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;&lt;/P&gt;&lt;P&gt;Changing logo can be done in Imaging option in window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps to be followed for uploading graphics in R/3 system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First save the file as BMP &lt;/P&gt;&lt;P&gt;2. Open the BMP file in IMaging (Goto -&amp;gt; Programs -&amp;gt; Accessories -&amp;gt; Imaging) and &lt;/P&gt;&lt;P&gt;make it Zoom as 100% and save as *.TIFF &lt;/P&gt;&lt;P&gt;3. Open SE38 and execute program RSTXLDMC &lt;/P&gt;&lt;P&gt;4. Give your TIFF file path name &lt;/P&gt;&lt;P&gt;5. Select Bcol (for Color) &lt;/P&gt;&lt;P&gt;6. TEXT ID will be ZHEX-MACRO-*. &lt;/P&gt;&lt;P&gt;7. Inplace of * write your own logo name (ZCOMPANYLOGO) &lt;/P&gt;&lt;P&gt;8. Execute the program &lt;/P&gt;&lt;P&gt;9. Now Goto SE71 create your ZFORM &lt;/P&gt;&lt;P&gt;10. Create logo window &lt;/P&gt;&lt;P&gt;11. Goto text element of logo window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6x :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto SE71 Change the mode to GRAPHICAL &lt;/P&gt;&lt;P&gt;2. Choose the Graph Tabstrips &lt;/P&gt;&lt;P&gt;3. Now type in some name for the LOGO WINDOW &lt;/P&gt;&lt;P&gt;4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP &lt;/P&gt;&lt;P&gt;5. The code will be written automatically. You just need to drag and drop wherever you want &lt;/P&gt;&lt;P&gt;the graphics to be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and let me know if u face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 06:18:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T06:18:23Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576130#M260141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one tell me how i need to change the logos in sap script according to the logic, e.g. i have written a logic states that if this option is true display logo1 else display logo2, and how can i do it with 2 logos, if i uploaded the logo again its overlapping the previous one and how can i add two logos, and run according to the logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576130#M260141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576131#M260142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EX--&lt;/P&gt;&lt;P&gt;already logo is priting using the statement &lt;/P&gt;&lt;P&gt;INCLUDE ZUS_BHI_LOGO_PO OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above this statement in kept like this BASED  ON CONDITION IN SAME WINDOW..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;EKPO-WERKS&amp;amp; ='0982' OR &amp;amp;EKPO-WERKS&amp;amp; ='1027'&lt;/P&gt;&lt;P&gt;INCLUDE ZHCC_LOGO OBJECT TEXT ID ST LANGUAGE EN&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;INCLUDE ZUS_BHI_LOGO_PO OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576131#M260142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576132#M260143</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;&lt;/P&gt;&lt;P&gt;Changing logo can be done in Imaging option in window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps to be followed for uploading graphics in R/3 system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First save the file as BMP &lt;/P&gt;&lt;P&gt;2. Open the BMP file in IMaging (Goto -&amp;gt; Programs -&amp;gt; Accessories -&amp;gt; Imaging) and &lt;/P&gt;&lt;P&gt;make it Zoom as 100% and save as *.TIFF &lt;/P&gt;&lt;P&gt;3. Open SE38 and execute program RSTXLDMC &lt;/P&gt;&lt;P&gt;4. Give your TIFF file path name &lt;/P&gt;&lt;P&gt;5. Select Bcol (for Color) &lt;/P&gt;&lt;P&gt;6. TEXT ID will be ZHEX-MACRO-*. &lt;/P&gt;&lt;P&gt;7. Inplace of * write your own logo name (ZCOMPANYLOGO) &lt;/P&gt;&lt;P&gt;8. Execute the program &lt;/P&gt;&lt;P&gt;9. Now Goto SE71 create your ZFORM &lt;/P&gt;&lt;P&gt;10. Create logo window &lt;/P&gt;&lt;P&gt;11. Goto text element of logo window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6x :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto SE71 Change the mode to GRAPHICAL &lt;/P&gt;&lt;P&gt;2. Choose the Graph Tabstrips &lt;/P&gt;&lt;P&gt;3. Now type in some name for the LOGO WINDOW &lt;/P&gt;&lt;P&gt;4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP &lt;/P&gt;&lt;P&gt;5. The code will be written automatically. You just need to drag and drop wherever you want &lt;/P&gt;&lt;P&gt;the graphics to be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and let me know if u face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576132#M260143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576133#M260144</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 can do it in two ways.&lt;/P&gt;&lt;P&gt;1. use text elements .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E : ELE_ONE&lt;/P&gt;&lt;P&gt;/:BITMAP LOGO_1 OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;/E : ELE_TWO&lt;/P&gt;&lt;P&gt;/:BITMAP LOGO_2 OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. or you can use if -else condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IF cond1 = 'X'&lt;/P&gt;&lt;P&gt;/:BITMAP LOGO_1 OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;/: ELSE&lt;/P&gt;&lt;P&gt;/:BITMAP LOGO_2 OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;/:ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576133#M260144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576134#M260145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got the logic but how can i upload 2 logs , when i use rstxldmc to upload the first logo its ok, its fine but when i upload the next logo its overlapping the first one can u plz give me the suggestion to this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576134#M260145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576135#M260146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R U CHANGE THE TEXT NAME (LOGO NAME ) when u upload 2nd  logo  both have  diffrent name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576135#M260146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576136#M260147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload these two logos with different names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576136#M260147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576137#M260148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes both logos have different name but its over lapping first one when i upload 2nd tiff file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576137#M260148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576138#M260149</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;U should give the different text name,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Text Name for first logo&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZHEX-MACRO-LOGO1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Text Name for second logo&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZHEX-MACRO-LOGO2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use if condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF PLANT = '  '&lt;/P&gt;&lt;P&gt;INCLUDE ZHEX-MACRO-LOGO1 OBJECT TEXT ID ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZHEX-MACRO-LOGO2 OBJECT TEXT ID ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576138#M260149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576139#M260150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks justin i got my answer i will try this out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1576139#M260150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:51:23Z</dc:date>
    </item>
  </channel>
</rss>

