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

debugging t-code VA03

Former Member
0 Likes
1,518

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

4 REPLIES 4
Read only

Former Member
0 Likes
993

hi,,

just enter the tcode ,and after that /h for debug the tcode

pls reward if useful

regards,

rekha.

Read only

0 Likes
993

Hi rekha,

I know that..But

How to debugging include program in standard program?

Read only

Former Member
0 Likes
993

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.

Read only

vinod_vemuru2
Active Contributor
0 Likes
993

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.