Sometimes you need to change one field in a database table where no maintenance view exists or the table is “locked” against changes in a productive system. If you have the authorization to change fields in the debugger, you can use SE16 to change a database field with the following steps:
- Open transaction SE16
- Select the requested table and data set(s)
- Make sure you have activated the old view (SE16 standard list) - menu Settings -> User parameters… -> SE16 Standard List
- Select all data sets you want to modify
- Press F7 (Display)
- Enter the debugger mode by putting
/h
into the command field - Change the content of the field code from
SHOW
toEDIT
- Edit the field you want to change and press save.