2012 Mar 14 6:00 AM
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
2012 Mar 14 6:14 AM
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
2012 Mar 14 6:21 AM
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 .