<?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: SAPSCRIPT FORMS and THEIR PROGRAMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236934#M141102</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;You can't find production order lay out sets link with print programs in TNAPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use T/code : OPK8 to configure the Print Shop Papers .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to assing your custom Print programs and sap scripts by using above transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the attached link this will show you the stp-by-step procedure how to attach shop floor papers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-basis-abap.com/sappp013.htm"&amp;gt;Print Shop Papers - Configure new / existing SAP Printers&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2006 23:19:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-14T23:19:50Z</dc:date>
    <item>
      <title>SAPSCRIPT FORMS and THEIR PROGRAMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236931#M141099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a production order is printed, a cove page is generated by a form ZPSFC_PRINT_LAY. ZPSFC_PRINT_LAY is designed to print necessary information regarding all operations, including base rate and etc. I modified ZPSFC_PRINT_LAY to include one more piece of information and now I am trying to modify its program that calls all the tables and has created the form itself. I am having difficulty in finding it. The form is not mentioned under nace. I also checked the TNAPR and it is not there. Where do I find a program for sapscript form ZPSFC_PRINT_LAY that is used for Production Order Cover Sheet? PLEASE HELP! THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 22:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236931#M141099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT FORMS and THEIR PROGRAMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236932#M141100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; One way is you can put a break point at line no: 817 in the program RSNAST00&lt;/P&gt;&lt;P&gt;The line looks like..&lt;/P&gt;&lt;P&gt;   tnapr-ronam = ronam.&lt;/P&gt;&lt;P&gt;    tnapr-fonam = fonam.&lt;/P&gt;&lt;P&gt;    tnapr-pgnam = pgnam.&lt;/P&gt;&lt;P&gt;Find the values of &lt;/P&gt;&lt;P&gt;ronam---&amp;gt;Routine name&lt;/P&gt;&lt;P&gt;fonam---&amp;gt;Form name&lt;/P&gt;&lt;P&gt;pgnam---&amp;gt;Driver Program name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 22:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236932#M141100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T22:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT FORMS and THEIR PROGRAMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236933#M141101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way of finding the print program is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE71 and display the form&lt;/P&gt;&lt;P&gt;Now on the top menu goto Form --&amp;gt; Check --&amp;gt; Texts&lt;/P&gt;&lt;P&gt;(Alternatively you can press CTRL+F4)&lt;/P&gt;&lt;P&gt;Press Continue/Enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will see a dialog box with the print program for that SAPScript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 22:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236933#M141101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T22:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT FORMS and THEIR PROGRAMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236934#M141102</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;You can't find production order lay out sets link with print programs in TNAPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use T/code : OPK8 to configure the Print Shop Papers .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to assing your custom Print programs and sap scripts by using above transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the attached link this will show you the stp-by-step procedure how to attach shop floor papers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-basis-abap.com/sappp013.htm"&amp;gt;Print Shop Papers - Configure new / existing SAP Printers&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 23:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236934#M141102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T23:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT FORMS and THEIR PROGRAMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236935#M141103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table &amp;lt;b&amp;gt;TTXFP&amp;lt;/b&amp;gt; should do the trick -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 23:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-forms-and-their-programs/m-p/1236935#M141103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T23:24:29Z</dc:date>
    </item>
  </channel>
</rss>

