‎2006 Oct 10 9:47 PM
Hello friends,
I have a report program and I have called some screens in it.
I want to debug the complete program. I can start with debugging but when i enter some wrong data in the screen it directly pop up with an error message. I want to see why the message pops up in the debug mode.
Any advice?
Shejal Shetty.
‎2006 Oct 10 9:58 PM
Hi,
Start debugging the report program by giving /h in the command..
Then in the debugging screen do as mentioned above..
It will stop in all the message statements..Check in which condition the error message is coming..
Thanks,
Naren
‎2006 Oct 10 9:49 PM
Hi,
IN the debugging mode..Do this..
In the menu..Break point -> Break point at -> statement..
Give MESSAGE..It will stop at all the message statements..
Thanks,
Naren
‎2006 Oct 10 9:56 PM
Thanks Narendran,
You mean first go the program in SE38 and then
In the menu..Break point -> Break point at -> statement..
Give MESSAGE..It will stop at all the message statements..
I am sorry but i didnt get it can u explain me once again.
Shejal shetty.
‎2006 Oct 10 9:58 PM
Hi,
Start debugging the report program by giving /h in the command..
Then in the debugging screen do as mentioned above..
It will stop in all the message statements..Check in which condition the error message is coming..
Thanks,
Naren
‎2006 Oct 10 10:04 PM
Hi,
You can also set a breakpoint at a system exception.
Choose Breakpoint -> Breakpoint at -> System exception.
Regards,
Ferry Lianto
‎2006 Oct 10 10:06 PM