2007 Sep 13 11:44 PM
Hello,
I´m searching for a possibility to access the parameters of a function module dynamically. I.e. I do not know how many parameters a function has, if it is import/export, or the data type.
Is there a possibility to access (maybe an ABAP-internal) table with these informations? (At runtime within the function module itself)?
Thany you for your help,
best regards,
Stefan
2007 Sep 14 12:02 AM
Use the function module RPY_FUNCTIONMODULE_READ_NEW to read all of the metadata for a funciton module, it returns internal tables for all parameters of the function module interface.
Regards,
RIch Heilman
2007 Sep 14 12:02 AM
2007 Sep 14 9:16 AM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |