‎2008 Mar 20 7:19 AM
Hello All,
I want to export an Internal table(Which contains only one field called users) from a function module to a remote function module.
So In the target function module, could anyone please explain how do I receive it and use in the source code there?
Thanks in advance.
Pradeep
‎2008 Mar 20 7:26 AM
Try this
CALL FUNCTION <func name> DESTINATION <rfc dest>.
U can use the internal tables in the similar way as the other Function modules.
awrd points if useful
Bhupal