Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SE16 debugging mode - change table values

Former Member
0 Likes
8,782

Hi,

For standard table, is it possible to change table values in debuging mode in SE16, even for table without mainetance allowed also.

regards,

karthik.k

1 ACCEPTED SOLUTION
Read only

kostas_tsioubris
Contributor
0 Likes
2,309

You can use transaction se16n. Previous displaying the data enter fcode &sap_edit.

3 REPLIES 3
Read only

kostas_tsioubris
Contributor
0 Likes
2,310

You can use transaction se16n. Previous displaying the data enter fcode &sap_edit.

Read only

Former Member
0 Likes
2,309

Hi,

It is possible but dangerous. You can change or delete one register with /h. When you display the register, you use /h and pulse ENTER. Now, you change the varible 'code' to UPDA (instead show). Now you can change the register o delete.

Please, rewards is usefull

Regards

Read only

Former Member
2,309

Hi Karthik

There is a way for this. Double click on the item. It will display only all the fields in the item. The give /h in the command field. Press Enter. It will go to a debugging mode. Double click code in the screen. It will show the value as 'SHOW'. Change it to 'EDIT' OR 'DELE' . By using this you can edit or delete the contents of the standard table.

Caution. : Please check before trying this...

Britto