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

Driver Programs

Former Member
0 Likes
839

hai,

please help me how to find Driver Programs for FORMS.

thanks,

aravind.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
769

Hi aravind,

u can able to find the driver program for the standard layout in the table TNAPR.

Regards...

Arun.

6 REPLIES 6
Read only

Former Member
0 Likes
770

Hi aravind,

u can able to find the driver program for the standard layout in the table TNAPR.

Regards...

Arun.

Read only

Former Member
0 Likes
769

Go to the smartforms transaction.

Chose from menu Environment->Function Module.

Note the name of the fm.

Go to se37.

Place the cursor on the Fm name and do a where-used-list.

You will find the programs which use that fm.

or you can find it in NACE transaction

or in the table tnapr.

Thanks ,

Hari

Read only

Former Member
0 Likes
769

HI,

You can check the table TNAPR, give the Form name and you will get the details, you will get the program name also.

Mark all the helpful answers

Regards

Sudheer

Read only

Former Member
0 Likes
769

Hi,

use TNAPR table ,NACE,NACT transaction.

Regards

Amole

Read only

Former Member
0 Likes
769

Hi Aravind,

1) If the forms are of custom type then check driver programs in table <b>TTXFP</b>.

Form name : <b>TTXFP-TDFORM</b>

Driver program : <b>TTXFP-PRINT_NAME</b>

2) If the forms are associated with output types then check in table <b>TNAPR</b>.

Form name : <b>TNAPR-FONAM</b>

Driver program : <b>TNAPR-PGNAM</b>

Thanks,

Vinay

Read only

Former Member
0 Likes
769

Hi Vinaykumar G ,

What do you mean by Custom type and Associated type ???