You are on page 1of 1

18/08/2016 Activate &SAP_EDIT in SE16N (SAP ECC 6.

0) | SCN

    Getting Started Newsletters Store

Hi, Guest Log On Join Us Search the Community

Products Services & Support About SCN Downloads


Activity Communications Actions
Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation Browse

ABAP Development 

Activate &SAP_EDIT in SE16N (SAP ECC 6.0)
Posted by Bharat Bajaj in ABAP Development on Sep 23, 2013 5:16:18 PM

Share 10 1 Tweet Like 3

Moderator warning
"This is a powerful hack which can be used to change even the standard tables and even in a production environment
(if you have CHANGE access in Debugger). The changes cannot be tracked in anyway and it may lead to
inconsistencies. I would think twice before using this.."
 
"you could not make use of this in our production environment. With a right authorization concept in place you would
not be allowed to debug in production."
 
"To prevent its misuse by end users, they should be restricted with debugging authorizations."
 
"This functionality has been removed by SAP from Ehp5 (SAP Note 1420281) onwards"
 

Activate &SAP_EDIT in SE16N (SAP ECC 6.0)
In SAP ECC 6.0 EHP6, the function code &SAP_EDIT, which enables the change mode of transaction
SE16N, is deactivated (SAP Note 1420281) due to security breaches that were detected. In order to activate
it (temporarily), follow the steps below:
 
1. Go to SE16N, as usual, and type the table for which you want to make modifications.
2. Instead of typing &SAP_EDITin the command field, type /Hand press “Enter” key to activate debugging.
3. Press F8 key to enter the data browser for the above table.
4. If you are using EHP6, then you may need to press F7 for several times to reach to the Screen 100 of
program SAPLSE16N
5. While in debugging mode & once you are in Screen 100, enter the two variables GD­EDIT and GD­
SAPEDIT and press “Enter” key.
6. For each variable, click on the change button, change the value to an uppercase “X” and press “Enter”
key.
7. Press F8 key to exit debugging and enter the table in change mode.
 
Here is how the Entry to be changed in the debug mode.

 
Please be careful while using this trick.
 
Cheers,
Bharat Bajaj

50977 Views   Categories: ABAP Development  

Average User Rating

(15 ratings)

http://scn.sap.com/community/abap/blog/2013/09/23/activate­sapedit­in­se16n­sap­ecc­60 1/3

You might also like