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

changing values while debugging

Former Member
0 Likes
3,568

Hi

is it possible to change the field values while debugging and get the desired output?

if so how is it?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,559

hi,

in the debugger enter the value into the field which u would like to change and to the right of the value field u see a pencil button. that would change the field contents for u.

santhosh

6 REPLIES 6
Read only

Former Member
0 Likes
2,559

in debugger mode.

when any value u display change it .there is one button for edit .

Read only

gopi_narendra
Active Contributor
0 Likes
2,559

Yes its possible, give the value u need to the field and press the change BUTTON(<b>Chge fld Contents</b>) 2nd next to the value field.

Regards

- Gopi

Read only

Former Member
0 Likes
2,560

hi,

in the debugger enter the value into the field which u would like to change and to the right of the value field u see a pencil button. that would change the field contents for u.

santhosh

Read only

Former Member
0 Likes
2,559

Yes, it is possible (use classic debug screen).

Click on the field it'll come with value.

Put your value and click on immd right side pencil icon.

Regards

Shashi

Read only

Former Member
0 Likes
2,559

Hi

Yes u can if you have the authorization: while debugging do a doubleclick on the variable, the system'll show the name and the value of the variable, change the value and press CHANGE icon.

Max

Read only

Former Member
0 Likes
2,559

Hi srini ,

Go to debugging mode

If you want to change a field value

Go to fields then enter the field name . You will get the field value Then change the value and press Pen button icon on the right side of the field value.

If you want to change Internal table .

Go to tables -> enter internal table name > double click on a record . then press the pen button icon .

Please reward if it is helpful.