<?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 modifying SAP scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955322#M697097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I wanna to know how to modify the standard SAP scripts, I know one technique but using that i could modify only the header, but i wanna to know how to modify the fields on the standard SAP script, hopw for the early responce and a better one....... thnks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 14:29:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T14:29:35Z</dc:date>
    <item>
      <title>modifying SAP scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955322#M697097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I wanna to know how to modify the standard SAP scripts, I know one technique but using that i could modify only the header, but i wanna to know how to modify the fields on the standard SAP script, hopw for the early responce and a better one....... thnks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955322#M697097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: modifying SAP scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955323#M697098</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 this 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;This applies to most of the SD and MM scripts&lt;/P&gt;&lt;P&gt;where as for PM scripts see the Tcode OID1&lt;/P&gt;&lt;P&gt;and for HR forms  see OOVM tcode&lt;/P&gt;&lt;P&gt;for Other Fi related scripts see the SPRO and attch the copied forms there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important scripts and smartforms&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES ORDER/ENQUIRY/QUOTATION&lt;/P&gt;&lt;P&gt;Output type         : BA00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVORDER01&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADOR01&lt;/P&gt;&lt;P&gt;smartform name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELIVERY NOTE&lt;/P&gt;&lt;P&gt;Output type         : LD00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVDELNOTE&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADDN01&lt;/P&gt;&lt;P&gt;smartform name      : LE_SHP_DELNOTE&lt;/P&gt;&lt;P&gt;Smartform Driver Pgm: RLE_DELNOTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE&lt;/P&gt;&lt;P&gt;Output type         : RD00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVINVOICE01&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADIN01&lt;/P&gt;&lt;P&gt;smartform name      : LB_BIL_INVOICE&lt;/P&gt;&lt;P&gt;Smartform Driver Pgm: RLB_INVOICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PUCHASE ORDER/RFQ/CONTRACT&lt;/P&gt;&lt;P&gt;Output type         : NEU&lt;/P&gt;&lt;P&gt;ScriptForm Name     : MEDRUCK&lt;/P&gt;&lt;P&gt;Driver Program Name : SAPMF06P&lt;/P&gt;&lt;P&gt;smartform name      : /SMB40/MMPO_L &lt;/P&gt;&lt;P&gt;smartform driver program: /SMB40/FM06P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODS RECEIPT&lt;/P&gt;&lt;P&gt;Output type         : WE01&lt;/P&gt;&lt;P&gt;ScriptForm Name     : WESCHEINVERS1&lt;/P&gt;&lt;P&gt;smartform name      : /SMB40/MMGR1_A&lt;/P&gt;&lt;P&gt;smartform driver program: /SMB40/M07DR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODS ISSUE&lt;/P&gt;&lt;P&gt;Output type         : WA01&lt;/P&gt;&lt;P&gt;ScriptForm Name     : WA_SCHEINVERS1&lt;/P&gt;&lt;P&gt;smartform name      : /SMB40/MMGI1_A&lt;/P&gt;&lt;P&gt;smartform driver program: /SMB40/M07DR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI Forms&lt;/P&gt;&lt;P&gt;Account Statement   : F140_ACC_STAT_01&lt;/P&gt;&lt;P&gt;Cheque Printing     : F110_PRENUM_CHEK&lt;/P&gt;&lt;P&gt;Balance Confirmation: F130_confirm_01&lt;/P&gt;&lt;P&gt;Dunning Form:         F150_DUNN_01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the link below it provides steps to convert sap scripts to smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf" target="test_blank"&gt;http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORMS -Driver Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PO: /SMB40/FM06P&lt;/P&gt;&lt;P&gt;SO: /SMB40/RVADOR01&lt;/P&gt;&lt;P&gt;GR: /SMB40/M07DR&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955323#M697098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: modifying SAP scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955324#M697099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAPScripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf" target="test_blank"&gt;http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf" target="test_blank"&gt;http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf" target="test_blank"&gt;http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf" target="test_blank"&gt;http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf" target="test_blank"&gt;http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm" target="test_blank"&gt;http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP SCRIPT FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scripts easy material&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/sap_script_made_easy.html" target="test_blank"&gt;http://www.allsaplinks.com/sap_script_made_easy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPT BARCODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.servopack.de/Files/HB/ZPLcommands.pdf" target="test_blank"&gt;http://www.servopack.de/Files/HB/ZPLcommands.pdf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sax.ltd.uk/datasheets/ds_barcode_OSS_note3.html" target="test_blank"&gt;http://www.sax.ltd.uk/datasheets/ds_barcode_OSS_note3.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jetmobile.com/ossnotes/oss197177-BD.htm" target="test_blank"&gt;http://www.jetmobile.com/ossnotes/oss197177-BD.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4124718"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful..............&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 03:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-sap-scripts/m-p/2955324#M697099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T03:38:07Z</dc:date>
    </item>
  </channel>
</rss>

