SAP COMMIT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for COMMIT

COMMIT WORK

ABAP Reference
ABAP Code Snippet


ABAP Syntax COMMIT WORK [AND WAIT].

ABAP Code Snippet

What does it do? Ends an SAP LUW; executes subroutines registered using PERFORM ON COMMIT and update function modules registered using CALL FUNCTION IN UPDATE TASK.

ABAP Addition AND WAIT
The current program waits for all high-priority update function modules to be executed.

Return to menu