<?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: how to modify scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843134#M665913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to copy SAP SCRIPT &amp;amp; also SAP STANDARD program into Z or Y program.&lt;/P&gt;&lt;P&gt;Then accordingly you have to modify. Can i know which standard script you are modifying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Oct 2007 15:14:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-06T15:14:12Z</dc:date>
    <item>
      <title>how to modify scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843133#M665912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanna to know how do I modify the standard SAP scripts, I hv to copy the script to my own program starting with z or y, bt after that how to modify the script, plz help me in this regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 14:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843133#M665912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-06T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843134#M665913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to copy SAP SCRIPT &amp;amp; also SAP STANDARD program into Z or Y program.&lt;/P&gt;&lt;P&gt;Then accordingly you have to modify. Can i know which standard script you are modifying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 15:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843134#M665913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-06T15:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843135#M665914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Welcome to SDN forum&lt;/P&gt;&lt;P&gt;See the process of modifying the scripts and do accordingly&lt;/P&gt;&lt;P&gt;There are some Standard Sap Scripts in SAP. We cant directly execute them in scripts we have to use some T-codes and by giving some input to the required fields we can see the output printform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will show one example. There are some Standard Sap Scripts such as MEDRUCK which is a standard Sap Script for Purchase Order and RVINVOICE01 for billing and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see oupt of MEDRUCK go to T-code ME9F give purchase order number and execute select one number and click on dislplay messages button on application tool bar you can find the print form of MEDRUCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot change the Standard Sap Scripts but you can use Standard Sap Scripts and Copy them to userdefined Script and can make changes to them and replace standard Sap Script with usedefind script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Go to SE71,&lt;/P&gt;&lt;P&gt;on menu bar u find Utilities-&amp;gt;copy from Client. click on it u ll find new screen showing&lt;/P&gt;&lt;P&gt;Form name: &lt;/P&gt;&lt;P&gt;Source Clinet:&lt;/P&gt;&lt;P&gt;Target Form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Form name as usedefined form name EX: ZFORM1&lt;/P&gt;&lt;P&gt;Source client as 000 and &lt;/P&gt;&lt;P&gt;Target form as MEDRUCK.&lt;/P&gt;&lt;P&gt;execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the standard from MEDRUCK is copyied to your form ZFORM1.&lt;/P&gt;&lt;P&gt;NOW, go to SE71 and give form name as ZFORM1 and do some changes to the form such as adding logo any thing. save and Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you have done changes to the Form ZFORM1 and u have to replace your form with standard SAP Script.&lt;/P&gt;&lt;P&gt;Go to NACE Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on Applications select EF for purchase order and click Output types button on application tool bar.&lt;/P&gt;&lt;P&gt;now select NEU as output types dobule click on Processing Routines.&lt;/P&gt;&lt;P&gt;now click on Change option on application tool bar and on right side u find MEDRUCK in form place replace MEDRUCK with ZFORM1 and SAVE.&lt;/P&gt;&lt;P&gt;go back twice and now go to T-code ME9F give the purchase order number and execute and select one option and click on display messges button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find the changes that you have done in ZFORM1. so we cant chage the standard Sap Scripts by copying the Standard Sap Scripts we can chage and replace with our forms.&lt;/P&gt;&lt;P&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>Sun, 07 Oct 2007 15:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843135#M665914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-07T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843136#M665915</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;If ur client asking for new field in a script, Yor can use call a subroutine in another program using perform. Here u can pass and receive parameters. By passing parameters to external subroutine you can get back returned values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843136#M665915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843137#M665916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnnx anji, ur answer helped me a lot, thank u very much and look forward for more of ur answers frm ur side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 13:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-scripts/m-p/2843137#M665916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T13:54:05Z</dc:date>
    </item>
  </channel>
</rss>

