SAP ABAP Class CL_TPDA_OO_SERVICES (TPDA: Services for OO Break- and Watchpoints)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_DEBUGGER_SERVICES (Package) ABAP Debugger: Core Layer
⤷
⤷
Properties
| Class | CL_TPDA_OO_SERVICES | |
| Short Description | TPDA: Services for OO Break- and Watchpoints | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_DEBUGGER_SERVICES | ABAP Debugger: Core Layer |
| Created | 20080311 | 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 CL_TPDA_OO_SERVICES has no interface implemented.
Friends
Class CL_TPDA_OO_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | I | Output Line | 20080421 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Tool ID for Weak Reference | 20080317 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TPDA_WP_OO_TAB | Formatted List of Object WPs | 20080311 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TPDA_SYS_WPTABATTR | Table of current watchpoints | 20080311 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Are there currently 00 watchpoints? | 20080325 | |
| 2 | Instance method | Private | Constructor | Constructor | 20080311 | |
| 3 | Static method | Public | Method | Creates Instance | 20080311 | |
| 4 | Instance method | Public | Method | Delete a Watchpoint | 20080319 | |
| 5 | Instance method | Public | Method | Extends Watchpoint List with Objects | 20080421 | |
| 6 | Static method | Public | Method | OO-Watchpoints in Kernel Format | 20080423 | |
| 7 | Instance method | Private | Method | Get Current Watchpoint List with Attributes | 20080311 | |
| 8 | Instance method | Public | Method | Returns ABAP_TRUE for Lines with Object Watchpoints | 20080507 | |
| 9 | Static method | Public | Method | Remove Object Part Before Attribute | 20080423 | |
| 10 | Static method | Public | Method | Change Reference or Object into a Complete Debugger Object | 20080422 | |
| 11 | Instance method | Public | Method | Get Current List | 20080319 | |
| 12 | Instance method | Public | Method | Set filter for WP with an ID | 20080318 | |
| 13 | Instance method | Public | Method | Sets line in which the output dialog box begins | 20080421 | |
| 14 | Instance method | Private | Method | Fill Current Value | 20080422 | |
| 15 | Instance method | Public | Method | Get current data and output it. | 20080318 |
Events
Class CL_TPDA_OO_SERVICES has no event.
Types
Class CL_TPDA_OO_SERVICES has no local type.
Method Signatures
Method CHECK_OO_WPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_HAS_OO_WP | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler (ADI) | 20080325 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TPDA_OO_SERVICES has no parameter.
Method CONSTRUCTOR on class CL_TPDA_OO_SERVICES has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_OO_SERVICES | TPDA: Watchpoint Services | 20080311 |
Method CREATE on class CL_TPDA_OO_SERVICES has no exception.
Method DELETE_WP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WPID | Call by reference | Type reference (TYPE) | I | 20080319 |
Method DELETE_WP on class CL_TPDA_OO_SERVICES has no exception.
Method FILL_WATCHPOINT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WP_TAB | Call by reference | Type reference (TYPE) | TPDA_WP_IT | Watchpoint Tabelle zur Darstellung | 20080421 |
Method FILL_WATCHPOINT_LIST on class CL_TPDA_OO_SERVICES has no exception.
Method GET_SYS_WPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WP_SYS_TAB | Value transfer | Type reference (TYPE) | TPDA_SYS_WPTABATTR | TPDA: Retrieval-Tabelle für get_Watchpoints mit Attributen | 20080423 |
Method GET_SYS_WPS on class CL_TPDA_OO_SERVICES has no exception.
Method GET_WPS_WITH_ATTRIBUTES Signature
Method GET_WPS_WITH_ATTRIBUTES on class CL_TPDA_OO_SERVICES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Watchpoint Handling | 20080311 | ||
| 2 | Watchpoint-Eintrag: falscher Parameter | 20080311 |
Method IS_OBJECT_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080507 | ||||
| 2 | P_LINE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080507 |
Method IS_OBJECT_LINE on class CL_TPDA_OO_SERVICES has no exception.
Method OBJECT_BASENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Call by reference | Type reference (TYPE) | STRING | 20080423 |
Method OBJECT_BASENAME on class CL_TPDA_OO_SERVICES has no exception.
Method REFERENCE_TO_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080422 | ||||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | 20080422 |
Method REFERENCE_TO_OBJECT on class CL_TPDA_OO_SERVICES has no exception.
Method REFRESH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WP_TAB | Call by reference | Type reference (TYPE) | TPDA_WP_OO_TAB | TPDA: Tabelle der Objekt-Watchpoints | 20080319 |
Method REFRESH_DATA on class CL_TPDA_OO_SERVICES has no exception.
Method SET_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080318 | |||
| 2 | SETPACKAGE | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080318 | |||
| 3 | SETPACKAGESTA | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080430 | |||
| 4 | SETPRIVATE | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080318 | |||
| 5 | SETPRIVATESTA | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080430 | |||
| 6 | SETPROTECTED | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080318 | |||
| 7 | SETPROTECTEDSTA | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080430 | |||
| 8 | SETPUBLIC | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080318 | |||
| 9 | SETPUBLICSTA | Call by reference | Type reference (TYPE) | C | +/-/ setzen/löschen/nichts | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Watchpoint-Attribute: leere Menge | 20080505 |
Method SET_OUTPUTLINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LINE | Call by reference | Type reference (TYPE) | I | Zeilennummer | 20080421 |
Method SET_OUTPUTLINE on class CL_TPDA_OO_SERVICES has no exception.
Method SET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WPTAB | Call by reference | Type reference (TYPE) | TPDA_WP_ATTRIBUTE_TAB | Tabelle der Attribute, die zu einem WP gehören | 20080422 |
Method SET_VALUES on class CL_TPDA_OO_SERVICES has no exception.
Method SHOW_WP_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LINE | Call by reference | Type reference (TYPE) | I | 20080421 |
Method SHOW_WP_LIST on class CL_TPDA_OO_SERVICES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |