Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


Share this Page URL
Help

Chapter 3. PROGRAMMING CONCEPTS > 18. Explain the different breakpoints and bre... - Pg. 51

C HAPTER 3 P ROGRAMMING C ONCEPTS 51 From the initial screen of the ABAP Editor, go to Program > Execute > Runtime Analysis. From the ABAP Editor screen, go to Utilities > More Utilities > Runtime Analysis or use transaction SE30. 16. What is a breakpoint? A breakpoint is a signal within the program that at runtime tells the ABAP runtime processor to stop the program execution and to start the ABAP Debugger. When the program reaches this point, the Debugger is activated. 17. What are the different breakpoints? The different types of breakpoints are as follows: Static Dynamic