‎2006 Jul 24 8:39 AM
Dear All how can I edit a table entry in SE11 during debugging mode ?
Regards,
Alok.
‎2006 Jul 24 8:42 AM
Hello,
Put /h.
Change the Code = EDIT and press F8.
If useful reward.
Vasanth
‎2006 Jul 24 8:46 AM
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
‎2006 Jul 24 8:49 AM
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
‎2006 Jul 24 8:52 AM
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.
‎2006 Jul 24 8:53 AM
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
‎2015 Aug 07 9:35 PM
‎2015 Aug 08 12:00 AM
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