Skip to Content
0
Apr 16, 2014 at 07:10 PM

BAPI_TRANSACTION_COMMIT not working in debuging mode

230 Views

Hi All,

I have a inbound proxy which is using BAPI_OUTB_DELIVERY_CREATE_STO to create delivery for PO and if success I'm using BAPI_TRANSACTION _COMMIT.

However, when I'm testing in ECC (both normal and debugging mode) I'm getting a return error from COMMIT FM saying "Updates was not possible" .

but when the proxy is triggered from third party the delivery was created and successful.

Please let me know the reason for the failure.

After commit work I'm using " WS_DELIVERY_UPDATE " to update the delivery. I'm seeing some issues in this FM, to find out this I need BAPI COMMIT work to be successful in debugging mode.

Thank you!!