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

Module pool program output to spool/internal table ... multiple runs

Former Member
0 Likes
681

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

2 REPLIES 2
Read only

VenkatRamesh_V
Active Contributor
0 Likes
617

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.

Read only

0 Likes
617

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