SAP ABAP Function Module SYSTEM_DEBUG_BREAKPOINTS (Read the current breakpoint for the specified (main) program.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_DEBUG (Package) Types for Debugger
Basic Data
Function Module SYSTEM_DEBUG_BREAKPOINTS Read the current breakpoint for the specified (main) program.  
Function Group SDBG   Debugging interface  
Program Name SAPLSDBG   Debugging Interface 
INCLUDE Name LSDBGU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting BREAKPOINTS_COMPLETE TYPE BREAKPOINTS_COMPLETE Breakpoint-Tabelle (mit Hauptprogrammen)
Exporting FLAG_SYSTEM_DEBUGGING TYPE ABAP_BOOL Flag: System Debugging
Exporting FLAG_EXCEPTION_OBJECT TYPE ABAP_BOOL Flag: Exception Object
Importing MAIN_PROGRAM TYPE SYST-REPID '*' Main program for which breakpoints are searched for
Tables BREAKPOINTS TYPE BREAKPOINT Breakpoints (Include name and line number)
Exception C_CALL_ERROR TYPE
Exception WRONG_PARAMETERS TYPE Übergabeparameter in dieser Kombination unzulässig
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in