Skip to Content
0
Former Member
May 27, 2008 at 03:24 PM

passing parameters to RFC enabled FM

1266 Views

Hi,

I have following data defined..

DATA: BEGIN OF *aaa OCCURS 0,

.....

.....

END OF *aaa.

I want to call an RFC enabled FM in another system and pass this data. Also I want to receive lots of such internal table data (*bbb, *ccc, *ddd )in return from there.

How do I pass *aaa to the FM ?

From the FM how do I return those many internal tables.

can i have the statements please ?

thks