SAP ABAP Interface IF_JDB_BREAK_POINT (Break-point)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-VMC (Application Component) Virtual Machine Container
⤷
SVMCRT_DEBUG (Package) VMC Debugger (new)

⤷

⤷

Properties
Interface | IF_JDB_BREAK_POINT | |
Short Description | Break-point |
General Data
Package | SVMCRT_DEBUG | VMC Debugger (new) |
Created | 20110720 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_JDB_BREAK_POINT has no interface.
Friends
Interface IF_JDB_BREAK_POINT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_STATE_ACTIVE | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Single-Character Flag | 20110720 | |
2 | CO_STATE_INACTIVE | Constant | Public | Type reference (TYPE) | CHAR1 | '0' | Single-Character Flag | 20110720 | |
3 | CO_TYPE_LINE | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Single-Character Flag | 20110720 | |
4 | CO_TYPE_METH | Constant | Public | Type reference (TYPE) | CHAR1 | '2' | Single-Character Flag | 20110720 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20110720 | |
2 | ![]() |
Instance method | Public | Method | 20110720 | |
3 | ![]() |
Instance method | Public | Method | 20110720 | |
4 | ![]() |
Instance method | Public | Method | 20110720 |
Events
Interface IF_JDB_BREAK_POINT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_BREAK_POINT | Public | See coding | 20110720 | tt_break_point TYPE STANDARD TABLE OF REF TO if_jdb_break_point
|
||
2 | TT_BREAK_POINT_INFO | Public | See coding | 20110805 | tt_break_point_info TYPE TABLE OF ty_break_point_info
with non-unique default key
|
||
3 | TY_BP_CREATE_INPUT | Public | See coding | 20110805 | BEGIN OF ty_bp_create_input,
bp_type TYPE char1, "method or line break-point. Refer constants in IF_JDB_BREAK_POINT
class TYPE string,
method TYPE string, " should be filled only for method break-point
line_num TYPE i, "should be filled only for line break-point
condition TYPE string,
arguments TYPE STANDARD TABLE OF STRING WITH non-unique default key, " should be filled only for method break-point
END OF ty_bp_create_input
|
||
4 | TY_BP_REMOVE_INPUT | Public | See coding | 20110805 | BEGIN OF ty_bp_remove_input,
bp_type TYPE char1,
class TYPE string,
method TYPE string,
line_num TYPE i,
END OF ty_bp_remove_input
|
||
5 | TY_BP_TOGGLE_ACTIV_STATE_INPUT | Public | See coding | 20110830 | BEGIN OF ty_bp_toggle_activ_state_input,
bp_id TYPE i,
END OF ty_bp_toggle_activ_state_input
|
||
6 | TY_BP_TOGGLE_INPUT | Public | See coding | 20110805 | BEGIN OF ty_bp_toggle_input,
bp_type TYPE char1,
class TYPE string,
method TYPE string,
line_num TYPE i,
END OF ty_bp_toggle_input
|
||
7 | TY_BREAK_POINT_INFO | Public | See coding | 20110805 | BEGIN OF ty_break_point_info,
bp_id TYPE i,
class TYPE string,
method TYPE string,
line_num TYPE i,
condition TYPE string,
arguments TYPE STANDARD TABLE OF STRING WITH non-unique default key, " should be filled only for method break-point
bp_type TYPE char1,
activ_flag TYPE char1,
END OF ty_break_point_info
|
Method Signatures
Method GET_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20110720 |
Method GET_CLASS_NAME on Interface IF_JDB_BREAK_POINT has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | I | 20110720 |
Method GET_ID on Interface IF_JDB_BREAK_POINT has no exception.
Method GET_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STATE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110720 |
Method GET_STATE on Interface IF_JDB_BREAK_POINT has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TYPE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110720 |
Method GET_TYPE on Interface IF_JDB_BREAK_POINT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |