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

Table Parameter is Obsolete

Former Member
0 Likes
428

Hello Experts,

I am trying to create a Function Module in Se37 .  whenever i put ACTOR_TAB and AC_CONTAINER in PARAMETERS in TABLES Tab . It is showing Warning

as " Table Parameter is Obsolete " and i'm not able to Activate the Function Module .

So what should i do ???

Regards,

Vardhan.

Moderator message : Search for available information, discussion locked.

Message was edited by: Vinod Kumar

2 REPLIES 2
Read only

_IvanFemia_
Active Contributor
0 Likes
380

Hi,

you can activate even if there is a warning.

You can avoid the warning creating a table type in SE11 and use it as data element in the exporting parameters.

Regards,

Ivan

Read only

0 Likes
380

HI,

You can create a structure ( which you want as table ) and declare that structure as like line type through SE11.

Then use that line type created as the data element in the exporting parameters.

It will work as table type in both import and export parameters.

Hope it solves your purpose .