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,
it always depends on what you want.
You expect external representation of data (decimal and thousand separator, date format) but you get internal data representation. If you have fields in appropriate dynamically created structure/table, you can CREATE DATA lr_OUT TYPE CHAR LENGTH <output length> and then use WRITE TO to convert to externasl representation.
Get the ouput length from describe field or CL_ABAP_TYPEDESCR.
But, honestly, isn't that obvious?
Regards
Clemens
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |