There is a way to change entries of a table with SE16 even if you don't have the authorization:
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorGo in SE16, enter your table Name (ex: USR02). Display the entry (or entries) you want to modify.
When you have your entry, write '/h' to go in debug mode. Cross the line you want to modify and press F7 (display function). Here, you are in the code... Press F7 again to skip some code...
Now you should see the code:
Refresh Exclude_Tab.
If Code = 'SHOW'.
Set Titlebar 'TAB' With Name 'anzeigen'(100).
Elseif Code = 'EDIT'.
...
Change the value from SHOW to EDIT and press F8...
Here we are... You can change the value to what you want, and don't forget to save!
This was first published in April 2002
Join the conversationComment
Share
Comments
Results
Contribute to the conversation