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

how 2 find program for smartform

Former Member
0 Likes
852

how 2 find program for smartform

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
837

go to se11 and check table tnapr

6 REPLIES 6
Read only

Former Member
0 Likes
837

Hi,

go to TNAPR table and find the driver program for the layout.

give the layout name, if you know the output type also give it.

OR

go to se71 and go to the layout , check the text elements syntax then it will show the possible driver programs in the window to choose.

that way you can find..

Or else...

Go to the Tcode -> NACE

OR

Go to the T-code 'SMARTFORMs'

Give your form name

go to the general attributes.

Check the Package name.

then go to T-Code-> SE80

there check the program name for a package wise

Regards,

KK

Message was edited by:

Kishore Kumar Karnati

Read only

Former Member
0 Likes
837

hi radhika

smart forms will have function modules.. chk in the TFDIR....

thanks

Read only

former_member188827
Active Contributor
0 Likes
838

go to se11 and check table tnapr

Read only

kiran_k8
Active Contributor
0 Likes
837

Radhika

Check TNAPR and TTXFP tables.

K.Kiran.

Read only

Former Member
0 Likes
837

Hi,

try this FM to find the FM for the smartform:

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

EXPORTING

FORMNAME = 'Z_TEST' --> your formular

IMPORTING

FM_NAME = FM_NAME

EXCEPTIONS

NO_FORM = 1

NO_FUNCTION_MODULE = 2

OTHERS = 3.

Regards, Dieter

Read only

Former Member
0 Likes
837

when ever u execute a smart form a function module is produced. Function modules are stored in table tfdir.