2011 Aug 11 7:12 AM
Hi all,
can anybody suggest me how to handle import, export and tables parameters in a dynamic function module call if they are associated with TABLE types.
2011 Aug 11 8:36 AM
You might be interested in reading this [http://help.sap.com/abapdocu_702/en/abapcall_function_dynamic.htm].
Hi sam,
after you got the info from FM FUNCTION_IMPORT_INTERFACE, you can
CREATE DATA lr_any TYPE (<type>).
ASSIGN lr_any to <any>. Then use describe (or any CL_ABAP_TYPE
_DESCR method) to find out if it is a table, structure, field or what ever.
Regards
Clemens
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |