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?



you can enter your element type in TA SE11 as Data Type. Go to display and use the Where-Used-List to search for table fields / strucure fields to find the usage of this data element.
Regards Max