‎2007 Sep 04 6:34 AM
Hi all.
I have an issue in smart forms.
we are implementing RE(Real Estate) module with the version ECC 6.0.
In the RE ,for printing the forms.I know the name of the SMART form only.
how can i know the corresponding Driver program.
Plaese help me to solve this issue.
Thanks on advance,
Regards,
Eswar
‎2007 Sep 04 7:46 AM
hi pls read this,
The main step,however, is the generation of a function module. A function module is an encapsulated piece of ABAP code, that can be compared to a subroutine. The interface of the function module is the same as the one you defined for the form in the Form Builder. Since the function module is generated automatically, no
ABAP knowledge is required.
Activating a form means that the entire form is checked and saved and the function
module is generated. To find out the name of the function module, choose Environment→ Function module name.
u can find more in the table TFDIR ..
regards
‎2007 Sep 04 6:35 AM
Venkat,
Check the table TTXFP to know the driver program of a smartform.
K.Kiran.
‎2007 Sep 04 7:46 AM
hi pls read this,
The main step,however, is the generation of a function module. A function module is an encapsulated piece of ABAP code, that can be compared to a subroutine. The interface of the function module is the same as the one you defined for the form in the Form Builder. Since the function module is generated automatically, no
ABAP knowledge is required.
Activating a form means that the entire form is checked and saved and the function
module is generated. To find out the name of the function module, choose Environment→ Function module name.
u can find more in the table TFDIR ..
regards