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,
when i use the suggested code by you i am getting an output where i can't do further processing
CONCATENATE lv_record lv_field INTO lv_recordmy expected output must be.......
01 36.119 17.08.2011 38.492 17.08.2011
02 29.645 17.08.2011 38.484 17.08.2011
03 29.647 17.08.2011 38.446 17.08.2011
But my output looks something like below
01 36119 20110817 38492 20110817
02 29645 20110817 38484 20110817
03 29647 20110817 38446 20110817
where do i go wrong?
i need to differentiate float values(.) as well
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |