<?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/959819#M67141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , i'm new to SAP and we would like to change the logo displaying on our documents aswell, we are also running 4.6C . would you have any documentation on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 15:48:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T15:48:19Z</dc:date>
    <item>
      <title>SAP Script Logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959809#M67131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to insert my company logo to the certification letter generated in SAP Script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By running the program RXTLXDMC i have uploaded my logo and inserted that in my standard text say "zabc"&lt;/P&gt;&lt;P&gt; and i have called that std text in my se38 report .&lt;/P&gt;&lt;P&gt; and it's working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to move my logo to right .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hav tried to do that in SE71 . but no result .&lt;/P&gt;&lt;P&gt;Do u hav any good tutorial ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 05:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959809#M67131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T05:57:51Z</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/959810#M67132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If You have a Layout for script, open the layout in se71.&lt;/P&gt;&lt;P&gt;Create a Window Type VAR.&lt;/P&gt;&lt;P&gt;On page windows assign position in standard attributes (ie where you want to see the logo on the form).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include logo in this window, you can keep moving the window to desired locations on the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 06:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959810#M67132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T06:36:48Z</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/959811#M67133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of SAP are you on? If you are on 4.6C or higher, you shouldload your graphic in via SE78 and store it on the Document Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your SAPscript (SE71), in the relevant winder put in "/:" in the Tag Column, and in the Text Line enter "include 'ZABC' object 'GRAPHICS' id 'BMAP'".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The /: identified the line as a "Command Line" (ie regular ABAP). Then you use the INCLUDE command to identify your graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this points you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 06:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959811#M67133</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-02T06:45:39Z</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/959812#M67134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included my logo in the Layout set ( se71) .&lt;/P&gt;&lt;P&gt;How to include that in the standard text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e) in SO10 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 06:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959812#M67134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T06:59:39Z</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/959813#M67135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Page Window within SE71 INSERT-&amp;gt;GRAPHICS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 07:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959813#M67135</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-02T07:02:30Z</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/959814#M67136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi patrick ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my std text , is it possible to insert the logo i have created in  the layout set ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i go by your way ,that's inserting graphics from the docu server ...how can i change the layout . i.e/ i want to diaplsy it at the bottom .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 07:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959814#M67136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T07:11:17Z</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/959815#M67137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the "Stored as Text" tab on the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 07:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959815#M67137</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-02T07:22:52Z</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/959816#M67138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pAT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Included in my std text as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE ZHEX-MACRO-SSMC2 OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;H1   &amp;amp;DAY&amp;amp; &amp;amp;NAME_OF_MONTH&amp;amp; &amp;amp;YEAR&amp;amp;&lt;/P&gt;&lt;P&gt;m2   &amp;amp;P_ADDR01&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And logo is displaying .How to move my logo to right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 08:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959816#M67138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T08:06:38Z</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/959817#M67139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J,&lt;/P&gt;&lt;P&gt;Again &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;, move the window position on the page layout.&lt;/P&gt;&lt;P&gt;You can define the position where window should come. &lt;/P&gt;&lt;P&gt;Or in graphical view you can drag and place the window on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 08:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959817#M67139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T08:09:02Z</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/959818#M67140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In so10, u would have given something like /: BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100 &amp;lt;b&amp;gt;XPOS 56 CH&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add xpos at the end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradhiba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 11:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959818#M67140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T11:34:12Z</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/959819#M67141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , i'm new to SAP and we would like to change the logo displaying on our documents aswell, we are also running 4.6C . would you have any documentation on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 15:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-logo/m-p/959819#M67141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T15:48:19Z</dc:date>
    </item>
  </channel>
</rss>

