‎2008 Nov 25 10:53 AM
Hi,
Tables in function module are only export parameters or import parameter also?
THANKS
‎2008 Nov 25 10:56 AM
Hi,
Please be specfic about your query.
This depends on the function module u select.
Please give your function module
Regards
Rasheed
‎2008 Nov 25 10:56 AM
Hi,
Tables in function module are meant for both import and export.
Thanks,
Navneeth K.
‎2008 Nov 25 10:57 AM
Hi,
We can have tables has import parameters also.
Regadrs,
Kalp..
‎2008 Nov 25 10:58 AM
HI,
Tables is by reference as well as by value.
Hence can be used as both an input as well as output parameter.
Regards,
Raj
‎2008 Nov 25 10:59 AM
it's both import / export. Similar to Changing clause .
Regards,
Mohaiyuddin
‎2008 Nov 25 10:59 AM
Hi,
Tables in FMs can be used both as import and export parameter.
Thanks & Regards
‎2008 Nov 25 11:06 AM
Hello,
Tables in function module are both import and export parameters.
That means you can pass data to Function module through internal table (import parameter) and after
some calculation in the function module you can update the same internal table and this internal table can also be passed to your calling program( export parameter).
Regards
Arindam