Moving Fields 

You can move one or more fields of a table.

Procedure for Moving a Field

  1. Position the cursor on the field to be moved and select it with Edit ® Select/deselect.
  2. The selected field is highlighted.

  3. Choose Edit ® Cut.
  4. The selected field is cut and loaded into the buffer.

  5. Position the cursor on the field in front of which you want to insert the selected field and choose Edit ® Paste.

The field is inserted in the table at the new position.

Procedure for Moving Several Fields

  1. Position the cursor on the first field of the block to be moved and select it with Edit ® Select block.
  2. The selected field is highlighted.

  3. Position the cursor on the last field of the block to be moved and choose Edit ® Select block.
  4. All the fields of the selected block are highlighted.

  5. Choose Edit ® Cut.
  6. The selected block is cut and loaded into the buffer.

  7. Position the cursor on the field in front of which you want to insert the fields, and choose Edit ® Paste.

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 Adjusting Database Structures).

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.