Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  Classic Objects in ABAP Dictionary →  Database Tables 

Converting Database Tables

When an existing modified table is activated, existing content must be converted on the database in the following cases:

  • When a client column is inserted. Here, the data of the table is copied to all clients specified in the client table T000.
  • When fields of existing database tables are deleted. Rows can be lost when key fields are deleted.
  • When the technical attributes of table fields are changed.

Other versions: 7.31 | 7.40 | 7.54


Notes

  • The order of table fields in transparent tables in ABAP Dictionary may be different from the order of the columns of the physical database table on the database, which means that not every modification here requires a conversion.

  • In updates, initial fields are not given the null value and are given their type-dependent initial value instead, regardless of the flag for initial values.

  • For more information, see Adjustment of Database Structures.