SAP SET UPDATE TASK - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_UPDATE_TASK_LOCAL

SET UPDATE TASK

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET UPDATE TASK LOCAL.

ABAP Code Snippet

What does it do? Determines that update function modules registered with CALL FUNCTION ... IN UPDATE TASK that have high priority are executed immediately in the current work process and within the current database LUW when the COMMIT WORK statement is executed.

Return to menu