‎2007 Jun 27 1:45 PM
‎2007 Jun 27 1:46 PM
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...
‎2007 Jun 27 1:47 PM
A module pool is assigned to a transaction. U need to start the process by entering the transaction.
‎2007 Jun 27 1:47 PM
Hi
Keep a break point in the code and debug
Debugging Document.
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
Reward points for useful Answers
Anji
‎2007 Jun 27 1:47 PM
Hi,
After performing some function give /h. or set break points in the program.
Reward if helpful.
Regards,
Umasankar.
‎2007 Jun 27 1:48 PM
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
‎2007 Jun 27 1:51 PM
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.
‎2007 Jun 27 1:54 PM
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
‎2007 Nov 30 2:29 AM
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.
‎2007 Dec 15 6:07 PM
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