‎2006 Mar 14 10:24 PM
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!
‎2006 Mar 14 11:19 PM
Hi,
You can't find production order lay out sets link with print programs in TNAPR.
Please use T/code : OPK8 to configure the Print Shop Papers .
You have to assing your custom Print programs and sap scripts by using above transaction.
Please go through the attached link this will show you the stp-by-step procedure how to attach shop floor papers:
<a href="http://www.sap-basis-abap.com/sappp013.htm">Print Shop Papers - Configure new / existing SAP Printers</a>
Regards,
Lanka
‎2006 Mar 14 10:28 PM
Hi,
One way is you can put a break point at line no: 817 in the program RSNAST00
The line looks like..
tnapr-ronam = ronam.
tnapr-fonam = fonam.
tnapr-pgnam = pgnam.
Find the values of
ronam--->Routine name
fonam--->Form name
pgnam--->Driver Program name.
‎2006 Mar 14 10:46 PM
One way of finding the print program is:
Goto SE71 and display the form
Now on the top menu goto Form --> Check --> Texts
(Alternatively you can press CTRL+F4)
Press Continue/Enter
Now you will see a dialog box with the print program for that SAPScript.
‎2006 Mar 14 11:19 PM
Hi,
You can't find production order lay out sets link with print programs in TNAPR.
Please use T/code : OPK8 to configure the Print Shop Papers .
You have to assing your custom Print programs and sap scripts by using above transaction.
Please go through the attached link this will show you the stp-by-step procedure how to attach shop floor papers:
<a href="http://www.sap-basis-abap.com/sappp013.htm">Print Shop Papers - Configure new / existing SAP Printers</a>
Regards,
Lanka
‎2006 Mar 14 11:24 PM