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

debbeger

Former Member
0 Likes
883

Hi abap experts,

i want to change the value of variable or fields in debbeging.

How can i change the value.

Please tell me.

Regards

Pravin

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
853

Add the full field name to the control at bottom of the screen (or double-click on the field name in the source in upper part of the screen), it will display current value, change it (respect length and position) and validate with the change icon at right if needed (depends on version of R3)

Regards

6 REPLIES 6
Read only

RaymondGiuseppi
Active Contributor
0 Likes
854

Add the full field name to the control at bottom of the screen (or double-click on the field name in the source in upper part of the screen), it will display current value, change it (respect length and position) and validate with the change icon at right if needed (depends on version of R3)

Regards

Read only

Former Member
0 Likes
853

Hi Pravin,

Depends on whether you are using the classical or new debugger.

But essentially, in classical debugger, you double click on the variable in the debugging screen. It will show up in the bottom of your screen. Change the value and click on the "pencil" icon to the extreme right to effect the change. Then proceed. The value will have changed.

In new debugger, once you enter the value and press enter, the value gets changed, no need to click any pencil icon.

Cheers,

Aditya

Read only

Former Member
0 Likes
853

hi,

double click on field name

u will be getting field name with the corresponding value depending upon the place were u r debbuging in place of the value you can give any value that is given by you

Read only

Former Member
0 Likes
853

HI

when u r debugging ....when u double click on a particular feild........u will get the particular value ...u can change the value there.

Read only

Former Member
0 Likes
853

hi

good

while debugging your report click on the right hand side pensil like button and change the field value , after entering the new value click on that symbol again, now it will take the new value that you enter for that field.

thanks

mrutyun^

Read only

Former Member
0 Likes
853

thanx u all of u