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

Where used for Smartforms

Former Member
0 Likes
545

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
Read only

naimesh_patel
Active Contributor
0 Likes
501

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

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

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
502

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

Read only

former_member191735
Active Contributor
0 Likes
501

not possible for forms.