<?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: RE : script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625381#M873379</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;if &amp;amp;page&amp;amp; eq 1&lt;/P&gt;&lt;P&gt;include the logo.&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 07:31:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T07:31:43Z</dc:date>
    <item>
      <title>RE : script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625377#M873375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                       i want to print logo in first page only how to do this. normally it automatically coming in all pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 06:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625377#M873375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE : script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625378#M873376</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;&lt;/P&gt;&lt;P&gt;You can achieve that by checking PAGE value inside your script window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;PAGE&amp;amp; EQ 1.&lt;/P&gt;&lt;P&gt;/:   INCLUDE &amp;amp;T024E-TXADR&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;/:   DEFINE &amp;amp;STREET&amp;amp;&lt;/P&gt;&lt;P&gt;/:   DEFINE &amp;amp;STR_SUPPL1&amp;amp;&lt;/P&gt;&lt;P&gt;/:   DEFINE &amp;amp;TEMP&amp;amp;&lt;/P&gt;&lt;P&gt;/:   PERFORM GET_DATA_ADRC IN PROGRAM Z_RFFOUS_C&lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;LFA1-ADRNR&amp;amp;&lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;STREET&amp;amp;&lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;STR_SUPPL1&amp;amp;&lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;TEMP&amp;amp;&lt;/P&gt;&lt;P&gt;/:   ENDPERFORM&lt;/P&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.Rekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 06:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625378#M873376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T06:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: RE : script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625379#M873377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 06:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625379#M873377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T06:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: RE : script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625380#M873378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use control command if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;page&amp;amp; = 1&lt;/P&gt;&lt;P&gt;include the logo.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 07:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625380#M873378</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-04T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE : script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625381#M873379</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;if &amp;amp;page&amp;amp; eq 1&lt;/P&gt;&lt;P&gt;include the logo.&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 07:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-script/m-p/3625381#M873379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T07:31:43Z</dc:date>
    </item>
  </channel>
</rss>

