Tuesday 18 April 2017

Changing The Entry of Standard Table

Although this is not recommended, but by the following way you can change the entry of any standard table.
  1. Open the table in SE16 and select the record that needs to be changed.
  2. Click on the Display icon or press F7.
  3. Type /H in the tcode area to switch on the Debug Mode.
  4. Again press 'Enter' to turn the debugger on.
  5. Press F7. You will see the code something like this:
    if code = 'show'
  6. Change the value of Code to 'EDIT' and press F8.
    and in case of deleting any entry change the value of Code to 'DELE' and press F8.
  7. Press Save after the operation is done.

No comments:

Post a Comment

Report to find CDS view of Standard Table

A small change has been made to the original program ( SAP YARD Article ) so that it can also display the common CDS used by multiple table...