Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

How to activate &SAP_EDIT in SE16N?

1) Go to tcode SE16N and type the table name you want to modify. In this example, I used
thetable BSID. It can be seen that the checkbox Maintain entries is still uncheck.

2) Now, instead of typing &SAP_EDIT in the command window, type /H to activate the
debugger. Then press the enter key.

3) While in debug mode, type the name of the following global variables GD-EDIT. Click
the pencil button to change the value of it.

As seen below, enter X as the value of the global variable. Then click the eyeglass
button.

4) Finally, press F8 key to exit from debugging mode. Now you will see that the option
maintain entries is now check. This means, you can now modify that table. Just click the
execute button in the toolbar and voila, you can now add, update or delete records.

You might also like