‎2006 Sep 05 7:55 PM
hai,
please help me how to find Driver Programs for FORMS.
thanks,
aravind.
‎2006 Sep 05 8:01 PM
Hi aravind,
u can able to find the driver program for the standard layout in the table TNAPR.
Regards...
Arun.
‎2006 Sep 05 8:01 PM
Hi aravind,
u can able to find the driver program for the standard layout in the table TNAPR.
Regards...
Arun.
‎2006 Sep 05 8:03 PM
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
‎2006 Sep 05 8:05 PM
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
‎2006 Sep 05 8:47 PM
‎2006 Sep 05 9:06 PM
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
‎2007 Oct 25 7:31 AM
Hi Vinaykumar G ,
What do you mean by Custom type and Associated type ???