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

ABAP Debugger-Is it possible to NOT execute a statement?

Former Member
0 Likes
805

Hello all,

In ABAP debugger, is it possible to NOT execute a statement? This will allow testing programs without having to change, generate and transporting the new version.

Thank you for your help.

AG

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
748

hi,

No, Its not possible.

Regards,

Prashant

4 REPLIES 4
Read only

former_member386202
Active Contributor
0 Likes
749

hi,

No, Its not possible.

Regards,

Prashant

Read only

former_member189059
Active Contributor
0 Likes
748

Hello,

One thing you can do is to create a flag variable and put an if condition for that statement

In debugging, change the value of the flag before your If condition so that it doesn't go in the If loop

Read only

Former Member
0 Likes
748

HI

NO ITS NOT POSSIBLE LIKE THAT IN DEBUGGER

Read only

former_member194152
Contributor
0 Likes
748

hi,

Debugger does not have this kind of functionality but if you want to do on that then put your code between an if else block and while debugging change the value of if else condition based on ur rwquirement as u know u can change value of varriable in debugger.

Rewards if helpful.

Regards

Gagan