<?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: STD SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473383#M556364</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;NACE  settings has to be configured by Functional.&lt;/P&gt;&lt;P&gt;Take their help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 09:55:26 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-06-22T09:55:26Z</dc:date>
    <item>
      <title>STD SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473381#M556362</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;      How can i modify a SAP program RVADINI01 and SAP Script RVINVOICE01 to Produce declared invoice on posting billing document in SD. I did modification . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i do not how use NACE and how can check modified out put .&lt;/P&gt;&lt;P&gt;what is the tcode to check , application , and output type?&lt;/P&gt;&lt;P&gt;please explain in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473381#M556362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: STD SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473382#M556363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;NACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).&lt;/P&gt;&lt;P&gt;You should know the Application of a document first Like:&lt;/P&gt;&lt;P&gt;for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.&lt;/P&gt;&lt;P&gt;so first select the Application type (ex: EF) for PO and press OUtput types&lt;/P&gt;&lt;P&gt;then a list will come in that you should know the related output type for PO.&lt;/P&gt;&lt;P&gt;in this case it is NEU,&lt;/P&gt;&lt;P&gt;select that and click on the processing Routines button on the left side&lt;/P&gt;&lt;P&gt;it will display the Medium, Driver Program and the Script form or smartform related to that document..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Modification:&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;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473382#M556363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: STD SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473383#M556364</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;NACE  settings has to be configured by Functional.&lt;/P&gt;&lt;P&gt;Take their help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473383#M556364</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-06-22T09:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: STD SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473384#M556365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot  change SAP standard print report or SAP script. Generally you have to copy SAP print report and Script to Z report and SAP script, and do necessary modification.&lt;/P&gt;&lt;P&gt;then ask functional consultant to attach this Z report and script to invoice output type. this is functional consultant job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473384#M556365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: STD SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473385#M556366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to nace.&lt;/P&gt;&lt;P&gt;select v3 billing.&lt;/P&gt;&lt;P&gt;click output types&lt;/P&gt;&lt;P&gt;click on position.&lt;/P&gt;&lt;P&gt;in the output type give rd00.&lt;/P&gt;&lt;P&gt;now select rd00&lt;/P&gt;&lt;P&gt;click on processing routines.&lt;/P&gt;&lt;P&gt;clik on change button.&lt;/P&gt;&lt;P&gt;now give the print program and the form name.&lt;/P&gt;&lt;P&gt;save it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more contact the functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-script/m-p/2473385#M556366</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-06-22T09:58:05Z</dc:date>
    </item>
  </channel>
</rss>

