<?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 SCRIPTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665352#M294576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnaks for u r replay,&lt;/P&gt;&lt;P&gt;but in the interview they asked me this que.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2006 04:07:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-14T04:07:25Z</dc:date>
    <item>
      <title>SAP SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665350#M294574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;What is the difference between creating a logo with RSTXLDMC and using trans SE78?&lt;/P&gt;&lt;P&gt;please explain in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 03:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665350#M294574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T03:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665351#M294575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are similar....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 03:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665351#M294575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T03:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665352#M294576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnaks for u r replay,&lt;/P&gt;&lt;P&gt;but in the interview they asked me this que.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665352#M294576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T04:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665353#M294577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think SE78 is not uploaded .TIFF file. &lt;/P&gt;&lt;P&gt; program RSTXLDMC, this is only for uploading .TIFF into standard text. The after you can use standard text in SAP Script form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665353#M294577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T04:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665354#M294578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use graphics in the SAPScript FORMS they must be imported to R/3 system for this we use transaction SE78 or report RSTXLDMC and give the graphics a name . The image type is generally .TIF(tagged image format) or .BMP (windows bitmap file) .&lt;/P&gt;&lt;P&gt;    The RSTXLDMC report is used to import images which are in Tagged Image Format (.TIF) into R/3 and saved as standard text (OBJECT TEXT and ID ST) in the system. Since these images (.TIF) are stored as standard text they can be included in the sapscript using the standard INCLUDE statement. The image to be used if is not in .TIF format than it should be converted to this format e.g. by using IMAGING program in WINDOWS.&lt;/P&gt;&lt;P&gt;    Once converted to .TIF they can be used in RSTXLDMC report. The image is stored by the name of ZHEX-MARCO-name . The other parameters in this report e.g. are used to indicate the type of IMAGE&lt;/P&gt;&lt;P&gt;BCOL for color or BMON for mono color images.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;e.g. /:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          After the graphics has been imported we can use the INCLUDE statement to include the graphics or use the menu Edit-&amp;gt;Graphics-&amp;gt;Create.&lt;/P&gt;&lt;P&gt;  e.g. /:BITMAP logo OBJECT GRAPHICS ID BMAP  .&lt;/P&gt;&lt;P&gt;The above include statement is inserted automatically if we use the menu command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1665354#M294578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T04:13:38Z</dc:date>
    </item>
  </channel>
</rss>

