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

Driver program for the Smart form

Former Member
0 Likes
383

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

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

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
363

Venkat,

Check the table TTXFP to know the driver program of a smartform.

K.Kiran.

Read only

Former Member
0 Likes
364

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