<?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: regarding scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626292#M603493</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;You might using SE78 transaction for logo uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the following in your SAPScript:&lt;/P&gt;&lt;P&gt;/: BITMAP 'MyPicture' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 12:42:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T12:42:56Z</dc:date>
    <item>
      <title>regarding scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626290#M603491</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;goodevening....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i transfer logo to sap-scripts using RSTXLDMC it shows some error that is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'base line not found'.what it exactly mean and  how to rectify this error for uploading logo to sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;k.swaminath reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626290#M603491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626291#M603492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the steps correctly and do it again&lt;/P&gt;&lt;P&gt;To create a logo in SAP printouts just do the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run  program RSTXLDMC and enter the following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Enter file name 				C:\COMPLOGO.TIF&lt;/P&gt;&lt;P&gt;   UOM  					CM&lt;/P&gt;&lt;P&gt;    Line width for text 			132&lt;/P&gt;&lt;P&gt;    Text name 				ZHEX-MACRO-COMPLOGO&lt;/P&gt;&lt;P&gt;    Text ID 					ST&lt;/P&gt;&lt;P&gt;    Text language = E&lt;/P&gt;&lt;P&gt;    Number of Tiff gray levels (2,4,9) 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  Then Create a new window 'COMP' with attributes; &lt;/P&gt;&lt;P&gt; Window COMP description Company Logo&lt;/P&gt;&lt;P&gt; Left margin 7.00 CH window width 10.00 CH&lt;/P&gt;&lt;P&gt; Upper margin LN window height 8.00 LN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the text element, mention&lt;/P&gt;&lt;P&gt;        /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...&amp;#146; the logo may not be printed! &lt;/P&gt;&lt;P&gt;You will not be able to see the logo in a test print. The same will be printed in actual printout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626291#M603492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626292#M603493</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;You might using SE78 transaction for logo uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the following in your SAPScript:&lt;/P&gt;&lt;P&gt;/: BITMAP 'MyPicture' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626292#M603493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626293#M603494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3.2 Including Graphics &lt;/P&gt;&lt;P&gt;You can include graphics &amp;#150; such as diagrams or charts &amp;#150; in your SAPscript documents. Typically, such graphics are included in documents by way of forms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graphics are uploaded either in "Baseline TIFF 6.0" format (file extension.tif on PC files) or as printer macros. A printer macro in this case is the sequence of printer instructions needed to print out a diagram. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graphics and printer macros are uploaded with program RSTXLDMC into individual standard text documents. At upload, the graphics or printer macros are converted to the format required by the target printer, either PostScript, PCL-5 for newer Hewlett-Packard and compatible printers, or PRESCRIBE for Kyocera printers. The resulting SAPscript document can be printed only on the target printer type. Online display is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a form, you might include graphics such as a company logo in the header window. You can accommodate printing on different types of printers with separate includes for each format in which you have uploaded graphics. If you define the includes as text elements, then your print program can select the appropriate include depending upon the device type of the printer that the user selects. You can determine the device type by looking up the printer name in table TSP03 (field PADEST) and evaluating the device type (field PATYPE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see the report documentation for RSTXLDMC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using graphics in forms can greatly increase the size of print requests and therefore seriously affect the performance of your printers. Graphics are not recommended for printing time-critical documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below link for more info...&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/Sap_script" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/Sap_script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626293#M603494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626294#M603495</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;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;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scripts/m-p/2626294#M603495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:49:18Z</dc:date>
    </item>
  </channel>
</rss>

