SAP UPDATE FUNCTION MODULE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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