on 2022 Feb 11 10:50 AM
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?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
34 | |
21 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.