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://docs.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!!