2015 Sep 14 8:09 PM
Hi,
I am trying to get environment analysis report for multiple programs in one go how can i get it?
Eventually I want to know software component attached to all the objects reused in a program/function group.
I can get all the objects/DDIC/function module/classes attached to program or FG by going to SE38>> program name or SAPL<FGname> >> utilities >> environment analysis. I can get all the objects and packages for them in here.
I want to get these objects for a list of program/FG in an internal table and find the attached sf component for them from table TDEVC; anybody have any clue to get it?
This is a module pool module program program to run tcode SE38).
I tried Submit but not possible here as this is a module pool.
is there any other way i can all the objects in one go for a list of program/FG?
Mani
2015 Sep 15 10:18 AM
Hi Mani,
Pass the package to TADIR table for program name then pass the program name to TSTC table for corresponding t-code.
Hope it helpful,
Regards,
Venkat.
2015 Sep 15 3:11 PM
I think i didn't make myself clear enough; I need to know all the reused object's software component in program or function group.
I dont find any direct link between a program name and all re-used objects from other packages/software component.
Thanks
Mani