<?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 display graphics in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439442#M825958</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 not able to display graphics in sapscript of 4.6b system. Please &lt;/P&gt;&lt;P&gt;clarify. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 09:04:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T09:04:28Z</dc:date>
    <item>
      <title>display graphics in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439442#M825958</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 not able to display graphics in sapscript of 4.6b system. Please &lt;/P&gt;&lt;P&gt;clarify. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439442#M825958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T09:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: display graphics in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439443#M825959</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; &lt;/P&gt;&lt;P&gt;Create a .bmp file and save it in a directory &lt;/P&gt;&lt;P&gt;-&amp;gt; Goto SE78 Tcode -&amp;gt; Double click BMAP Bitmap images &lt;/P&gt;&lt;P&gt;-&amp;gt; Click on Import icon from appn. toolbar -&amp;gt; Opens an interface -&amp;gt; Specify the path of .bmp file from the OS -&amp;gt; Specify the name for the image -&amp;gt; Select Color bitmap image radiobutton -&amp;gt; Click on Continue -&amp;gt; Image is imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add the imported image into the form, right click on the form layout &lt;/P&gt;&lt;P&gt;-&amp;gt; Select Create Graphic -&amp;gt; Opens an interface &lt;/P&gt;&lt;P&gt;-&amp;gt; Select image from the form directory &lt;/P&gt;&lt;P&gt;-&amp;gt; Select Color bitmap image radiobutton &lt;/P&gt;&lt;P&gt;-&amp;gt; Specify resolution as 100 -&amp;gt; Continue &lt;/P&gt;&lt;P&gt;-&amp;gt; An image is added to the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply call the form from the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To upload .TIFF files into the SAPscript directory, make use of a predefined executable program called as RSTXLDMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE38 Tcode, specify the above name, click on execute pushbutton from application toolbar -&amp;gt; Opens an interface -&amp;gt; Specify the file path -&amp;gt; Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Elements in the line editor are used to avoid data duplication.&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;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439443#M825959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: display graphics in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439444#M825960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use SE78 to upload BMP logos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur logo is of TIFF type , u can use the program RSTXLDMC to upload it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439444#M825960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T09:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: display graphics in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439445#M825961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Here is what I did to create and include a logo in a SAPScript form (4.7) &lt;/P&gt;&lt;P&gt;A. Created TIF image of the LOGO and loaded logo into SAP &lt;/P&gt;&lt;P&gt;CREATING LOGO: (I used only PAINT and Kodak Imaging for Windows) &lt;/P&gt;&lt;P&gt;1. Create LOGO in Word &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Capture with Hyper-Snap (that?s a screen capture package) and put into PAINT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Save PAINT as BMP, as type:?24-bit bitmap? (this is the only way it worked) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Open bitmap in Imaging for Windows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Save as TIF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Have to play around in PAINT to get the right logo size &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOADING LOGO INTO SAP &lt;/P&gt;&lt;P&gt;1. Run RSTXLDMC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill in the following parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 Filename: Path and name of the TIF file (it?s on your PC) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 Type: BMON (default) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 Resolution for grapic (dpi): 600 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 Graphic resident on printer: OFF (default) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7 Text Name: ZHEX-MACRO-LOGO-PHAC (whatever) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 Everything else: default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-in-sapscript/m-p/3439445#M825961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:13:02Z</dc:date>
    </item>
  </channel>
</rss>

