cancel
Showing results for 
Search instead for 
Did you mean: 

Driver program for the Smart form

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can get your driver program name from tnapr table but some are also configured from others way also.

Try this will work in any case.

Open your Smartform then execute.

Then function module name is displayed

Open function module and put a break point on first executable statement.

May be break point on statement like

CLEAR DOCUMENT_OUTPUT_INFO.

After giving breakpoint trigger your Smartform for printing in fresh session then it will stop in debug mode then in call tab you can see your driver program name.

Former Member
0 Kudos

Hi Venkat Eswar,

If your smartform is attached to a output type you can use the table TNAPR for finding out the name of the driver program.

Or go to SE37 type "SSF_FUCTION_MODULE_NAME" and use where used list you might get the program name there.

Hope it works.

Regards,

Nikhil