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
547

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
503

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

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

naimesh_patel
Active Contributor
0 Likes
504

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
503

not possible for forms.