<?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>Question Re: Sapscript in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030035#M2219218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. It's a good starting point!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, sorry for the silly question but... is it possible to have an image (logo) in the sapscript code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;T001G-TXTKO&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;T001-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the HEADER Window content (of the standard F140_CUS_STAT_02 form), but in the printing, the logo of the company comes up, and it should be in the HEADER window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2009 09:54:52 GMT</pubDate>
    <dc:creator>fabio_bellocchio</dc:creator>
    <dc:date>2009-08-04T09:54:52Z</dc:date>
    <item>
      <title>Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaq-p/6030031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;sorry, I am very begginer at SapScript.&lt;/P&gt;&lt;P&gt;The client has asked for changes on a standard Sapscript.&lt;/P&gt;&lt;P&gt;(Including adding a new logo, changing texts and layout)&lt;/P&gt;&lt;P&gt;I am catching up on how to build/change forms using SE71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have many questions about how to implement this, as everything is SAP Standard, and the original programs (RFKORD50 and RFKORD10) are really big and complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do I have to create a new Sapscript?&lt;/P&gt;&lt;P&gt;- Is a new "caller" program required, to call the new Sapscript? Should I copy the original one?&lt;/P&gt;&lt;P&gt;- How to change the Standard application to call the new Sapscript (or the new "caller" program)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any suggestion on where I could start working from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapscripts:&lt;/P&gt;&lt;P&gt;F140_DOCU_EXC_02   Customer AR Invoice   &lt;/P&gt;&lt;P&gt;F140_CUS_STAT_02   Customer AR Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programs:&lt;/P&gt;&lt;P&gt;RFKORD50&lt;/P&gt;&lt;P&gt;RFKORD10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application:&lt;/P&gt;&lt;P&gt;Transaction for output: F.64 (MAINTAINING CORRESPONDENCE REQUESTS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, can anyone give a piece of advice?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 07:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaq-p/6030031</guid>
      <dc:creator>fabio_bellocchio</dc:creator>
      <dc:date>2009-08-04T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030032#M2219215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see. first go to NACE.&lt;/P&gt;&lt;P&gt;check the output . how it is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to go ahead with a new script and new routine you need to create another outout type for this. and for this new output type you can havea z script which can be a copy of the standard one with your changse. and the processing logic as required by you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 07:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030032#M2219215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T07:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030033#M2219216</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;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to create new one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Copying a Standard Script folow following ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE71 and give the name of the form in Utilities -&amp;gt; Copy from Client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It leads to copy forms between Clients.&lt;/P&gt;&lt;P&gt;forms name : which you want to copy ( already existed )&lt;/P&gt;&lt;P&gt;source client: default 000&lt;/P&gt;&lt;P&gt;Target Form : give the name of the form ( you want to create ).&lt;/P&gt;&lt;P&gt;Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE71 Enter form name&lt;/P&gt;&lt;P&gt;language ' DE '&lt;/P&gt;&lt;P&gt;Press change&lt;/P&gt;&lt;P&gt;utilities -&amp;gt; Convert Original Language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in To Original language 'EN'. or ' the language what you want '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the form has been copied from the source client to your client in the language what you want.&lt;/P&gt;&lt;P&gt;you can open it now in SE71 and you can also edit the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 08:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030033#M2219216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030034#M2219217</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;As suggested you can create a copy of the standard print program and the layout set in a zprogram and create a new Z output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script it is very simple to make the changes....&lt;/P&gt;&lt;P&gt;After you open the script in se71 click on &lt;U&gt;page windows&lt;/U&gt;....&lt;/P&gt;&lt;P&gt;Choose any window...&lt;/P&gt;&lt;P&gt;Click on Utilities --&amp;gt; Page layout where it will open another window with the text as print...&lt;/P&gt;&lt;P&gt;Enter the output device as "LOCL" and click Print preview....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A screen comes where a particular window will be highlighted and that is the one that you have selected on the Page Windows screen....&lt;/P&gt;&lt;P&gt;Now you have located the place to put any logo or text changes... and to code in the located place, &lt;/P&gt;&lt;P&gt;click on 'Text elements' icon or 'F9' where you code the changes.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 08:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030034#M2219217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T08:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030035#M2219218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. It's a good starting point!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, sorry for the silly question but... is it possible to have an image (logo) in the sapscript code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;T001G-TXTKO&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;T001-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the HEADER Window content (of the standard F140_CUS_STAT_02 form), but in the printing, the logo of the company comes up, and it should be in the HEADER window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 09:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030035#M2219218</guid>
      <dc:creator>fabio_bellocchio</dc:creator>
      <dc:date>2009-08-04T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030036#M2219219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;  just comment that one,and bring your logo,see below example&lt;/P&gt;&lt;P&gt;BITMAP ' LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 13:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030036#M2219219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030037#M2219220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;I created a new form, and changed the reference of the driver program (SPRO) to this new form.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 07:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapscript/qaa-p/6030037#M2219220</guid>
      <dc:creator>fabio_bellocchio</dc:creator>
      <dc:date>2009-08-06T07:31:17Z</dc:date>
    </item>
  </channel>
</rss>

