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

how to find script used for tcode VF31

Former Member
0 Likes
774

Hi

How to find the Scripts or smartforms used for a particular tcode like VF31

Regards

Nanda

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

Hi,

Check the Table TNAPR.

Regards

Sreedhar.

Hi

How to find the Scripts or smartforms used for a particular tcode like VF31

Regards

Nanda

3 REPLIES 3
Read only

Former Member
0 Likes
718

Hi,

Check the Table TNAPR.

Regards

Sreedhar.

Read only

Former Member
0 Likes
717

Hi Kishore,

Go to se38 and open the program RSNAST00. Search for the subroutine TNAPR_LESEN. Set a break point at that subroutine and go to transaction VF31. Run the transaction and give a form for printing. The processing stops at the subroutine and the debugger opens up. There double click on the field TNAPR-FONAM. This will display the name of the script or smartform that is used by the transaction.

Try the following link for further reference.

Link: []

Read only

Former Member
0 Likes
717

HI kishore ,

first go to se93 and enter the tcode it gives the prognam get it and use in table tnapr and execute it then u get the form name.

for hr module use the table ttxfp .

regards,

venkat.