Application Development 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: 

How to change value of a field in debug mode

Former Member
0 Kudos

Dear ABAPers and all,

Can i change value of a field in debug mode and how ?

Thank.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

when u double click on the field during the debug mode at the bottom u can see the field name and value along with that u will see one pencil ......change the value and click the pencil ur value would be changed..........

4 REPLIES 4

Former Member
0 Kudos

set some on in the value field, clikc on change button next it it..or direct save button on the screen

Former Member
0 Kudos

Yes. U can change the field value in debugging mode.. Set a break points at the statement where you want to change the field value. Edit actual value then click on pencil icon ....it'll change value

Edit field value then click on pencil icon very next to field

Regards,

Maha

Former Member
0 Kudos

Hi,

you can change the values in the debugging mode.

Double click on the variable which u want to change and that field will display at the fields with the present value, then click on the pencil icon which is present at the right side of the line and then change ur variable.

I hope it will help u.

Do reward for helpful answers.

Former Member
0 Kudos

when u double click on the field during the debug mode at the bottom u can see the field name and value along with that u will see one pencil ......change the value and click the pencil ur value would be changed..........