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 Function module

former_member2492
Active Participant
0 Likes
3,117

Hi I am trying to find a FM to get the transaction where a program is used.

I am trying to run this FM :

RS_INFOSYSTEM_CREATE_REQUEST

am I missing smth?where should I put the name of the program?

Please provide another FM if you have any suggestions?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
2,816

Check FM RS_EU_CROSSREF

7 REPLIES 7
Read only

FredericGirod
Active Contributor
0 Likes
2,817

Check FM RS_EU_CROSSREF

Read only

0 Likes
2,816

where do you put the name of the object?

Read only

2,816

johnu951 Please search the forum about "RS_EU_CROSSREF".

Read only

0 Likes
2,816

for future reference ,this FM does not find where a function group is used

Read only

0 Likes
2,816

In what context does that correspond that it "does not find where a function group is used"?

If you mean there's no direct where-used list for a function group, then you're correct (and that's coherent with SE80, there's no way to see the where-used list of a function group). BUT there's a where-used list for the "master program" of the function group (scope class "P" with function group name prefixed "SAPL" or "/NAMESPAC/SAPL" (for instance PERFORM IN PROGRAM, CALL SUBSCREEN), for its function modules, and eventually for its includes if they are included somewhere (but it's bad practice).

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,816

In OBJLIST

Read only

Sandra_Rossi
Active Contributor
2,816

johnu951 Please search the forum about "RS_INFOSYSTEM_CREATE_REQUEST". First answer I find gives the answer.