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 an entry

Former Member
0 Likes
309

Some wrong entries are passed into a particular table field due to which i am not able to open a transaction.. So, while debugging,i have to change the passed value for that field. How do i approach that? Can anybody explain it properly?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
273

Hi,

Please check whether any messag is thrown when u are out of the transaction.

If so during debugging-->In the breakpoint write messages,it will stop in all the messages then again change the break-point,

when u find the particular entry change it and F8.

Regards

Arbind

1 REPLY 1
Read only

Former Member
0 Likes
274

Hi,

Please check whether any messag is thrown when u are out of the transaction.

If so during debugging-->In the breakpoint write messages,it will stop in all the messages then again change the break-point,

when u find the particular entry change it and F8.

Regards

Arbind