‎2007 Jun 06 5:32 AM
Hi Guys,
I am trying to create a function module by using TABLE parameter. I have to pass an internal table to this function module for processing.
But it saying : TABLES parameters are obsolete!
And I am not going further.
Please suggest any work arround.
Thanks
‎2007 Jun 06 5:37 AM
Hi,
create a table type in SE11..
Then use that in your function module importing/exporting/changing parameter for passing internal tables..
Thanks,
Naren
‎2007 Jun 06 5:36 AM
In the tables strip just create a field as table TYPE any.
Regards,A
tish
‎2007 Jun 06 5:37 AM
Hi,
create a table type in SE11..
Then use that in your function module importing/exporting/changing parameter for passing internal tables..
Thanks,
Naren