SAP ABAP Interface IF_TPDAPI_DATA_STRUC (Structure)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API
⤷
⤷
Properties
| Interface | IF_TPDAPI_DATA_STRUC | |
| Short Description | Structure |
General Data
| Package | STPDA_API | Debugger API |
| Created | 20091110 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_TPDAPI_DATA_STRUC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDAPI_DATA | Data | 20091111 |
Friends
Interface IF_TPDAPI_DATA_STRUC has no friend.
Attributes
Interface IF_TPDAPI_DATA_STRUC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091113 | ||
| 2 | Instance method | Public | Method | 20091205 | ||
| 3 | Instance method | Public | Method | 20100330 |
Events
Interface IF_TPDAPI_DATA_STRUC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_COMPONENT | Public | See coding | 20091113 | BEGIN OF typ_str_component.
INCLUDE TYPE if_tpdapi_data=>typ_str_basic_data as str_basic_data.
TYPES:
compname TYPE string,
END OF typ_str_component
|
||
| 2 | TYP_STR_PROPERTIES | Public | See coding | 20091205 | BEGIN OF typ_str_properties.
INCLUDE TYPE if_tpdapi_data=>typ_str_basic_data as str_basic_data.
types:
ref_structype TYPE REF TO ie_tpdapi_data_structype,
length type int4,
valstring TYPE string,
xvalstring TYPE xstring,
END OF typ_str_properties
|
||
| 3 | TYP_STR_STRUC | Public | Type reference (TYPE) | TPDA_SYS_SYMBSTRUCT | TPDA: Included in "QuickData" of TPDA_SYS_SYMBQUICK | 20091124 | |
| 4 | TYP_TAB_COMPONENTS | Public | See coding | 20091113 | typ_tab_components TYPE STANDARD TABLE OF typ_str_component
WITH DEFAULT KEY
|
Method Signatures
Method GET_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_WITH_QUICKINFO | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20091115 | |||
| 2 | R_TAB_COMPONENTS | Value transfer | Type reference (TYPE) | TYP_TAB_COMPONENTS | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091115 |
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STR_PROPERTIES | Value transfer | Type reference (TYPE) | TYP_STR_PROPERTIES | Strukturtyp | 20091205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091205 |
Method GET_STRUCTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_STRUCTYPE | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_DATA_STRUCTYPE | Strukturtyp | 20100330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100330 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |