Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dynamic function module call

Former Member
0 Likes
4,632

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.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
4,425

You might be interested in reading this [http://help.sap.com/abapdocu_702/en/abapcall_function_dynamic.htm].

Hello,

SWNC_GET_WORKLOAD_SNAPSHOT

SWNC_GET_SNAPSHOT_FRAME and some other.

If it's only for, say, 10 function modules, it's not worth (loss of time) doing a generic program, it's just interesting for the intellectual effort (and for doing a quickly reusable tool maybe). If you create the RFC wrappers, it will take you only 1 hour to do it: copy the function modules, replace the code by a function call (using the "function module" pattern, with option to fill automatically the parameters from data objects with same name), I think the parameters already are passed by value and refer to DDIC data types.

can u send me your E-mail ID so that i can send the code...

I hope you'll continue to post in this thread, because a few people follow this thread.

Thank you for us

Sandra

39 REPLIES 39