‎2008 Apr 15 10:06 AM
Hi abaper's
Please help me,How to debug standard Tcode VA03?
VA03 standard program is SAPMV45A, When ever iam debugging the program, its have somany includes, so how to debug include programs.
Very urgent, so please give me the solution.
Thanks
‎2008 Apr 15 10:09 AM
hi,,
just enter the tcode ,and after that /h for debug the tcode
pls reward if useful
regards,
rekha.
‎2008 Apr 15 10:12 AM
Hi rekha,
I know that..But
How to debugging include program in standard program?
‎2008 Apr 15 10:12 AM
You can write /h to debug in command box
or suppose you need to check at some specific point than in se38 set a break point to debug the program.
or suppose you need to debug at some function than you can set a breakpoint at function.
‎2008 Apr 15 10:16 AM
Hi Anji,
Just enter the order number in VA03 transaction initial screen and type /h in the command prompt. Control will go to debug mode.
Debeggining INCLUDES is no more different than debegging normal programs. Control will go to each include of main program when u r debegging. If u want to debeug a piece of code in any include then put a break point in that include and enter ur order number in VA03 and press enter. Control will directly go to that include.
Best way is to identify the include where u want to debug and put a break point in that instead of going through all standard code.
Hope this clarified ur doubts.
Thanks,
Vinod.