Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

FM REPOSITORY_ENVIRONMENT_ALL

$
0
0

Hello,

 

I'm trying to create a simple report to find all objects used in a program (or any other kind of object).

 

So, I'm using the FM REPOSITORY_ENVIRONMENT_ALL like this:


PARAMETERS:p_obj TYPE tadir-obj_name.

 

DATA: environment_selection TYPE envi_types,

       output_list TYPE TABLE OF senvi.

 

CALL FUNCTION 'REPOSITORY_ENVIRONMENT_ALL'

     EXPORTING

       obj_type          = 'PROG'

       environment_types = environment_selection

       object_name       = p_obj

     TABLES

       environment_tab   = output_list.

 

But the problem is that I get a dump when executing the code (limit time exceeded ...)

 

Please help me solve this problem.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>