Hi Builders,
we have an ODATA API with asynchronous write, which we would like to build an app around.
The API can be found here.
I have a BTP destination for the API.
For the Create or Update function are three steps required:
1. get transaction ID from System with api path/SAP__self.GetTransactionID()
2. write the actual data
3. commit with api path/SAP__self.Commit
Now my question is, are these async operations covered, when I use the SAP Systems Integration and use the detected capabilities for create/update/delete or do I then have to go via SAP Build Apps classic data entities or even create separate http request flows for the first and last step in the operation?
Regards