Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPSCRIPT FORMS and THEIR PROGRAMS

Former Member
0 Likes
712

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

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

4 REPLIES 4
Read only

Former Member
0 Likes
663

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.

Read only

Former Member
0 Likes
663

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.

Read only

Former Member
0 Likes
664

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

Read only

0 Likes
663

Table <b>TTXFP</b> should do the trick -;)

Greetings,

Blag.