SAP ABAP Class IF_JDB_BREAK_POINT (Break-point)
Properties
| Class | IF_JDB_BREAK_POINT | |
| Short Description | Break-point | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110720 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_JDB_BREAK_POINT has no interface implemented.
Friends
Class IF_JDB_BREAK_POINT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Single-Character Flag | 20110720 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | '0' | Single-Character Flag | 20110720 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Single-Character Flag | 20110720 | ||
| 4 | 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
Class 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 class 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 class 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 class 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 class IF_JDB_BREAK_POINT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |