<?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: scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123625#M741828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;How to Upload graphics (IMAGE) to your Sapscript?&lt;/P&gt;&lt;P&gt;Command in your Sapscript &lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E &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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;/: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN &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).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 12:10:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T12:10:28Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123624#M741827</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;&lt;/P&gt;&lt;P&gt; i am uploloaded  the log in to sap scripts using se78..&lt;/P&gt;&lt;P&gt;and am include  in text element like BITMAP 'LOGO' object GRAPHICS id BMAP type bcol DPI 150.  But the probelumm is am not getting the output when am doing the test print...&lt;/P&gt;&lt;P&gt;  what is the probelumm can any body hel me its very urjent....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 12:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123624#M741827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123625#M741828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;How to Upload graphics (IMAGE) to your Sapscript?&lt;/P&gt;&lt;P&gt;Command in your Sapscript &lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E &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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;/: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN &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).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 12:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123625#M741828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123626#M741829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghubeer,&lt;/P&gt;&lt;P&gt;Upload the image thru se78.&lt;/P&gt;&lt;P&gt;Then thru se71 in ur graphics window include graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be ur graphics window and header window is overlapping. First u adjust ur window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is helpfuul reward pts pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 12:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3123626#M741829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T12:19:33Z</dc:date>
    </item>
  </channel>
</rss>

