The Function Module SYSTEM_DEBUG_SET_BREAKPOINTS (Set breakpoints (see also SYSTEM_DEBUG_BREAKPOINTS)) is a standard Function Module in SAP ERP and is part of the function group SDBG within the package SABP.
Function Module | SYSTEM_DEBUG_SET_BREAKPOINTS |
Short Text | Set breakpoints (see also SYSTEM_DEBUG_BREAKPOINTS) |
Function Group | SDBG |
Package | SABP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLAG_EXCEPTION_OBJECT | TYPE | ABAP_BOOL | ABAP_UNDEFINED | Flag: Exception Object |
FLAG_SYSTEM_DEBUGGING | TYPE | ABAP_BOOL | ABAP_UNDEFINED | Flag: System Debugging |
MAIN_PROGRAM | LIKE | SY-REPID | Main program, for which breakpoints are set |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BREAKPOINTS | LIKE | BREAKPOINT | active breakpoints (Include and line) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BP_POSITION_NOT_FOUND | The position of a breakpoint cannot be determined. |
C_CALL_ERROR | |
GENERATE | Program must be regenerated. |
TOO_MANY_BREAKPOINTS |