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

smartforms

Former Member
0 Likes
553

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Hi,

look at the table TNAPR, there give the Program name and press F8 then you will find the layout program

Regards

Sudheer

5 REPLIES 5
Read only

Former Member
0 Likes
532

Hi,

look at the table TNAPR, there give the Program name and press F8 then you will find the layout program

Regards

Sudheer

Read only

sharadendu_agrawal
Active Participant
0 Likes
531

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

Read only

Former Member
0 Likes
531

Hi,

Check the Table TNAPR.

Give the O/P type and PGM name

you can get the form name.

**Pls reward for usefull answers

Read only

p291102
Active Contributor
0 Likes
531

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

Read only

Former Member
0 Likes
531

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> .