‎2007 May 15 9:09 AM
hi ,
pls help me,
i have a tcode to run a report , i find the report name for that transaction.
the report is to print payslip,
this a driver program to run the smartform.so,now i want to know the name of the smartform for that program ?
how can i know this ?
pls tell me?
thanks & regards in advance.
‎2007 May 15 9:13 AM
Hi,
look at the table TNAPR, there give the Program name and press F8 then you will find the layout program
Regards
Sudheer
‎2007 May 15 9:13 AM
Hi,
look at the table TNAPR, there give the Program name and press F8 then you will find the layout program
Regards
Sudheer
‎2007 May 15 9:14 AM
Search for the FM 'SSF_FUNCTION_MODULE_NAME' in the code. This FM gives the name of the smartform that is being called by the program or check for the entries in the TNAPR table, here in this table u can get the name of the smartform of the SAPSCRIPT that is being called by the code.
Reward if useful
Cheers,
Sharadendu
‎2007 May 15 9:14 AM
Hi,
Check the Table TNAPR.
Give the O/P type and PGM name
you can get the form name.
**Pls reward for usefull answers
‎2007 May 15 9:16 AM
Hi,
After executing the smartform u will get some function module name . For that function module name u can put where used list for all programs.
U will get the program name for the smartform.
Thanks,
Sankar M
‎2007 May 15 9:25 AM
hi,
to find smartform name .
if driver program has function module <b>ssf_function_module_name</b>
there u got the smartform name where he passes the exporting parameter
against <b>formname</b> .