<?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: sapscripts dynamic logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775819#M334664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt; You have to load the logo in SAP as std txt or graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as std text:&lt;/P&gt;&lt;P&gt;Use this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;LOGO&amp;gt; TEXT OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as graphic:&lt;/P&gt;&lt;P&gt;Use this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP &amp;lt;LOGO&amp;gt; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 15:40:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T15:40:20Z</dc:date>
    <item>
      <title>sapscripts dynamic logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775816#M334661</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;Requirement: i need to create a logo depending upon the company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a function module and stored logo in a variable called v_logo in my driver program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that i am unable to include the variable  v_logo in sapscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to create a graphic window nor  a normal window to include the above command.&lt;/P&gt;&lt;P&gt; i have tried using a graphic window but it does not allow me to use the above command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so let me know how to insert the above command in sapscripts? &lt;/P&gt;&lt;P&gt;whether to include in a graphic window nor in a normal window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanxs in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 14:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775816#M334661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts dynamic logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775817#M334662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Based on the company code&amp;lt;/b&amp;gt; you can send the logo name into a Variable from your Driver program and you can just use it here in the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make an if-statement for burks. You have to insert&lt;/P&gt;&lt;P&gt;the logos as stadart-text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do this in script&lt;/P&gt;&lt;P&gt;IF &amp;amp;BUKRS&amp;amp; = '0001'&lt;/P&gt;&lt;P&gt;INCLUDE Z00001 OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;IF &amp;amp;BUKRS&amp;amp; = '0002'&lt;/P&gt;&lt;P&gt;INCLUDE Z00002 OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="44003"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this Helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 15:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775817#M334662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts dynamic logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775818#M334663</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;i have developed my own logic and i just need to know how to insert my variable v_logo which holds the company logo into sapscripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know how to insert it in sapscripts since when i tried inserting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above command and when i start debugging in sapscripts it throws me an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include graphics &amp;amp; v_logo, bmapm bm is not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all my company logos are saved in graphics and everything is there and i need no bring them through se 78.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me how to insert the command in graphic window nor in a plain window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 15:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775818#M334663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts dynamic logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775819#M334664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt; You have to load the logo in SAP as std txt or graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as std text:&lt;/P&gt;&lt;P&gt;Use this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;LOGO&amp;gt; TEXT OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as graphic:&lt;/P&gt;&lt;P&gt;Use this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP &amp;lt;LOGO&amp;gt; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 15:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775819#M334664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts dynamic logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775820#M334665</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;can you pleas explaion in detail: "logos are saved in graphics"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you use SAP transaction for this and if, which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Or just follow the steps explained above (SE78...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 15:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-dynamic-logo/m-p/1775820#M334665</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-06T15:40:59Z</dc:date>
    </item>
  </channel>
</rss>

