SAP ABAP Class CL_TPDAPI_WP_SERVICES (WB 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_WP_SERVICES | Watchpoint Services | 20130802 |
Properties
| Class | CL_TPDAPI_WP_SERVICES | |
| Short Description | WB Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_API | Debugger API |
| Created | 20130802 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TPDAPI_WP_SERVICES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDAPI_WP_SERVICES | Watchpoint Services | 20130802 |
Friends
Class CL_TPDAPI_WP_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TPDAPI_SESSION | 20130802 | ||||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_TPDAPI_WP_SERVICES | 20130802 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TYP_TAB_WPS | 20130802 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Event handling method | 20130805 | ||
| 2 | Static method | Public | Method | 20130802 |
Events
Class CL_TPDAPI_WP_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_WP | Private | See coding | 20130802 | BEGIN OF typ_str_wp,
wp_id TYPE i,
ref_wp TYPE REF TO cl_tpdapi_wp,
END OF typ_str_wp
|
||
| 2 | TYP_TAB_WPS | Private | See coding | 20130802 | typ_tab_wps TYPE STANDARD TABLE OF typ_str_wp WITH DEFAULT KEY
|
Method Signatures
Method ON_WP_MODIFED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_ID | Value transfer | Attribute reference (LIKE) | 20130805 | |||||
| 2 | I_OLD_ID | Value transfer | Attribute reference (LIKE) | 20130805 | |||||
| 3 | SENDER | Value transfer | Attribute reference (LIKE) | 20130805 |
Method ON_WP_MODIFED on class CL_TPDAPI_WP_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_REF_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_TPDAPI_SESSION | 20130802 | ||||
| 2 | R_REF_WP_SERVICES | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_WP_SERVICES | 20130802 |
Method S_GET_INSTANCE on class CL_TPDAPI_WP_SERVICES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |