2023 Dec 11 5:58 AM
Dear Expert,
i am trying to trigger BAPI in a program for reservation creation. Get dumps at the time of Commit.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'.<br>
Please kindly advise.
Thanks,
RTN
2023 Dec 11 7:14 AM
This could occur when the above BAPI (reservation creation) returns error and not being properlly handled.
2023 Dec 11 8:08 AM
Always check the SAP notes first if you have some issues with the standard programs. If the issue is still not solved, contact the SAP support.
2023 Dec 15 11:03 AM
Check the RETURN parameter for Error Message before calling BAPI_TRANSACTION_COMMIT or ROLLBACK.