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

Module pool

Former Member
0 Likes
826

How to debug module pool ?

9 REPLIES 9
Read only

Former Member
0 Likes
800

put a break-point at the place where u want in SE38 and run the module pool... u can debug the same.

else....

just before running the module pool from first screen type /h and press enter to activate the debugging mode...

Read only

Former Member
0 Likes
800

A module pool is assigned to a transaction. U need to start the process by entering the transaction.

Read only

Former Member
0 Likes
800

Hi,

After performing some function give /h. or set break points in the program.

Reward if helpful.

Regards,

Umasankar.

Read only

Former Member
0 Likes
800

Hello,

Do it as usual.....put a break point wherever you need to stop. You can do it either with the command BREAK YOUUSER, or inserting the break point on you testing enviroment.

Cheers

dont forget to reward

Gabriel

Read only

Former Member
0 Likes
800

Hi,

You cannot set Break point in Flow Logic program itself.

To Debug Go to Particular Module(s) r Includes . Set Break point at required code.

Else.

After entering GUI , Put /H And start debug.

Regards,

A.Thuyavan.

Read only

Former Member
0 Likes
800

hi,

write the statement BREAK-POINT in the line where u wanna debug in the module pool program. it may be in PBO EVENT or PAI EVENT. n when cursor comes to that line u can see values for the fields which u wanna see

ex:

PBO.

..........

........

PAI.

............

..............

BREAK-POINT.

..........

..............

if useful reward some points.

with regards,

Suresh.A

Read only

0 Likes
800

I had tried using the keyword BREAK-POINT in the flow logic of a screen. An error occurs while activating the screen.

<i>"Statement "BREAK-POINT" is not defined. Check your spelling."</i>

It is only possible to use inside the code of module pool.

Writing the statement of BREAK-POINT works exactly like clicking the button to set breakpoint.

Read only

Former Member
0 Likes
800

keep a break point in the driver program while running a transaction or else we have one system command through which we can deberg any sort of the program in sap product