I create a new function modul in abap which should return a list of the data element AGVAL
.
AFAIK there are two ways now:
- I use an already available table type
- I create a new table type
How to do this kind of introspection? I would like to now if there is already a table type with one column, which is of type AGVAL?