I attempted to execute two SAP BAPI calls within a UiPath sequence using the SAP BAPI activity:
BAPI_SALESORDER_CREATEFROMDAT2
BAPI_TRANSACTION_COMMIT
Both BAPI calls were processed without errors, yet the expected data was not saved in the SAP database. This raises uncertainty about the underlying cause of the issue.
Interestingly, when performing the same operations via SE37 using the same SAP account credentials, the data was successfully committed to the database. The discrepancy suggests that despite the successful execution and commit in UiPath, the data persistence is not being triggered as it does through SE37, leading me to question whether the issue lies in the UiPath execution environment or in the handling of the BAPI commit within the workflow itself.
I‘m also facing the same issue by calling BAPI[BAPI_COSTCENTER_CHANGEMULTIPLE]. There were no return messages or error messages, and the data was not successfully modified. Do you have any solutions now?