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

transaction code for finding prog name for smartform

Former Member
0 Likes
476

hi

could anyone tell me the

TC for finding the prog name for existing smartform

thanking u

rocky

3 REPLIES 3
Read only

Former Member
0 Likes
452

I dnt know know abt tcode but I guess FM SSF_FUNCTION_ MODULE_NAME gives the name of the Fm when smart form is activated.

You need to call this function module first that uses the form name to determine the current name of the generated module.

Have a look at below link.

http://help.sap.com/saphelp_nw04/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/content.htm

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
452

Hi

NACE would have the smartform linked to the modules.

Check TNAPR table, it would give you list of smartforms

Regards

Deepak

Read only

Former Member
0 Likes
452

you can get the program name for a smartform in TNAPR table.Just give the smartform name in sform field and check the prog name field.