<?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 Logo in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712290#M311506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Can any body give the steps to upload .tiff logo into sap script using RSTXLDMC &lt;/P&gt;&lt;P&gt;pgm?..What parameters we have to pass there?and in SE71 editor what is the exact syntax we have to give if my logo name is YLOGO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 10:02:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T10:02:33Z</dc:date>
    <item>
      <title>Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712290#M311506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Can any body give the steps to upload .tiff logo into sap script using RSTXLDMC &lt;/P&gt;&lt;P&gt;pgm?..What parameters we have to pass there?and in SE71 editor what is the exact syntax we have to give if my logo name is YLOGO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712290#M311506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712291#M311507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;in ur logo window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:  INCLUDE 'ZHPINVENT_LOGO' OBJECT TEXT ID ST LANGUAGE 'EN'   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will do .&lt;/P&gt;&lt;P&gt;here zhpinvent_logo is my logo name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; regards,&lt;/P&gt;&lt;P&gt;VIjay&amp;lt;a href="http://www.sap-img.com/ts001.htm"&amp;gt;logo link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        vijay k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712291#M311507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712292#M311508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For uploading a LOGO in Scripts there are a series of steps to be followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 1:&lt;/P&gt;&lt;P&gt;Go to SE38, enter the program name "RSTXLDMC" and execute it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 2:&lt;/P&gt;&lt;P&gt;On executing this program it display a new session where you need to mention your Logo name.&lt;/P&gt;&lt;P&gt;For this enter your Logo name in the select option "Param. for standard text-&amp;gt;Text Name".&lt;/P&gt;&lt;P&gt;The name given here should begin with 'Y' or 'Z' .Eg: YLOGO or ZLOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On execution this it will ask for the location where your logo is stored.The logo should be of type .TIFF extension.(Tag Image File Format -TIFF)&lt;/P&gt;&lt;P&gt;Once the location is specified the .TIFF file gets uploaded and stored as a text element in SO10 and a new session is shown which say if the logo is successfully saved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 3:&lt;/P&gt;&lt;P&gt;TO view your logo go to the TCode SO10 mention your file name i.e.,YLOGO or ZLOGO and click on print preview.This diaplays your LOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO BE PROCESSES IN SE71.&lt;/P&gt;&lt;P&gt;To display output in scripts we need to maintain a page windows in a page.&lt;/P&gt;&lt;P&gt;Say for example we a Page Window with name LOGO.&lt;/P&gt;&lt;P&gt;Double click on this and traverse through the following menu : Edit -&amp;gt; text Elements.&lt;/P&gt;&lt;P&gt;Now enter the command line(/:)in the "Tag Column" and traverse through the following menu : &lt;/P&gt;&lt;P&gt;Insert -&amp;gt; Text -&amp;gt;Standard.&lt;/P&gt;&lt;P&gt;Mention the Logo Name in our case it is either YLOGO or ZLOGO.On doing this the logo will be inserted in the Text Elements with the message as follows:&lt;/P&gt;&lt;P&gt;INCLUDE ZLOGO OBJECT TEXT ID ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate and execute the same.&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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712292#M311508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712293#M311509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Tiff file u usr the RSTXLDMC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yo u have to Provide the Tiff file name and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for BMP file you can do it another way like&lt;/P&gt;&lt;P&gt;Open the Form and Click on the Logo window,&lt;/P&gt;&lt;P&gt;Open the Text Editor for the Window&lt;/P&gt;&lt;P&gt;Then Go For the Insert -&amp;gt; Graphics.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712293#M311509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712294#M311510</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 have to give path name for logo in RSTXLDMC  and also say bcol activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script in menu bar u have option to insert and it will automatically inserts code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712294#M311510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712295#M311511</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;Ue the program RSTXLDMC.Execute it and specify ur filename..or goto SE78&lt;/P&gt;&lt;P&gt;Select 'Import' button (F5) and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Script...goto Text Elements.. Click INSERT-&amp;gt;Graphics-&amp;gt; give name.&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;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712295#M311511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712296#M311512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute the program &lt;/P&gt;&lt;P&gt;give the location of ur tiff file. and select if its colored or b/w.&lt;/P&gt;&lt;P&gt;and give the resolution and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to insert into script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Text elements....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Insert-&amp;gt;Graphics-&amp;gt;select the tab Stored on Document server...&lt;/P&gt;&lt;P&gt;give the name of ur logo ex; ylogo.&lt;/P&gt;&lt;P&gt;and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712296#M311512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712297#M311513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STEP 1:&lt;/P&gt;&lt;P&gt;Go to SE38, enter the program name "RSTXLDMC" and execute it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 2:&lt;/P&gt;&lt;P&gt;On executing this program it display a new session where you need to mention your Logo name.&lt;/P&gt;&lt;P&gt;For this enter your Logo name in the select option "Param. for standard text-&amp;gt;Text Name".&lt;/P&gt;&lt;P&gt;The name given here should begin with 'Y' or 'Z' .Eg: YLOGO or ZLOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On execution this it will ask for the location where your logo is stored.The logo should be of type .TIFF extension.(Tag Image File Format -TIFF)&lt;/P&gt;&lt;P&gt;Once the location is specified the .TIFF file gets uploaded and stored as a text element in SO10 and a new session is shown which say if the logo is successfully saved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 3:&lt;/P&gt;&lt;P&gt;TO view your logo go to the TCode SO10 mention your file name i.e.,YLOGO or ZLOGO and click on print preview.This diaplays your LOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO BE PROCESSES IN SE71.&lt;/P&gt;&lt;P&gt;To display output in scripts we need to maintain a page windows in a page.&lt;/P&gt;&lt;P&gt;Say for example we a Page Window with name LOGO.&lt;/P&gt;&lt;P&gt;Double click on this and traverse through the following menu : Edit -&amp;gt; text Elements.&lt;/P&gt;&lt;P&gt;Now enter the command line(/:)in the "Tag Column" and traverse through the following menu : &lt;/P&gt;&lt;P&gt;Insert -&amp;gt; Text -&amp;gt;Standard.&lt;/P&gt;&lt;P&gt;Mention the Logo Name in our case it is either YLOGO or ZLOGO.On doing this the logo will be inserted in the Text Elements with the message as follows:&lt;/P&gt;&lt;P&gt;INCLUDE ZLOGO OBJECT TEXT ID ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate and execute the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-in-sapscript/m-p/1712297#M311513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:12:47Z</dc:date>
    </item>
  </channel>
</rss>

