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