Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SE16n table edit works in DEV, but not in QA system

Tags:

abap

sap-basis

I created a custom table. Editing works in a SAP dev system via se16n. But editing does not work in a quality assurance system.

Is there a way to edit the table anyway?

like image 619
guettli Avatar asked Dec 14 '25 08:12

guettli


1 Answers

There is a trick if you have debugging authorisations. Basically you go into SE16n and enter debug mode with /h. There you have to change two variables (GD-SAPEDIT and GD-EDIT) to "X" and voilà, you can now unleash chaos on the database.

For a detailed How-To click here

I should mention that this should not be done on a regular basis, because you can really mess up some stuff. (been there, done that)

like image 123
Noel Wehrle Avatar answered Dec 16 '25 08:12

Noel Wehrle