SAP UPDATE SET INDICATORS ABEXA



Get Example source ABAP code based on a different SAP table
  



UPDATE, SET INDICATORS
The example demonstrates how the addition SET INDICATORS of the statement UPDATE is used.

ABAP_SOURCE_CODE
DEMO CL_DEMO_UPDATE_SET_INDICATOR

ABAP_DESCRIPTION
It modifies the content of three fields of the DDIC database table DEMO_UPDATE:
The rows with the ID values D, E, and F are selected.
Within these rows, the column COL4 is indicated for change.
As a result, only these three fields are updated with new values.