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: 

RFC enabled FM to fetch the Where-USed-List of an Abap Program.

Former Member
0 Kudos

I need to fetch the where-used list of a program/ Function module, but from a remote system. Is there any FM available for the same?

P.S. I tried using CRMOST_WHERE_USED_LIST, but post upgrade, this FM is not RFC enabled anymore.


Regards,

Mou.

1 ACCEPTED SOLUTION

UweFetzer_se38
Active Contributor
0 Kudos

If CRMOST_WHERE_USED_LIST already gives you all the results you need and you can't find an RFC-enabled one, just write your own RFC-enabled FM which calls CRMOST_WHERE_USED_LIST.

2 REPLIES 2

UweFetzer_se38
Active Contributor
0 Kudos

If CRMOST_WHERE_USED_LIST already gives you all the results you need and you can't find an RFC-enabled one, just write your own RFC-enabled FM which calls CRMOST_WHERE_USED_LIST.

0 Kudos

Thanks Uwe. The problem is I am not allowed to move any objects to the remote system. Hence was looking for standard objects.

The problem is solved. I am fetching the where used list from the Standard Table Cross. I am reading the table remotely using RFC_READ_TABLE Function Module.

Thanks for your answer. 🙂

Regards. Mou.