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

Find package dependencies

simonegaffurini
Participant
0 Likes
2,400

Hello, is it possible given a package name to find out all of the dependant objects from other packages?

Let's say object ZCL_X of package ZX references (in any way) object ZCL_Y of package ZY.

Is there a function module that can return me ZCL_Y given package name ZX?

1 ACCEPTED SOLUTION

Hello, is it possible given a package name to find out all of the dependant objects from other packages?

Let's say object ZCL_X of package ZX references (in any way) object ZCL_Y of package ZY.

Is there a function module that can return me ZCL_Y given package name ZX?

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
2,201

also my package for "environment analysis", based on function module REPOSITORY_ENVIRONMENT_ALL.

https://github.com/sandraros/envysis

(not very well written though as I didn't spend much time on it...)

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,201

I guess there are many questions and answers also, concerning REPOSITORY_ENVIRONMENT_ALL.