‎2006 Nov 22 8:45 AM
Hi
is it possible to change the field values while debugging and get the desired output?
if so how is it?
‎2006 Nov 22 8:47 AM
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
‎2006 Nov 22 8:46 AM
in debugger mode.
when any value u display change it .there is one button for edit .
‎2006 Nov 22 8:46 AM
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
‎2006 Nov 22 8:47 AM
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
‎2006 Nov 22 8:48 AM
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
‎2006 Nov 22 8:50 AM
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
‎2006 Nov 22 8:54 AM
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.