Hi,
I have to write a function module which will accept a list of numbers as input and return 3 internal tables of output.
I do the follwoing, pl let me know if i am right.
1. i create 4 structures, which represent the data for each of the internal tables.
2. in se37, i create a FM and in the tables tab, i enter these structures, here itab1 is the one which will receive the values from the calling program.
so when i call this FM with input as an itab with list of values, will it be autmatically passed to the itab1 ?
should i use itab1 in the "import " tab section or is it good enough in "tables" ? basically i deal only with internal tables as inputs and outputs.
thks