<?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 saps cript question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050794#M422712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question related to updating the image file on the sapscript form. I have a new image file .tiff file that I updated using RSTXLDMC for the required text element. when I did the testing, ran the sap script the new image file did not show up on the print out. &lt;/P&gt;&lt;P&gt;The new file is of the same size and resolution, &lt;/P&gt;&lt;P&gt;The file path I gave was from the local drive.&lt;/P&gt;&lt;P&gt;Am I missing somethin here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be really helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 13:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T13:51:36Z</dc:date>
    <item>
      <title>saps cript question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050794#M422712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question related to updating the image file on the sapscript form. I have a new image file .tiff file that I updated using RSTXLDMC for the required text element. when I did the testing, ran the sap script the new image file did not show up on the print out. &lt;/P&gt;&lt;P&gt;The new file is of the same size and resolution, &lt;/P&gt;&lt;P&gt;The file path I gave was from the local drive.&lt;/P&gt;&lt;P&gt;Am I missing somethin here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be really helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 13:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050794#M422712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: saps cript question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050795#M422713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do like this&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;reward if useful.&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>Thu, 22 Mar 2007 13:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050795#M422713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T13:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: saps cript question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050796#M422714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Upload the Logo using  RSTXLDMC, then in the script,  Insert  --&amp;gt; Graphics , then here give the name of the graphics and activate it&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>Thu, 22 Mar 2007 13:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050796#M422714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: saps cript question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050797#M422715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I shall get back to you on this and award the points.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 14:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050797#M422715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: saps cript question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050798#M422716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was with the resolution of the image. Shall award points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 15:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saps-cript-question/m-p/2050798#M422716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T15:35:01Z</dc:date>
    </item>
  </channel>
</rss>

