The resolution for this issue was obtained as per the discussion here on this blogpost. The table structure for BAPIs will be the same as RFC example shown here in the documentation, just the enclosing top elements will be different.
SAP TABLE as input parameter in BAPI call (Logic App)
Jorge
31
Reputation points
I'm trying to use BAPI functions from a Logic App.
For "single" parameters (strings, ....) I'm able to use this XML format:
<BAPI_NAME>
<STRING_PARAMETER>abcd/STRING_PARAMETER>
</BAPI_NAME>
I have found the official Microsoft documentation for RFC requests (https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-using-sap-connector#xml-samples-for-rfc-requests) but not for BAPI calls
Does anybody know how this would be for a TABLE input parameter using BAPI call?
Does anyone have a clue or documentation for this?
Thanks!!
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
1 answer
Sort by: Most helpful
-
ChaitanyaNaykodi-MSFT 27,476 Reputation points Microsoft Employee Moderator
2020-12-18T22:44:26.213+00:00