SAP ABAP Class CL_TPDA_ADT_RES_WATCHPOINTS (Resource Handler for Watchpoints)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_ADT (Package) ADT Debugger
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20130801 |
Properties
| Class | CL_TPDA_ADT_RES_WATCHPOINTS | |
| Short Description | Resource Handler for Watchpoints | |
| Super Class | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_ADT | ADT Debugger |
| Created | 20130801 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TPDA_ADT_RES_WATCHPOINTS has no forward declaration.
Interfaces
Class CL_TPDA_ADT_RES_WATCHPOINTS has no interface implemented.
Friends
Class CL_TPDA_ADT_RES_WATCHPOINTS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'create' | 20130812 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'delete' | 20130812 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'get' | 20130812 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'modify' | 20130812 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CL_TPDA_ADT_RES_WATCHPOINTS' | 20130801 | |||
| 6 | Constant | Public | Type reference (TYPE) | I | 255 | 20130806 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'watchpoints' | 20130805 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'active' | 20130805 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'condition' | 20130805 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'variableName' | 20130805 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'http://www.sap.com/adt/debugger/relations/delete' | 20130805 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'http://www.sap.com/adt/debugger/relations/modify' | 20130805 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'watchpointId' | 20130805 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TPDAPI_SERVICE | 20130805 | ||||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20130805 | ||||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20130805 | ||||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TPDAPI_SESSION | 20130805 | ||||
| 18 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TPDAPI_WP_SERVICES | 20130806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20130805 | ||
| 2 | Instance method | Private | Method | 20130806 | ||
| 3 | Instance method | Private | Method | 20130807 | ||
| 4 | Instance method | Private | Method | 20130805 | ||
| 5 | Static method | Public | Method | 20130813 | ||
| 6 | Static method | Public | Method | 20130813 | ||
| 7 | Instance method | Private | Method | 20130805 | ||
| 8 | Instance method | Private | Method | 20130808 |
Events
Class CL_TPDA_ADT_RES_WATCHPOINTS has no event.
Types
Class CL_TPDA_ADT_RES_WATCHPOINTS has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_TPDA_ADT_RES_WATCHPOINTS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.
Method CREATE_WATCHPOINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONDITION | Call by reference | Type reference (TYPE) | STRING | 20130806 | ||||
| 2 | I_VARIABLENAME | Call by reference | Type reference (TYPE) | STRING | 20130806 | ||||
| 3 | R_WATCHPOINT | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_WP | 20130806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130806 |
Method GET_RESPONSE_BODY_BY_WP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WATCHPOINT | Call by reference | Object reference (TYPE REF TO) | IF_TPDAPI_WP | 20130807 | ||||
| 2 | R_WP_RESPONSE | Value transfer | Type reference (TYPE) | IF_TPDA_ADT_DEBUGGER_CH=>TYP_STR_WP | 20130807 |
Method GET_RESPONSE_BODY_BY_WP on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.
Method GET_TEMPLATE_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WATCHPOINT_ID | Call by reference | Type reference (TYPE) | I | 20130805 | ||||
| 2 | R_TEMPLATE_LINKS | Value transfer | Type reference (TYPE) | IF_ADT_DISCOVERY_COLLECTION=>TY_TEMPLATE_LINKS | 20130805 |
Method GET_TEMPLATE_LINKS on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.
Method GET_WP_SELF_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WATCHPOINT_ID | Call by reference | Type reference (TYPE) | I | 20130813 | ||||
| 2 | R_SELF_LINK | Value transfer | Type reference (TYPE) | IF_ATOM_TYPES=>LINK_S | 20130813 |
Method GET_WP_SELF_LINK on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.
Method GET_WP_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WATCHPOINT_ID | Call by reference | Type reference (TYPE) | I | 20130813 | ||||
| 2 | R_WP_URI | Value transfer | Type reference (TYPE) | STRING | 20130813 |
Method GET_WP_URI on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.
Method INIT Signature
Method INIT on class CL_TPDA_ADT_RES_WATCHPOINTS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130805 |
Method RAISE_TPDA_ADT_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTION | Call by reference | Type reference (TYPE) | STRING | 20130812 | ||||
| 2 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20130808 | ||||
| 3 | I_VARIABLENAME | Call by reference | Type reference (TYPE) | STRING | 20130808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130808 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |