2012 Oct 31 6:16 PM
Can we use table parameter as import and export parameters.
Moderator message: please search for information before posting.
Message was edited by: Thomas Zloch
2012 Oct 31 6:23 PM
(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)
Read the Rules of Engagement
Regards,
Raymond
2012 Oct 31 6:24 PM
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.