‎2008 Jan 16 7:37 AM
hi all,
i want to pass a table to function module.
and import the same from function module.
how to do it.
‎2008 Jan 16 7:39 AM
Just declare the table in the TABLES parameter of the function module. It behaves as an importing as well as exporting parameter and hence can be passed as well as returned to/from the driver program.
‎2008 Jan 16 7:39 AM
Just declare the table in the TABLES parameter of the function module. It behaves as an importing as well as exporting parameter and hence can be passed as well as returned to/from the driver program.
‎2008 Jan 16 7:46 AM
Hi Javed,
In the function modules Tables parameters is used for import and also export the tables so use it.
Plzz Reward if it is useful,
Mahi.