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

Extract the used objects within some code

Former Member
0 Likes
740

Hi All,

following is my requirement:

Input will be SAP Object eg : report, function module etc.

Once user enters the SAP Object then the system should go into the code of the SAP Object and traverse through the object to extract the used SAP standard or SAP Z Objects.

Output : it should display all the list of the used Objects.

For obtaining this do I need to maintain any library. if yes how to do that?

kindly give me some suggestions to find the used objects within the code.

Regards,

Amruta

3 REPLIES 3
Read only

former_member222860
Active Contributor
0 Likes
701

Hope this FM helps:

RS_CROSSREFERENCE

Read only

Former Member
0 Likes
701

Hi Amruta,

CHeck table TADIR (Directory of Repository Objects) to get standard or Z objects.

George

Read only

ThomasZloch
Active Contributor
0 Likes
701

SE38 -> enter program name -> shift-F4 -> select all and execute

Thomas