Tuesday, May 8, 2012

Edit Value Database Manually - SE11

Sometimes we need to adjust value in the tables, but we don't have the rights to do so. There is tricks using ABAP debugging method.




  1. Go to transaction SE11.
  2. Select the detail from the table on which field need to adjust the value.
  3. When details of row screen appear. Enter the debugging command '/h'.
  4. Debugging screen will pop up. 
  5. Change the variable value from code = 'SHOW' code = 'EDIT'. Save it.
  6. Press F8 and you can edit the value of the table now.


No comments:

Post a Comment