‎2007 Aug 23 10:20 PM
‎2007 Aug 24 10:32 AM
‎2007 Aug 23 10:28 PM
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
‎2007 Aug 24 10:31 AM
hi radhika
smart forms will have function modules.. chk in the TFDIR....
thanks
‎2007 Aug 24 10:32 AM
‎2007 Aug 24 10:34 AM
‎2007 Aug 24 10:38 AM
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
‎2007 Aug 24 10:38 AM
when ever u execute a smart form a function module is produced. Function modules are stored in table tfdir.