Application Development 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: 

debug

Former Member
0 Kudos

how to debug module pool program?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Put a dynamic break point in PBO and debug it.

Or put /H in command propmt it will activate the debugger now enter your transaction code of the modulepool program.

Award points if useful else getback,

aleem.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Put a dynamic break point in PBO and debug it.

Or put /H in command propmt it will activate the debugger now enter your transaction code of the modulepool program.

Award points if useful else getback,

aleem.

Former Member
0 Kudos

Hi,

write a statement like.

BREAK-POINT.in the beginning of that module pool program and call that transaction code.then u can debug.

rgds,

bharat.

Former Member
0 Kudos

Hi,

You put Break-point in PBO screen and PAI screen, then give your T-code in

command prompt. otherwise you give /H in command prompt.

WORKFLOW OF SCREEN.

1. Initially the screen will move PBO-->Screen

loop at screen.

Screen> PAI>PBO-->Screen.

endloop.

IF HELPFULL GIVE REWARDED POINTS

Former Member
0 Kudos

Hi,

U can debug like same as the report program....

se80..give a name for ur program..

See after your code activate the code and put a break point where u need it..Then u right click the program name and give activate in new window..It will take u as per the code flow..

You want to activate the prgram and run via debugging from the start of ur code means..Rightr click ur p[gm name and click execute via debuging..

REWARD IF USEFUL

Former Member
0 Kudos

Hi panduranga,

Suppose u eant to debug the F150 t-code related program. Open the program related to F150 and set break point. Then execute F150 and type /H in command box. Now based on your perfomr it will enter into debug mode.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.

jaideeps
Advisor
Advisor
0 Kudos

hi,

put a breakpoint code at your flow logic...or

go for /h command in ur prompt...

check out with our latest debugger and you have many options..

thankx

jaideep

reward points if it is useful...