Friday, June 14, 2013

How to change table data from se16n with "/h" (in debug) in SAP R/3




Hi Folks,
some developer prefers to change table data in se16n instead of se30 or se16 (see my previous post about changing data from se16 in debug).

The procedure is very simple.
- Start se16n, and enter the table (for example t001p)
- Start the debugger with /h
- Type the following variables in the variable table:
gd-sap-edit
gd-edit
-Modify them changing the value to X


-press f8

- voilĂ  you can change everything! :)



Have fun and be careful with what you change!!

ps. the trick is all in the structure gd give it a look you might find some other interesting fields to change. I'm curious what tabedit does!?