SAP ABAP Interface IF_TPDAPI_DATA (Data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_DATREF | Data Reference | 20091116 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_EXCEPTION | Exception Object | 20120120 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_OBJREF | Object Reference | 20091116 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_SIMPLE | Elementary Variable | 20091111 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_STRING | String | 20091111 |
| 6 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_STRUC | Structure | 20091111 |
| 7 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA_TABLE | Elementary Variable | 20091116 |
| 8 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDAPI_DATA | Variable/Symbol in the Debugger | 20091105 |
Properties
| Interface | IF_TPDAPI_DATA | |
| Short Description | Data |
General Data
| Package | STPDA_API | Debugger API |
| Created | 20091105 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_TPDAPI_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_TPDAPI_DATA_SERVICES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_TPDA_CONTROL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_TPDAPI_DATA has no interface.
Friends
Interface IF_TPDAPI_DATA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DATANAME_ME | Constant | Public | Type reference (TYPE) | STRING | 'ME' | 20091125 | ||
| 2 | C_INITIAL_DATREF | Constant | Public | Type reference (TYPE) | STRING | '{A:initial}' | 20100204 | ||
| 3 | C_INITIAL_OBJREF | Constant | Public | Type reference (TYPE) | STRING | '{O:initial}' | 20091204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100318 | ||
| 2 | Instance method | Public | Method | 20091113 | ||
| 3 | Instance method | Public | Method | 20100311 | ||
| 4 | Instance method | Public | Method | 20100819 | ||
| 5 | Instance method | Public | Method | 20091105 | ||
| 6 | Instance method | Public | Method | 20091105 | ||
| 7 | Instance method | Public | Method | 20100819 | ||
| 8 | Instance method | Public | Method | 20100105 | ||
| 9 | Instance method | Public | Method | 20100511 | ||
| 10 | Instance method | Public | Method | 20091113 | ||
| 11 | Instance method | Public | Method | 20091113 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_CHANGED | Instance Event (0) |
Public (2) |
20100203 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_BASIC_DATA | Public | Type reference (TYPE) | IF_TPDAPI_DATA_SERVICES=>TYP_STR_BASIC_DATA | 20091207 | |
|
| 2 | TYP_STR_QUICKVAR | Public | Type reference (TYPE) | TPDA_QUICK_VARS | tpda: Quick Watch Display | 20091203 | |
| 3 | TYP_STR_SYMBQUICK | Public | Type reference (TYPE) | IF_TPDAPI_DATA_SERVICES=>TYP_STR_SYMBQUICK | 20091112 | |
|
| 4 | TYP_STR_TYPEINFO | Public | See coding | 20091118 | BEGIN OF typ_str_typeinfo,
ref_objtype TYPE REF TO ie_tpdapi_objtype,
objname TYPE string,
END OF typ_str_typeinfo
|
||
| 5 | TYP_TAB_TYPEINFOS | Public | See coding | 20100105 | typ_tab_typeinfos TYPE STANDARD TABLE OF typ_str_typeinfo
WITH KEY objname
|
Method Signatures
Method GET_ABSOLUTE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ABSOLUTE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20100318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100318 |
Method GET_DATATYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_DATATYPE | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_DATATYPE | Enumeration: Daten | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091113 |
Method GET_DEFINITION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_PREPARE | Call by reference | Type reference (TYPE) | XFLAG | 20130729 | ||||
| 2 | R_DEFINITION_ID | Value transfer | Type reference (TYPE) | STRING | 20100311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100318 |
Method GET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LENGTH | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100819 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | STRING | 20091105 |
Method GET_NAME on Interface IF_TPDAPI_DATA has no exception.
Method GET_QUICKINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_HEX | Value transfer | Type reference (TYPE) | XFLAG | 20120111 | ||||
| 2 | I_MAX_LENGTH | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100819 | |||
| 3 | R_QUICKINFO | Value transfer | Type reference (TYPE) | STRING | Information über den Wert der Variable | 20091109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091109 | ||
| 2 | Invalidiertes | 20091116 |
Method GET_TECHNICAL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TECHNICAL_TYPE | Value transfer | Type reference (TYPE) | STRING | 20100819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100819 |
Method GET_TYPEINFO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_DECLARED_TYPE | Value transfer | Type reference (TYPE) | XFLAG | SPACE | neue Eingabewerte | 20100105 | ||
| 2 | R_TAB_TYPEINFO | Value transfer | Type reference (TYPE) | IF_TPDAPI_DATA=>TYP_TAB_TYPEINFOS | Katalog der Repository-Objekte | 20100105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100105 | ||
| 2 | Invalidiertes | 20100105 |
Method HAS_TABLE_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BODY_NAME | Value transfer | Type reference (TYPE) | STRING | neue Eingabewerte | 20100511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalidiertes Objektinstanz | 20100511 |
Method IS_READONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_READONLY | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091115 |
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_VALID | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20091113 |
Method IS_VALID on Interface IF_TPDAPI_DATA has no exception.
Event Signatures
Event DATA_CHANGED Signature
Event DATA_CHANGED on Interface IF_TPDAPI_DATA has no parameter.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |