Application Development 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: 

RFC - Import Parameter with Multiple Records

Former Member
0 Kudos
317

Hi,

I have a requirement to create a RFC with Import Parameter, which has Multiple Records. Actually i need to Pass multiple set of records into the RFC. The RFC will process the records one by one and Export the output. This Output also will have Multiple Records. Is it possible in a RFC in ABAP? Actualy this RFC is used in XI to Validate Materials in R3. Please let me know your Suggestions.

Thanks and Regards,

Kannan.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
158

Yes, it is possible, you can pass an internal table via the TABLES parameter or you can pass thru IMPORT/EXPORT parameters using Table Types.

Regards,

Rich Heilman

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
159

Yes, it is possible, you can pass an internal table via the TABLES parameter or you can pass thru IMPORT/EXPORT parameters using Table Types.

Regards,

Rich Heilman

Former Member
0 Kudos
158

Functions in SAP have import, export and tables interface.

You could pass the data to the tables interface .

-Kiran