Get Example source ABAP code based on a different SAP table
ABAP_DDIC - Adjusting Database Tables When an existing modified DDIC database table is activated, existing content must be adjusted on the database in the following cases:
When a client column> is inserted. During the adjustment, the data of the table is copied to all clients listed in the client table T000>>.
When fields of existing DDIC database tables are deleted. When key fields are deleted, rows can be lost.
When fields of existing DDIC database tables are renamed. The field with the old name is deleted and a field with the new name is appended. This leads to the loss of the data in column with the old field name.
Changing the technical properties of table fields.
Latest notes:
The order of table fields in transparent tables in the ABAP Dictionary may be different from the order of the columns of the physical database table on the database. This means that modifying the order of table fields does not necessarily require an adjustment.
In adjustments, initial fields are filled with their type-dependent initial value, regardless of the flag for initial values>.
For more information, see Adjustment of Database Structures> . NON_V5_HINTS ABAP_HINT_END