Activate &SAP - EDIT in SE16N (SAP ECC 6.0) - SAP Blogs PDF
Activate &SAP - EDIT in SE16N (SAP ECC 6.0) - SAP Blogs PDF
Activate &SAP - EDIT in SE16N (SAP ECC 6.0) - SAP Blogs PDF
0) | SAP Blogs
Products
Products Industries
Industries Services Support
Services and Support Training
Training Community
Community Developer
Developer Partner
Partner About
About
Ask a Question Write a Blog Post Login
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”
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 1/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
1. Go to SE16N, as usual, and type the table for which you want to make modi cations.
2. Instead of typing &SAP_EDIT in the command eld, type /H and 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.
Cheers,
Bharat Bajaj
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 2/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
Alert Moderator
Assigned tags
ABAP Development |
Related Questions
Is There any tool to copy SAP ECC 6.0 EHP 5 source code to SAP ECC 6.0 EHP 7
By Former Member , Feb 17, 2017
moving to ECC 6 EHP 8.0 on Hana DB
By Ouail Roukbi , Dec 11, 2017
Code autocompletion for global classes' methods' signatures
By Azat Nuriakhmetov , Apr 15, 2019
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 3/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
19 Comments
Yuvaraj S
The changes cannot be tracked in anyway and it may lead to inconsistencies. I would think twice before using this..
Like (0)
Jürgen L
Like (0)
This is just an alternate to &SAP_EDIT & majorly meant to be used by developers & support persons. To prevent its misuse by end users, they
should be restricted with debugging authorizations.
Like (0)
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 4/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
Devendra Bhoir
The changes cannot be tracked in anyway and it may lead to inconsistencies.
You can track changes made in SE16N by &SAP_EDIT option in SE16N_CD_KEY table.
Regards,
Devendra B.
Like (0)
Parvez Soobhany
I usually use the FM SE16N_INTERFACE… I don’t know if in Production this can be used though..
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 5/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
I_SAPEDIT X
I_TAB EKKO
I_EDIT
I_SAPEDIT X
I_NO_TXT X
I_LINE_DET
I_DISPLAY X
I_CLNT_SPEZ
I_CLNT_DEP
I_VARIANT
I_OLD_ALV
I_CHECKKEY
I_TECH_NAMES
I_CWIDTH_OPT_OFF
I_SCROLL
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 6/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
I_NO_CONVEXIT
I_LAYOUT_GET
Like (0)
Former Member
Like (0)
Jürgen L
Like (0)
Like (0)
Like (0)
are you facing any error ? make sure you are doing the things right.
regards,
Bharat
Like (0)
Theerthesh Jain
Amazing workaround. Thanks for sharing. I just used this functionality as a last resort.
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 8/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
Theerthesh.
Like (0)
Like (0)
Former Member
Like (1)
Former Member
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 9/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
can we edit primary keys using this tool. i know primary keys can not be changed. and we can do by deleting record and create new but still can we
do it?
Like (0)
However, you can create new primary key entries with this tool.
Like (0)
Former Member
I am sure any auditor seeing a debugging event in a prd system will be asking a ton of questions.
Like (0)
I wonder why customer would allow you to implement this note and give a chance of data security breach.
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 10/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
Like (0)
Former Member
“you are not authorized to edit eld contents” ” and I cant debug it.
Like (0)
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 11/13
8/6/2019 Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
Please note all the changes done by this FM are captured in table SE16N_CD_KEY.
So this should be used in very critical situations only, as the system admin can see the change log.
Regards,
Bharat
Like (0)
Sitemap Newsletter
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/ 13/13