cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the driver program for a given SmartForms

Former Member
0 Kudos

Hi All,

can any one give me the idea of finding the driver program for an already developed smartform.

Thanks and Regards,

Rama

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

Hi,

GOto TNAPR table.

Pass Smartformname in the Field SFORM.

U can get your Driver program NAme.

- Selvapandian Arunachalam

kiran_k8
Active Contributor
0 Kudos

Rama,

You can even check TTXFP table too to get the driver program.

Thanks,

K.Kiran.

mahaboob_pathan
Contributor
0 Kudos

We can find in 3 ways.

1. Check the table TNAPR.

2. Go to the Tcode -> NACE

3. 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

Former Member
0 Kudos

THERE IS A TABLE WHICH KEEPS TRACK OF ALL OF THESE.

If you know either the Form name or the driver program name, goto SE11 and choose table TNAPR and enter your Form name in the selection screen and you will get the driver program name.

Reward Points if useful..

Regards,

Vivek

Former Member
0 Kudos

If you know either the Form name or the driver program name, goto SE11 and choose table TNAPR and enter your Form name in the selection screen and you will get the driver program name.

Reward POints if useful..

Regards,

Sarathy.

Former Member
0 Kudos

hi

good

if it is a standard program then follow the below procedure.

Goto Global Settings -> Form Attributes

In the Form Attributes,click the General attributes tab you will find the package name of the smartform.

thanks

mrutyun^

Former Member
0 Kudos

We can find the following ways.

1. Check the table TNAPR.

2. Go to the Tcode -> NACE

3. 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,

Maha

Former Member
0 Kudos

if you execute a test on the smart from a function module gets generated.

this FM is your driver program

Former Member
0 Kudos

u can go to nace for viewing ur smartform and driver program .. but for this u will have to know ur output type and ur application type ..