<?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: sap script logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772031#M907627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;to upload in your sap system***********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;goto se78&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on GRAPHICS general graphics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get bitmap images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the name there and select color bitmap image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press f5(import)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the field file name press f4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can upload pictures from your pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;to upload in your sap-script&lt;/STRONG&gt;****&lt;/P&gt;&lt;P&gt;then go to se71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to page windows of your sap-script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the window you want to upload the picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press f9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the editor goto insert-----&amp;gt;graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you select tab stores on document server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the name of your image and select color or balckn white .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get your image in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you want different logos use if control command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 08 May 2008 07:22:27 GMT</pubDate>
    <dc:creator>prasanth_kasturi</dc:creator>
    <dc:date>2008-05-08T07:22:27Z</dc:date>
    <item>
      <title>sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772027#M907623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts,&lt;/P&gt;&lt;P&gt;                   can you plaese say me how to write conditions for uploading various logos in sap-script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct answers will be apprecialted with good points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Sunita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772027#M907623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772028#M907624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772028#M907624</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-08T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772029#M907625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;logos for different company codes.

If comp code = 'A'
/: INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E
elseif comp code = 'B'
/: INCLUDE Z_YOUR_LOGOB OBJECT TEXT ID ST LANGUAGE E
elseif comp code = 'C'
/: INCLUDE Z_YOUR_LOGOC OBJECT TEXT ID ST LANGUAGE E
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772029#M907625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772030#M907626</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 need to write th condition&lt;/P&gt;&lt;P&gt;If comp code = 'A'&lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E&lt;/P&gt;&lt;P&gt;elseif comp code = 'B'&lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGOB OBJECT TEXT ID ST LANGUAGE E&lt;/P&gt;&lt;P&gt;elseif comp code = 'C'&lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGOC OBJECT TEXT ID ST LANGUAGE E&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;Balaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772030#M907626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772031#M907627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;to upload in your sap system***********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;goto se78&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on GRAPHICS general graphics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get bitmap images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the name there and select color bitmap image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press f5(import)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the field file name press f4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can upload pictures from your pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;to upload in your sap-script&lt;/STRONG&gt;****&lt;/P&gt;&lt;P&gt;then go to se71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to page windows of your sap-script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the window you want to upload the picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press f9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the editor goto insert-----&amp;gt;graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you select tab stores on document server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the name of your image and select color or balckn white .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get your image in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you want different logos use if control command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 08 May 2008 07:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772031#M907627</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-08T07:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: sap script logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772032#M907628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the IF condition in script to upload logos conditionally, u can upload the logos from menu-&amp;gt;insert-&amp;gt;graphic and browse for the desired logo..&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;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/3772032#M907628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:26:22Z</dc:date>
    </item>
  </channel>
</rss>

