您的位置:首页 > 其它

Debug法修改Table数据

2007-02-02 09:57 309 查看
十分简单...

There is a way to change entries of a table with SE16 even if you don't have the authorization:



Go in SE16, enter your table Name (ex: MARA).



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 or DELE , INSR etc.., click Change FLD Contents, and press F8...
or to delete an entry



Change the value from SHOW to DELE, click Change FLD Contents, and press F8...
Here we are... You can change the value to what you want, and don't forget to save!







OK!Thank you!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: