SAP ABAP Class CL_TPDAPI_DATA_SERVICES (Data, variables .... and a lot more!)
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_DATA_SERVICES | Services for Variables | 20091105 |
Properties
| Class | CL_TPDAPI_DATA_SERVICES | |
| Short Description | Data, variables .... and a lot more! | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | TPDAPI | |
| Program status | ||
| Category | 0 | |
| Package | STPDA_API | Debugger API |
| Created | 20091105 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDAPI_DATA_SERVICES | Services for Variables | 20091105 |
Friends
Class CL_TPDAPI_DATA_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) | CX_TPDA | Exceptions of Kernel Interface | 20091109 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_TPDA_SYS | Exceptions of Kernel Interface | 20091109 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_TPDAPI_DATA_SERVICES | Data, variables .... and a lot more! | 20091109 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TYP_TAB_DATA | 20091105 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TYP_TAB_SYMBQUICK | 20091109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100203 | ||
| 2 | Instance method | Private | Method | 20091109 | ||
| 3 | Instance method | Private | Method | 20130806 | ||
| 4 | Instance method | Private | Method | 20091109 | ||
| 5 | Instance method | Private | Method | 20100615 | ||
| 6 | Instance method | Private | Method | 20091105 | ||
| 7 | Instance method | Private | Event handling method | 20100203 | ||
| 8 | Instance method | Private | Event handling method | 20091113 | ||
| 9 | Instance method | Private | Method | 20100203 | ||
| 10 | Static method | Public | Method | 20091109 |
Events
Class CL_TPDAPI_DATA_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_DATA | Private | See coding | 20091105 | BEGIN OF typ_str_data,
name TYPE string,
ref_data TYPE REF TO cl_tpdapi_data,
END OF typ_str_data
|
||
| 2 | TYP_STR_SYMBQUICK | Private | See coding | 20091109 | BEGIN OF typ_str_symbquick,
name TYPE string,
str_symbquick TYPE tpda_sys_symbquick,
END OF typ_str_symbquick
|
||
| 3 | TYP_TAB_DATA | Private | See coding | 20091105 | typ_tab_data TYPE HASHED TABLE OF typ_str_data
WITH UNIQUE KEY name
|
||
| 4 | TYP_TAB_SYMBQUICK | Private | See coding | 20091109 | typ_tab_symbquick TYPE HASHED TABLE OF typ_str_symbquick
WITH UNIQUE KEY name
|
Method Signatures
Method DEREGISTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_DATA | Call by reference | Object reference (TYPE REF TO) | IF_TPDAPI_DATA | Daten | 20100203 |
Method DEREGISTER_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.
Method GET_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_TPDA_CONTROL | TPDA: Schnittstelle Kernel/ ABAP | 20091109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091109 |
Method GET_DATA Signature
Method GET_DATA on class CL_TPDAPI_DATA_SERVICES has no parameter.
Method GET_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.
Method GET_SYMBQUICK Signature
Method GET_SYMBQUICK on class CL_TPDAPI_DATA_SERVICES has no parameter.
Method GET_SYMBQUICK on class CL_TPDAPI_DATA_SERVICES has no exception.
Method HAS_TABLE_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100615 | ||||
| 2 | I_STR_SYMBQUICK | Value transfer | Type reference (TYPE) | IF_TPDAPI_DATA_SERVICES=>TYP_STR_SYMBQUICK | 20100615 | ||||
| 3 | R_TABLE_BODY | Value transfer | Type reference (TYPE) | STRING | 20100615 |
Method HAS_TABLE_BODY on class CL_TPDAPI_DATA_SERVICES has no exception.
Method INIT Signature
Method INIT on class CL_TPDAPI_DATA_SERVICES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091116 |
Method ON_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20100203 |
Method ON_DATA_CHANGED on class CL_TPDAPI_DATA_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) | 20091207 |
Method ON_DEBUGGER_EVENT on class CL_TPDAPI_DATA_SERVICES has no exception.
Method REGISTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_DATA | Call by reference | Object reference (TYPE REF TO) | IF_TPDAPI_DATA | Daten | 20100203 |
Method REGISTER_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_SERVICE | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_DATA_SERVICES | Daten, Variablen .... und noch viel mehr! | 20091109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091116 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |