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

edit entry in se11 database table

Former Member
0 Likes
3,461

hi experts,

how to edit entries of customer table in se11 ?

6 REPLIES 6
Read only

Former Member
0 Likes
2,139

To update the data of any table, go to transaction SE16N, type u201C&SAP_EDITu201D. It will activate SAP editing function.

Read only

0 Likes
2,139

i don't want to do it with se16n.

any other solution ?

Read only

0 Likes
2,139

hi,

you can edit through debugging.

Read only

Former Member
0 Likes
2,139

Go to table and press Ctrl+ shift + F10 where you will go to table entries. Click on F8(execute)

And then select the entries that you want to edit by selecting the checkbox and goto menu Table entry - > select change. There you edit and save the entires.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
2,139

u cannot edit entries in SE11 unless it contains a Table maintenance generator..

So just build a Table maintenance generator....

Do no delete any entries using &SAP_EDIT...it is not recomended...

Read only

Former Member
0 Likes
2,139

Thnx.my problem solved by debugging it