2007 Nov 20 9:45 AM
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
2007 Nov 20 9:48 AM
2007 Nov 20 9:48 AM
2007 Nov 20 9:49 AM
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
2007 Nov 20 9:50 AM
2007 Nov 20 9:50 AM
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