SAP DELAYED UPDATE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

delayed update
Procedure to create or update unique secondary keys of internal tables. After a modifying operation using field symbols or data references, unique secondary table keys are not updated immediately; instead they are updated the next time the internal table is accessed. See also direct update and lazy update.
ABAP_MORE_INFO