SAP TABLE as input parameter in BAPI call (Logic App)

Jorge 31 Reputation points
2020-12-08T09:51:21.84+00:00

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>  

46272-image.png

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.
2,842 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 22,776 Reputation points Microsoft Employee
    2020-12-18T22:44:26.213+00:00

    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.

    0 comments No comments