question

Jorge-8278 avatar image
0 Votes"
Jorge-8278 asked ChaitanyaNaykodiMSFT-9638 answered

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

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


azure-logic-apps
image.png (15.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ChaitanyaNaykodiMSFT-9638 avatar image
0 Votes"
ChaitanyaNaykodiMSFT-9638 answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.