Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What is the difference between BAPI_TRANSACTION_COMMIT and COMMIT WORK?

Go down

What is the difference between BAPI_TRANSACTION_COMMIT and COMMIT WORK? Empty What is the difference between BAPI_TRANSACTION_COMMIT and COMMIT WORK?

Post  govind Fri Mar 02, 2012 3:02 am

-Both are used to update data into database table.

-Difference between BAPI_TRANSACTION_COMMIT and COMMIT WORK is that BAPI_TRANSACTION_COMMIT refreshes BAPI buffer.

-BAPI buffer holds data to be updated into database table. IF we use COMMIT WORK and if it fails for any reasone then buffer does not refreshes. Hence when we call COMMIT WORK again then the previous data which is present in the buffer is updated. While in BAPI_TRANSACTION_COMMIT Function Module we use BUFFER_REFRESH_ALL function module right after COMMIT WORK. Hence if it fails then buffer is refreshed.

-Hence it is good to use BAPI_TRANSACTION_COMMIT instead of COMMIT WORK.

govind
Admin

Posts : 54
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum