cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass table values to RFC/BAPI through SAP BODS

0 Kudos

HI experts,

Can anybody help me in , How to pass table data (Like internal table in sap abap) to RFC through Sap BODS. i.e. How to send multiple value to the RFC that has Internal table as the importing parameter.

Thanks and In advance.

Regards,

Srinivas.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas,

You will need to use the nested relational data model (NRDM) to create a single record with a nested table as one of the fields in the parent record.  From here, when you call a BAPI from DS Designer, you can pass the nested table as a parameter to the function.

The Nested Relational Data Model NRDM - Enterprise Information Management - SCN Wiki

Answers (0)