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: 

How to debug module pool program

Former Member
0 Kudos

Hi everybody,

How to debug module pool program ,please send any material for module pool programming .

Thanks & Regards,

Siddivinesh.Jogu

jogu_vinesh@yahoo.com

3 REPLIES 3

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi

There must be a tcode for the program., execute the transaction and give /h in the command line. You can check the value for the field by giving the field name in the watch point , and press function f8 button. It takes you to the field given in the watch point. From there it is easy to proceed... Let me know if you have any specific doubts.

<b>Reward if usefull</b>

varma_narayana
Active Contributor
0 Kudos

Hi..

There are different ways to Debug.

1. Set the Break points in the Statements of Modulepool

2. While executing module pool in ant Screen use /h in the command field . It will switch to debugging mode.

<b>reward if Helpful.</b>