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

Local object identification

Former Member
0 Likes
669

Hi All,

Please let me know whether there is a table which holds information about the PROGRAM's reference to other objects.

For Example, say program A uses n number of references to other objects like data elements, calls n number of Function Modules, tables ect. Is there any table or FM that lists all these references?

Please do reply.

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
0 Likes
614

Check the FM

RS_CROSSREFERENCE

Edited by: Mahesh Reddy on Mar 20, 2009 10:25 AM

4 REPLIES 4
Read only

former_member222860
Active Contributor
0 Likes
615

Check the FM

RS_CROSSREFERENCE

Edited by: Mahesh Reddy on Mar 20, 2009 10:25 AM

Read only

Former Member
0 Likes
614

Check table CROSS it will give you the reference.

Or Function Moduel:

RS_EU_CROSSREF

Regards,

Gurpreet

Read only

Former Member
0 Likes
614

Hi:

Go in se80. select the program name and it would give the list of it.

Regards

Shashi

Read only

Former Member
0 Likes
614

Hi Saravanan,

The better way is to get all the references for all type of objects like programs,Function modules,function groups,packages ,classes,interfaces,BSP applications,local objects, inactive objects,etc, the ultimate tcode is SE80,

there u can find everything about the above said objects.

Regards

Arani Bhaskar