Application Development 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: 

Where used for Smartforms

Former Member
0 Kudos

Hi

I want to find out what all programs are calling a smartform. If i pass the function module name, I get zero hits as the its the name of the smartform that is passed in the programs calling it. Is there a way to find out where the smartform is used

Thank you

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

I don't think we have any direct way to find it out.

The workaround would be like this:

Do "Where used list" for the FM SSF_FUNCTION_MODULE_NAME.

Then from the list you need to find out which program calls your Smartform.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

I don't think we have any direct way to find it out.

The workaround would be like this:

Do "Where used list" for the FM SSF_FUNCTION_MODULE_NAME.

Then from the list you need to find out which program calls your Smartform.

Regards,

Naimesh Patel

former_member191735
Active Contributor
0 Kudos

not possible for forms.