‎2009 Jun 17 12:22 PM
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
‎2009 Jun 17 12:31 PM
‎2009 Jun 17 12:34 PM
Hi Amruta,
CHeck table TADIR (Directory of Repository Objects) to get standard or Z objects.
George
‎2009 Jun 17 12:48 PM
SE38 -> enter program name -> shift-F4 -> select all and execute
Thomas