cancel
Showing results for 
Search instead for 
Did you mean: 

Where-Use of Method with calling parameters?

Former Member
0 Kudos

hi,

for a couple of projects I created a simple ABAP class which methods provide access to configuration values. E.g. there is a method called "GET_FIELD( iv_field = 'MTART" )", it returns a single configuration value for "MTART".

Now, I would like to automate the check, whether all required configuration settings are available. In other words, whether all configuration values I request in code (all around the SAP ECC system) is there.

So I started to figure out function module RS_EU_CROSSREF, it provides a list of referencing objects/methods which make use of my "GET_FIELD" method. But I don't see a nice way to get the parameters used; in the above example I would love know, that the method is executed with "iv_field = 'MTART'.

Any ideas?

One would be to get the object list using RS_EU_CROSSREF, select all code from the database and use complex regex search strings. But maybe there is another... ?

Accepted Solutions (0)

Answers (0)