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!!