2005 Aug 23 8:41 PM
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...
2005 Aug 23 9:48 PM
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
2005 Aug 24 6:36 AM