SAP ABAP Class CL_TPDAPI_BP_SERVICES (Breakpoint Services)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TPDAPI_BP_SERVICES | Breakpoint Services | 20091120 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TPDAPI_STATIC_BP_SERVICES | Static / Workbench BP Services | 20091208 |
Properties
| Class | CL_TPDAPI_BP_SERVICES | |
| Short Description | Breakpoint Services | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | TPDAPI | |
| Program status | ||
| Category | 0 | |
| Package | STPDA_API | Debugger API |
| Created | 20091120 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDAPI_BP_SERVICES | Breakpoint Services | 20091120 | ||
| 2 | IF_TPDAPI_STATIC_BP_SERVICES | Static / Workbench BP Services | 20091208 |
Friends
Class CL_TPDAPI_BP_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'TERMINAL_ID' | 20110214 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'USER' | 20110214 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | XFLAG | 20111129 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABDBG_ACT_FOR_ATTACH | 20110214 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_TPDAPI_STATIC_BP_SERVICES=>TYP_STR_EXTERNAL_BP_CONTEXT | 20100317 | ||||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_TPDAPI_BP_SERVICES | 20111129 | ||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_TPDAPI_BP_SERVICES | 20111129 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | CL_TPDAPI_BP_SERVICES=>TYP_TAB_BREAKPOINTS | 20091124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091216 | ||
| 2 | Instance method | Private | Method | 20091127 | ||
| 3 | Instance method | Private | Method | 20111129 | ||
| 4 | Instance method | Private | Method | 20091214 | ||
| 5 | Instance method | Private | Method | 20091120 | ||
| 6 | Instance method | Private | Method | 20091216 | ||
| 7 | Instance method | Private | Method | 20091127 | ||
| 8 | Instance method | Private | Event handling method | 20091216 | ||
| 9 | Instance method | Private | Event handling method | 20091208 | ||
| 10 | Instance method | Private | Event handling method | 20091214 | ||
| 11 | Instance method | Private | Event handling method | 20111118 | ||
| 12 | Instance method | Private | Method | 20091221 | ||
| 13 | Instance method | Public | Method | 20111118 | ||
| 14 | Static method | Public | Method | 20091120 |
Events
Class CL_TPDAPI_BP_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_BREAKPOINT | Private | See coding | 20091210 | BEGIN OF typ_str_breakpoint,
ref_scope TYPE REF TO ie_tpdapi_bp_scope,
ref_kind TYPE REF TO ie_tpdapi_bp_kind,
identity TYPE string,
ref_breakpoint TYPE REF TO cl_tpdapi_bp,
END OF typ_str_breakpoint
|
||
| 2 | TYP_STR_NAME_VALUE | Public | See coding | 20091210 | BEGIN OF typ_str_name_value,
name TYPE string,
value TYPE string,
END OF typ_str_name_value
|
||
| 3 | TYP_TAB_BREAKPOINTS | Private | See coding | 20091210 | typ_tab_breakpoints TYPE STANDARD TABLE OF typ_str_breakpoint WITH DEFAULT KEY
|
||
| 4 | TYP_TAB_NAME_VALUE | Public | See coding | 20091210 | typ_tab_name_value TYPE STANDARD TABLE OF typ_str_name_value WITH KEY name
|
Method Signatures
Method DEREGISTER_BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_BP | Call by reference | Object reference (TYPE REF TO) | CL_TPDAPI_BP | Breakpoint | 20091216 |
Method DEREGISTER_BP on class CL_TPDAPI_BP_SERVICES has no exception.
Method GET_ALL_BREAKPOINTS Signature
Method GET_ALL_BREAKPOINTS on class CL_TPDAPI_BP_SERVICES has no parameter.
Method GET_ALL_BREAKPOINTS on class CL_TPDAPI_BP_SERVICES has no exception.
Method GET_SCOPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_SCOPE | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_BP_SCOPE | 20111129 |
Method GET_SCOPE on class CL_TPDAPI_BP_SERVICES has no exception.
Method INCORPORATE_BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_BP | Call by reference | Object reference (TYPE REF TO) | CL_TPDAPI_BP | Break-Point | 20091214 |
Method INCORPORATE_BP on class CL_TPDAPI_BP_SERVICES has no exception.
Method INIT Signature
Method INIT on class CL_TPDAPI_BP_SERVICES has no parameter.
Method INIT on class CL_TPDAPI_BP_SERVICES has no exception.
Method INITIALIZE_BREAKPOINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_BP | Call by reference | Object reference (TYPE REF TO) | CL_TPDAPI_BP | 20111208 | ||||
| 2 | I_TAB_BPS | Call by reference | Type reference (TYPE) | CL_TPDAPI_BP=>TYP_TAB_BP_CL | 20120725 |
Method INITIALIZE_BREAKPOINTS on class CL_TPDAPI_BP_SERVICES has no exception.
Method NEW_LINE_BREAKPOINT Signature
Method NEW_LINE_BREAKPOINT on class CL_TPDAPI_BP_SERVICES has no parameter.
Method NEW_LINE_BREAKPOINT on class CL_TPDAPI_BP_SERVICES has no exception.
Method ON_ATTACH Signature
Method ON_ATTACH on class CL_TPDAPI_BP_SERVICES has no parameter.
Method ON_ATTACH on class CL_TPDAPI_BP_SERVICES has no exception.
Method ON_BP_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20091208 |
Method ON_BP_DELETED on class CL_TPDAPI_BP_SERVICES has no exception.
Method ON_BP_SUBMITTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_INITIALIZE | Value transfer | Attribute reference (LIKE) | 20120725 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20091214 |
Method ON_BP_SUBMITTED on class CL_TPDAPI_BP_SERVICES has no exception.
Method ON_DEBUGGER_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_EVENT | Value transfer | Attribute reference (LIKE) | 20111118 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20111118 |
Method ON_DEBUGGER_EVENT on class CL_TPDAPI_BP_SERVICES has no exception.
Method REGISTER_BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_BP | Call by reference | Object reference (TYPE REF TO) | CL_TPDAPI_BP | Breakpoint | 20091221 |
Method REGISTER_BP on class CL_TPDAPI_BP_SERVICES has no exception.
Method REGISTER_DEBUG_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_SESSION | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_SESSION | 20111118 |
Method REGISTER_DEBUG_SESSION on class CL_TPDAPI_BP_SERVICES has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_STATIC | Call by reference | Type reference (TYPE) | XFLAG | 20111129 | ||||
| 2 | I_REF_SESSION | Call by reference | Object reference (TYPE REF TO) | IF_TPDAPI_SESSION | 20111118 | ||||
| 3 | R_REF_BP_SERVICES | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_BP_SERVICES | Break Point Services | 20091120 |
Method S_GET_INSTANCE on class CL_TPDAPI_BP_SERVICES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |