Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to create Function Module with TABLE parameter (for internal table)

manoj_goyal2
Participant
0 Likes
533

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

Hi,

create a table type in SE11..

Then use that in your function module importing/exporting/changing parameter for passing internal tables..

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
399

In the tables strip just create a field as table TYPE any.

Regards,A

tish

Read only

Former Member
0 Likes
400

Hi,

create a table type in SE11..

Then use that in your function module importing/exporting/changing parameter for passing internal tables..

Thanks,

Naren