You can move one or more fields of a table.
Procedure for Moving a Field
The selected field is highlighted.
The selected field is cut and loaded into the buffer.
The field is inserted in the table at the new position.
Procedure for Moving Several Fields
The selected field is highlighted.
All the fields of the selected block are highlighted.
The selected block is cut and loaded into the buffer.
The selected fields are inserted at the new position in the table.

The order of the fields in the ABAP Dictionary can differ from the order of the fields in the database. Changing the order of the fields (with the exception of key fields) in the ABAP Dictionary therefore does not result in a change in the database. In particular, a table conversion is not required (see
If the table is a check table, you cannot change the order of the key fields. In this case you must first delete the corresponding foreign keys.