You are on page 1of 1

ABAP/BAPI/JAVA- DEVELOPER

Modify/insert/delete any table in SE16


Raja Subramaniam
06.12.2003
Rating: -3.86- (out of 5)

You can do the table manipulations in SE16. For example, you can modify a table or
insert/delete a particular record in a table using this method. Just be observant of any
instances of table dependencies.
Code
1.
2.
3.
4.
5.
6.
7.

Go to SE16 transaction
Give any table name and press Enter For Ex: mara
Now execute (F8) this screen
Choose the record you want to manipulate and display (F7)
Go to Debug mode (/H)
Change the value for code. By default, it is 'SHOW'
Change the code value as 'EDIT' for modifications, 'INSR' for insert and 'DELE' for delete.

Remember: Before doing any modifications, check for table dependencies.

You might also like