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 in Function Module

Former Member
0 Likes
408

Can we use table parameter as import and export parameters.

Moderator message: please search for information before posting.

Message was edited by: Thomas Zloch

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
382

(FAQ) A simple read of sap documentation will provide the answer. Nevertheless table parameters are considered as obsolete changing parameter and should no longer be used (exception of RFC FM in certain cases)

Regards,

Raymond

Read only

Former Member
0 Likes
382

the tables parameters are used only for remote-enabled function modules, where it is preferred.  For other FMs and uses, create a table type, and use that in the importing, exporting or changing tabs.    Populate the table, call the FM supplying the table name ot the parameter with the table type, process the table in the FM...  simple process, once you've done it once.