cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI-DS Looping BAPI call

PratibhaK
Participant
0 Kudos
456

Hi,

Is there a way to call a funtion/BAPI in iteration? Example I have 5 order numbers saved in the source file and for each of them I need to call BAPI_ALM_ORDER_GET_DETAIL.

Thanks.

View Entire Topic
former_member423067
Active Participant

Hello Pratiba,

is this BAPI designed to accept multiple line request and provide response also with multiple records ?

if you have to call the BAPI and it is the only way to access the information you need.

Then, you can ask the ECC team to expose the BAPI as an webservice from ECC. you can call the sync webservice from CPI DS and get the response back.

you can pass multiple records to webservice and also provide a limit on how many batches you would like to call at a time.

with regards,

Nazeer