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

Editing a Table entry while debugging

Former Member
0 Likes
38,201

Dear All how can I edit a table entry in SE11 during debugging mode ?

Regards,

Alok.

7 REPLIES 7
Read only

Former Member
18,958

Hello,

Put /h.

Change the Code = EDIT and press F8.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
18,958

Goto SE11 ,

goto the screen where the entries are displayed

select one record by using the checkbox

then press /h in the input textbox at left top of page and then enter

now change the SY-UCOMM to EDIT and u can change that entry of that record

Read only

Former Member
0 Likes
18,958

Follow the procedure.

Step 1.

Open the detail of the record that you have to edit in SE11.

Step 2.

Start debugging by putting /h.Press 'Enter' two times.

Step 3.

change the value of code from 'SHOW' to 'EDIT'.Execute.Now you can change the record.Save it.

One restriction : You cannot change the key field by this method.

Message was edited by: mukesh kumar

Read only

Former Member
0 Likes
18,958

Hi,

Just do a '/h' press F5 change the code = EDIT by clicking on the pushbutton for change and then press F8.

Hope this helps u.

Reagards,

Seema.

Read only

Former Member
0 Likes
18,958

Do /h for debugging mode.

When u r in debugging mode which entry u want to edit

Press edit & put the value.Now ur program run according to ur value.

Regards

Abhishek

Read only

tholuganti
Active Participant
0 Likes
18,958

This message was moderated.

Read only

former_member184158
Active Contributor
18,958

Hi,

you can enter the table name and select one record .

enter /h in Command code,

then the command will be SHOW, so you have to change it to EDIT; and you can edit the record & save it.

Regards

Ibr