SAP UPDATE FUNCTION MODULE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

update function module
Function module for which the property update module is marked in the Function Builder. It is the basis of the update function. An update function module generally contains changing database accesses and the statement CALL FUNCTION ... IN UPDATE TASK can be used to register it for later execution with the statement COMMIT WORK. When an update function module is created, it is assigned either a high or low priority level.