cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the Driver program name from the Smartform

Former Member
0 Kudos

Dear experts,

Please help me with the steps to get the driver program name from the Smartform??

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Shakti ,

Try this ..

Goto rpogram --- RS_ABAP_SOURCE_SCAN - excute

In the selection Screen give the form name in the search string - Excute

It will display the all the driver programs calling that particular Smartform..

Please Let me know any issues on this

Regards ,

Rediez

Former Member
0 Kudos

Hi,

For Standard transactions we can assign FORM Name and Program name in NACE.

For Z-programs we have a T.Codes like v\83. T.Code we will find out.

See to this link too.

Regards,

Revathi Bhoopal.

Former Member
0 Kudos

Hi Shakti,

Just dry run the smartform and get the FM name generated and check in the where-used-list in which program this FM is been used u shall get all the driver programs using this smartforms...

Try this out ...

Best of Luck !!!

Thanks

Ravi

Former Member
0 Kudos

Hi Shakti,

check transaction NACE and table TNAPR to get the program name.

with regards,

Mamta Kumari

former_member555112
Active Contributor
0 Kudos

HI,

You can get it via TNAPR table.

Put the smartform name in the SFORM field and find the corresponding driver program.

Regards,

Ankur Parab

Former Member
0 Kudos

Thanks for your help Ankur

Former Member
0 Kudos

Ankur,

In TNAPR table,after giving the form name,and pressing F8,it doesnot show me the Prgram name!!!!

Could you please tell me about this?

former_member555112
Active Contributor
0 Kudos

Hi,

In that case your smartform is not configured in NACE or it is called dynamically.

Another alternative is to put a break-point in the FM SSF_FUNCTION_MODULE_NAME.

Then run your transaction which is printing the smartform.

When it stops at the break-point check the driver program name.

Incase the smartform is getting printed while saving the output messages then you need to turn on update debugging and system debugging so that it stops at your breakpoint.

Regards,

Ankur PArab