SAP ABAP Function Module SYSTEM_DEBUG_SET_BREAKPOINTS (Set breakpoints (see also SYSTEM_DEBUG_BREAKPOINTS))
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_SET_BREAKPOINTS Set breakpoints (see also SYSTEM_DEBUG_BREAKPOINTS)  
Function Group SDBG   Debugging interface  
Program Name SAPLSDBG   Debugging Interface 
INCLUDE Name LSDBGU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing MAIN_PROGRAM TYPE SYST-REPID Main program, for which breakpoints are set
Importing FLAG_SYSTEM_DEBUGGING TYPE ABAP_BOOL ABAP_UNDEFINED Flag: System Debugging
Importing FLAG_EXCEPTION_OBJECT TYPE ABAP_BOOL ABAP_UNDEFINED Flag: Exception Object
Tables BREAKPOINTS TYPE BREAKPOINT active breakpoints (Include and line)
Exception TOO_MANY_BREAKPOINTS TYPE
Exception GENERATE TYPE Program must be regenerated.
Exception BP_POSITION_NOT_FOUND TYPE The position of a breakpoint cannot be determined.
Exception C_CALL_ERROR TYPE
               
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