cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IRPA BAPI call with importing array

janv7306
Active Participant
0 Kudos
355

Hello!

I am struggling with RPA BAPI call importing a simple array.

On the SAP side BAPI has IT_D param type table having one column DELN.

On the IRPA side import_param data type contains IT_D object with DELN child (string, list).

Now I am trying to pass the values from iRPA to BAPI. I created myVariable with import_param type, but I cannot assign IT_D nor DELN to array successfully.

Does anybody know, how to pass array to BAPI?

Accepted Solutions (0)

Answers (2)

Answers (2)

janv7306
Active Participant
0 Kudos

Hi,

Cycle among items collection and use Add Item (List) activiy to fill in table param type.

Or negotiate with your SAP developer (if possible) to create a custom BAPI specific for you.

Cheers. JV

5abinbabu
Newcomer
0 Kudos

Hi

Did you figure out the solution for this issue? Facing a similar issue where I need to pass parameters as an array. It would be helpful if you could share how you solved it.

Regards.