<?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 scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774053#M646488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how to get the clarity of logo after uploding the logo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 06:04:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T06:04:17Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774053#M646488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how to get the clarity of logo after uploding the logo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774053#M646488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774054#M646489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Upload graphics (IMAGE) to your Sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command in your Sapscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE ZYOUR_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;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;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;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 4.7 version onwards go for se78 from there you can add new graphics for scripts&lt;/P&gt;&lt;P&gt;===================================================&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;After You run the report RSTXLDMC, give your logo(Saved as .tif file) in the parameter and run the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Go to Se71 and include the image from the text elements. For this you go to the Page windows. Press the text elements button and the include the logo(Which actually has been saved as a TEXT) using Insert-&amp;gt;Text-STandard. CHoose your LOGO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774054#M646489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774055#M646490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for  clearity  u can  do the change  in dpi.&lt;/P&gt;&lt;P&gt;but  it  is also effect on size.&lt;/P&gt;&lt;P&gt;if u decrease the dpi increase the size and clearity  decraese.&lt;/P&gt;&lt;P&gt;when u decrease dpi decrease the size and clearity increase,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2774055#M646490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:11:00Z</dc:date>
    </item>
  </channel>
</rss>

