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

Program to get where used list

Former Member
0 Likes
1,852

Hi,

I was looking for a FM or program that would provide me the where used list for an object.

Actually I need to create such a list for all the objects included in a transport request.

The end goal is to find out which all programs/tcodes are linked to these objects.

Please suggest...

Hi,

I was looking for a FM or program that would provide me the where used list for an object.

Actually I need to create such a list for all the objects included in a transport request.

The end goal is to find out which all programs/tcodes are linked to these objects.

Please suggest...

2 REPLIES 2
Read only

Former Member
0 Likes
1,282

I don't think it is realistic. If a transport has a program then you want to find out where the program is used, or if the transport has table entries, what is 'whereused' in this context?

But to find out the where used list for known objects, use the function module 'RS_TOOL_ACCESS' where operation = 'CROSSREF'. Go through the code once to understand the parameters. Unfortunately there is no documentation on this, but you can probably do a 'where-used' on this function module to get an idea.

Please reward and close if this helps,

Srinivas

Read only

andreas_mann3
Active Contributor
0 Likes
1,282

Sid,

-> tables E070/E071

and have a look here:

Andreas