<?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: SAP's training-purposed sapscript examples in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595095#M594339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Create Scripts Of Your Own Using Standard Scripts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The folloiwng info may be useful for those who are new to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Standard Scripts are in client '000'.&lt;/P&gt;&lt;P&gt;We have to copy them to '800'. (this is your own company define client no)&lt;/P&gt;&lt;P&gt;All Standard Scripts and their respective print programs are listed in table 'TNAPR'.&lt;/P&gt;&lt;P&gt;Ex: FORM MEDRUCK has the Driver Program SAPFM06P.&lt;/P&gt;&lt;P&gt;NOTE: Never make any changes to the Standard Driver Programs&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 1.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Goto Transaction Code &amp;lt;SE71&amp;gt; and &lt;/P&gt;&lt;P&gt;select from Menu UTILITIES -&amp;gt;Copy from Client.&lt;/P&gt;&lt;P&gt;Enter the Standard Form Name, It source Client 000 and the target Form Name that you want it to be saved as on your client.&lt;/P&gt;&lt;P&gt;Say you are naming it as zmedruck1.&lt;/P&gt;&lt;P&gt;Click on EXECUTE.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 2.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Converting form to English.&lt;/P&gt;&lt;P&gt;Open zmedruck1 in &amp;lt;SE71&amp;gt; With language DE.&lt;/P&gt;&lt;P&gt;Then goto  UTILITIES -&amp;gt; Convert Original Language from DE to EN.&lt;/P&gt;&lt;P&gt;Then you can modify the layout for example, chaging the logo, or changing the headers, or adding any new code to do some calculation etc.,&lt;/P&gt;&lt;P&gt;SAVE THE CHANGES AND ACTIVATE.&lt;/P&gt;&lt;P&gt;Then select from the menu  FORM -&amp;gt; CHECK -&amp;gt; TEXT.&lt;/P&gt;&lt;P&gt;SELECT your driver program name from the list adn click on COPY.&lt;/P&gt;&lt;P&gt;If you don't see the program name in the list then click on &lt;/P&gt;&lt;P&gt;'APPEND PRINT PROGRAM' and add your program name and then select it from the list and click on COPY.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;STEP 3: Assigning our form to the standard print program.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;Start Tr.Code &amp;lt;NACE&amp;gt;.&lt;/P&gt;&lt;P&gt;In our present case since we are working on 'Purchase order' we have to select EF and click on the button Output Types.&lt;/P&gt;&lt;P&gt;Then on Right hand side, scroll down and select  NEU - New P O Printout. &lt;/P&gt;&lt;P&gt;(This may change for different programs).&lt;/P&gt;&lt;P&gt;Then Double click on  Processing Routines on Left hand side.&lt;/P&gt;&lt;P&gt;Change from Display -&amp;gt; Change Mode. &lt;/P&gt;&lt;P&gt;Give your form name (zmedruck1) for printoutput and SAVE.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 4:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Start Tr.Code &amp;lt;ME22N&amp;gt; since you are working on Purchase order and click on print Preview to make sure your layout etc., changes are OK. If not again you have to make the changes accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Sapscripts Tips and Tricks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard system come with all the standard sapscripts for you to print invoices, delivery orders or sales order etc.  You can further enhance the form with SAPscripts which is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the combination of third party barcode software (barcode.dll) or printer with bardimm, you can print barcode directly using SAP scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create SAPscipts goto tcode : SE71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your SAPscripts are created, you have to used an abap program to called the sapscripts form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;also refer &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for the below topics&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SAPScripts Reference Books&lt;/P&gt;&lt;P&gt;SAPscript Made Easy 4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Certification Books&lt;/P&gt;&lt;P&gt;ABAP Programming: A Guide to the Certification Course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction&lt;/P&gt;&lt;P&gt;SAPScript Transaction codes&lt;/P&gt;&lt;P&gt;SAPScript Important Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commands&lt;/P&gt;&lt;P&gt;Reading Text in SAPScripts&lt;/P&gt;&lt;P&gt;Boxes/Lines/Shading &lt;/P&gt;&lt;P&gt;Printer commands in SAPScripts&lt;/P&gt;&lt;P&gt;Different font on the same line&lt;/P&gt;&lt;P&gt;Print Footer notes only on the last page&lt;/P&gt;&lt;P&gt;Orientations in SAPSCRIPT&lt;/P&gt;&lt;P&gt;Protect...Endprotect&lt;/P&gt;&lt;P&gt;Retrieving data without modifying the original called program&lt;/P&gt;&lt;P&gt;SAPscripts How to calculate Totals and Subtotals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion&lt;/P&gt;&lt;P&gt;Developing SAPScript in different languages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Program Tools&lt;/P&gt;&lt;P&gt;How to convert Sapscript spools request to PDF?&lt;/P&gt;&lt;P&gt;How to Upload graphics (IMAGE) to your Sapscript?&lt;/P&gt;&lt;P&gt;Import/Export SapScript form from PC file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common Problems&lt;/P&gt;&lt;P&gt;Picture doesn't show in Print Preview&lt;/P&gt;&lt;P&gt;Delete Load program for SAPScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barcodes&lt;/P&gt;&lt;P&gt;Details information about SAP Barcodes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SapScripts Frequently Asked Questions&lt;/P&gt;&lt;P&gt;SapScript Question&lt;/P&gt;&lt;P&gt;FAQ for Sap Scripts&lt;/P&gt;&lt;P&gt;Questions on PO SapScripts MEDRUCK&lt;/P&gt;&lt;P&gt;Create Scripts Of Your Own Using Standard Scripts&lt;/P&gt;&lt;P&gt;A Sample SAP Scripts Reports&lt;/P&gt;&lt;P&gt;Sample Sapscripts Label Printing Program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 11:24:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T11:24:39Z</dc:date>
    <item>
      <title>SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595093#M594337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the layout sets provided by sap and their caller programs?&lt;/P&gt;&lt;P&gt;All results will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595093#M594337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595094#M594338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Link for SAP Scripts (step by step procedure)&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPSCRIPT.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPSCRIPT.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595094#M594338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595095#M594339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Create Scripts Of Your Own Using Standard Scripts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The folloiwng info may be useful for those who are new to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Standard Scripts are in client '000'.&lt;/P&gt;&lt;P&gt;We have to copy them to '800'. (this is your own company define client no)&lt;/P&gt;&lt;P&gt;All Standard Scripts and their respective print programs are listed in table 'TNAPR'.&lt;/P&gt;&lt;P&gt;Ex: FORM MEDRUCK has the Driver Program SAPFM06P.&lt;/P&gt;&lt;P&gt;NOTE: Never make any changes to the Standard Driver Programs&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 1.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Goto Transaction Code &amp;lt;SE71&amp;gt; and &lt;/P&gt;&lt;P&gt;select from Menu UTILITIES -&amp;gt;Copy from Client.&lt;/P&gt;&lt;P&gt;Enter the Standard Form Name, It source Client 000 and the target Form Name that you want it to be saved as on your client.&lt;/P&gt;&lt;P&gt;Say you are naming it as zmedruck1.&lt;/P&gt;&lt;P&gt;Click on EXECUTE.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 2.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Converting form to English.&lt;/P&gt;&lt;P&gt;Open zmedruck1 in &amp;lt;SE71&amp;gt; With language DE.&lt;/P&gt;&lt;P&gt;Then goto  UTILITIES -&amp;gt; Convert Original Language from DE to EN.&lt;/P&gt;&lt;P&gt;Then you can modify the layout for example, chaging the logo, or changing the headers, or adding any new code to do some calculation etc.,&lt;/P&gt;&lt;P&gt;SAVE THE CHANGES AND ACTIVATE.&lt;/P&gt;&lt;P&gt;Then select from the menu  FORM -&amp;gt; CHECK -&amp;gt; TEXT.&lt;/P&gt;&lt;P&gt;SELECT your driver program name from the list adn click on COPY.&lt;/P&gt;&lt;P&gt;If you don't see the program name in the list then click on &lt;/P&gt;&lt;P&gt;'APPEND PRINT PROGRAM' and add your program name and then select it from the list and click on COPY.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;STEP 3: Assigning our form to the standard print program.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;Start Tr.Code &amp;lt;NACE&amp;gt;.&lt;/P&gt;&lt;P&gt;In our present case since we are working on 'Purchase order' we have to select EF and click on the button Output Types.&lt;/P&gt;&lt;P&gt;Then on Right hand side, scroll down and select  NEU - New P O Printout. &lt;/P&gt;&lt;P&gt;(This may change for different programs).&lt;/P&gt;&lt;P&gt;Then Double click on  Processing Routines on Left hand side.&lt;/P&gt;&lt;P&gt;Change from Display -&amp;gt; Change Mode. &lt;/P&gt;&lt;P&gt;Give your form name (zmedruck1) for printoutput and SAVE.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 4:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Start Tr.Code &amp;lt;ME22N&amp;gt; since you are working on Purchase order and click on print Preview to make sure your layout etc., changes are OK. If not again you have to make the changes accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Sapscripts Tips and Tricks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard system come with all the standard sapscripts for you to print invoices, delivery orders or sales order etc.  You can further enhance the form with SAPscripts which is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the combination of third party barcode software (barcode.dll) or printer with bardimm, you can print barcode directly using SAP scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create SAPscipts goto tcode : SE71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your SAPscripts are created, you have to used an abap program to called the sapscripts form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;also refer &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for the below topics&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SAPScripts Reference Books&lt;/P&gt;&lt;P&gt;SAPscript Made Easy 4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Certification Books&lt;/P&gt;&lt;P&gt;ABAP Programming: A Guide to the Certification Course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction&lt;/P&gt;&lt;P&gt;SAPScript Transaction codes&lt;/P&gt;&lt;P&gt;SAPScript Important Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commands&lt;/P&gt;&lt;P&gt;Reading Text in SAPScripts&lt;/P&gt;&lt;P&gt;Boxes/Lines/Shading &lt;/P&gt;&lt;P&gt;Printer commands in SAPScripts&lt;/P&gt;&lt;P&gt;Different font on the same line&lt;/P&gt;&lt;P&gt;Print Footer notes only on the last page&lt;/P&gt;&lt;P&gt;Orientations in SAPSCRIPT&lt;/P&gt;&lt;P&gt;Protect...Endprotect&lt;/P&gt;&lt;P&gt;Retrieving data without modifying the original called program&lt;/P&gt;&lt;P&gt;SAPscripts How to calculate Totals and Subtotals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion&lt;/P&gt;&lt;P&gt;Developing SAPScript in different languages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Program Tools&lt;/P&gt;&lt;P&gt;How to convert Sapscript spools request to PDF?&lt;/P&gt;&lt;P&gt;How to Upload graphics (IMAGE) to your Sapscript?&lt;/P&gt;&lt;P&gt;Import/Export SapScript form from PC file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common Problems&lt;/P&gt;&lt;P&gt;Picture doesn't show in Print Preview&lt;/P&gt;&lt;P&gt;Delete Load program for SAPScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barcodes&lt;/P&gt;&lt;P&gt;Details information about SAP Barcodes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SapScripts Frequently Asked Questions&lt;/P&gt;&lt;P&gt;SapScript Question&lt;/P&gt;&lt;P&gt;FAQ for Sap Scripts&lt;/P&gt;&lt;P&gt;Questions on PO SapScripts MEDRUCK&lt;/P&gt;&lt;P&gt;Create Scripts Of Your Own Using Standard Scripts&lt;/P&gt;&lt;P&gt;A Sample SAP Scripts Reports&lt;/P&gt;&lt;P&gt;Sample Sapscripts Label Printing Program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595095#M594339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595096#M594340</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 some of the Important one that we use very frequently&lt;/P&gt;&lt;P&gt;for others see the SE71 tcode  and press F4 and see&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES ORDER &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 &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;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;&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;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;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;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>Thu, 26 Jul 2007 11:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595096#M594340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595097#M594341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all repliers...&lt;/P&gt;&lt;P&gt;Landscape or portrait layout?&lt;/P&gt;&lt;P&gt;What is the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595097#M594341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595098#M594342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  go to transaction NACE and then any of the application and  select any of the output type and then click on processing request u can get the caller program and respective layout sets as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595098#M594342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP's training-purposed sapscript examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595099#M594343</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;Check the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html" target="test_blank"&gt;http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/sap_scripts.html" target="test_blank"&gt;http://www.sapmaterial.com/sap_scripts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 12:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-s-training-purposed-sapscript-examples/m-p/2595099#M594343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T12:14:12Z</dc:date>
    </item>
  </channel>
</rss>

