‎2007 Jul 12 8:19 AM
Hi Experts ,
Im Having Doubt in Debugging ??
Can We Debug 1. An Include Program ?
2. How to Standard Module Progams
Regs,
Narayana Murthy
‎2007 Jul 12 8:26 AM
yes you can debug an include program if you know the source program in which this include is used.
You cannot execute an include by itself.
debugging standard module program is smilar to dubugging executable programs. you can either set a break point or use the following statements
break-point.
break username.
Thanks.
‎2007 Jul 12 8:27 AM
Hi Narayana,
You can debug the include program by placing a breakpoint in the include program's code and execute the main report program.
In Module programs also you can place break-point and call the transaction.
Best regards,
Suresh
‎2007 Jul 12 8:28 AM
Hello,
1.Easy way to debug an include is, just create an Zprogram, Place that include in that program and run the Zprogram in debug mode.
For debugging, Open your program in se38, In menu, Programs->test->debugging
2.Possible to debug standard module pool.
Follow the above steps or,
Open the program in se80, Enter /h and execute your program.
Think this will help you,
Please reward if found helpfull.
Regards,
rakesh.
‎2007 Jul 12 8:29 AM
You can debug a include program by placing a break point in the code.
Regarding Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it.
Regards,
Pavan.
‎2007 Jul 12 8:46 AM
hi,
You can debug a include program by placing a break point in the code. but include programs are not executable so u have to add them to some programs and debug them.
In Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it as clicking on break point or
manually as giving BREAK-POINT keyword ever u wanna put break point.
reward if helpful.
Regards,
Suresh.A