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

Form Name and Print Program

Former Member
0 Likes
1,358

Hi,

I want to some changes on the following forms:

Picking List - LT31

Packing List - VL02N

Invoice - VF02

What is the name of the standard SAP form and print program?? Where can i locate them??

Regards,

Kit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
886

You can see in NACE Transaction :

Vf02 ->

Goto NACE -> select application V3 -> click on output types -> now select RD00

-> click on processing routines

here you can see form name and print program

same thing for VL02

here select V2 application..

you can find in TNAPR ,NAST Table

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
887

You can see in NACE Transaction :

Vf02 ->

Goto NACE -> select application V3 -> click on output types -> now select RD00

-> click on processing routines

here you can see form name and print program

same thing for VL02

here select V2 application..

you can find in TNAPR ,NAST Table

Thanks

Seshu

Read only

Former Member
0 Likes
886

Hi,

The best way to find a form name and print program name is to goto SE38, program RSNAST00. Keep breakpoint at following statement -

PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE

US_SCREEN

IF FOUND.

Print document from respective transactions -

Check values of TNAPR-FONAM for form name and TNAPR-PGNAM for driver program name.

There is another way

If you have document numbers and output type name, you can check entries in TNAPR table.

Hope this helps.

ashish