2005 Dec 06 9:01 AM
Hi,
What is external break-point? Where can I find corresponding materials?
Thanks!
2005 Dec 06 9:29 AM
Hi
BREAK-POINT defines an unconditional checkpoint. If the program reaches an active breakpoint during dialog processing, program execution is interrupted and the system switches to the ABAP Debugger. An inactive breakpoint will be ignored and program execution will continue with the statement following BREAK-POINT.
There is enough help in ABAP editor. (press F1)
2005 Dec 06 9:02 AM
2005 Dec 06 9:10 AM
2005 Dec 06 9:24 AM
WIth out setting Break point in the code, we can set the break points externally ..
I am not sure some times i used to get a popup to ask session break point or external break point...
regards
vijay
2005 Dec 06 9:29 AM
Hi
BREAK-POINT defines an unconditional checkpoint. If the program reaches an active breakpoint during dialog processing, program execution is interrupted and the system switches to the ABAP Debugger. An inactive breakpoint will be ignored and program execution will continue with the statement following BREAK-POINT.
There is enough help in ABAP editor. (press F1)
2005 Dec 06 9:43 AM
When an external break point is activated , they will work like normal break point when they are called from for example browser (BSP application, Integrated ITs application). sometimes its also called HTTP breakpoint.
Exteranl break points are used for debugging, BSP applications, BW webquery/template , etc.
http://help.sap.com/saphelp_nw04/helpdata/en/b0/940640555ae369e10000000a155106/frameset.htm
Regards
Raja
2005 Dec 06 9:46 AM
Hi,
The break point which u define statically in the code BREAK-POINT is called external break point.
REgards,
Abdul
2005 Dec 06 10:11 AM
thats generally called hard coded and soft break points.
external breakpoints are called http break points. this for debuggin the application when called from external sources.(example browser)
Regards
Raja
2005 Dec 06 10:19 AM
Hi,
Then what's the difference between external breakpoint and session breakpoint?
Thanks!
2005 Dec 06 10:26 AM
Hi Long
Externel breakpoint will always debug the program in your all sessions but if you have used session breakpoint this will work only in your curent session. It wont work once you log-off your current session.
And also FYI this (session breakpoint)will be active in only your session not in other user's whereas external breakpoint will work in your session as well as other's even you have logged in more than once.
Hope it helps
Reward points for helpfull answers
Message was edited by: Amit Kumar
2005 Dec 06 10:35 AM
hi
regarding the session break points u can refer
http://help.sap.com/saphelp_erp2005/helpdata/en/bc/edf8b6de9311d5994e00508b5d5211/frameset.htm
and for external BPs you can check
http://help.sap.com/saphelp_erp2005/helpdata/en/af/0cb5403fd63426e10000000a1550b0/frameset.htm
regards
Arun