on 2016 Nov 15 9:18 PM
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... ?
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.