SAP ABAP Class IF_TPDAPI_DATA_TABLE (Elementary Variable)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_DATA | Data | 20091116 |
Properties
| Class | IF_TPDAPI_DATA_TABLE | |
| Short Description | Elementary Variable | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091116 | 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... |
Interfaces
Class IF_TPDAPI_DATA_TABLE has no interface implemented.
Friends
Class IF_TPDAPI_DATA_TABLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 'A' | 20130715 | ||||
| 2 | Constant | Public | See coding | 'I' | 20130715 | ||||
| 3 | Constant | Public | See coding | 'N' | 20130715 | ||||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'PRIMARY_KEY' | 20100324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100112 | ||
| 2 | Instance method | Public | Method | 20100326 | ||
| 3 | Instance method | Public | Method | 20091218 | ||
| 4 | Instance method | Public | Method | 20100315 | ||
| 5 | Instance method | Public | Method | 20100326 | ||
| 6 | Instance method | Public | Method | 20100326 | ||
| 7 | Instance method | Public | Method | 20100511 | ||
| 8 | Instance method | Public | Method | 20100511 | ||
| 9 | Instance method | Public | Method | 20100326 | ||
| 10 | Instance method | Public | Method | 20100511 | ||
| 11 | Instance method | Public | Method | 20100112 | ||
| 12 | Instance method | Public | Method | 20100326 | ||
| 13 | Instance method | Public | Method | 20100326 | ||
| 14 | Instance method | Public | Method | 20100326 | ||
| 15 | Instance method | Public | Method | 20100326 |
Events
Class IF_TPDAPI_DATA_TABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_COMPONENT | Public | See coding | 20091218 | BEGIN OF typ_str_component,
index type i,
compname TYPE string,
ref_inttype TYPE REF TO ie_tpdapi_inttype,
length TYPE int4,
is_key type xflag,
changeability type xflag,
ref_datatype TYPE REF TO ie_tpdapi_datatype,
END OF typ_str_component
|
||
| 2 | TYP_STR_KEY | Public | See coding | 20100511 | BEGIN OF typ_str_key,
keyname TYPE string,
keypos TYPE int4,
ref_keytype TYPE REF TO ie_tpdapi_data_table_keytype,
flg_outdated TYPE xflag,
END OF typ_str_key
|
||
| 3 | TYP_STR_KEYCOMPONENT | Public | See coding | 20100118 | BEGIN OF typ_str_keycomponent,
fieldname TYPE string,
END OF typ_str_keycomponent
|
||
| 4 | TYP_STR_PROPERTIES | Public | See coding | 20100112 | BEGIN OF typ_str_properties,
cnt_lines TYPE int4,
cnt_components TYPE int4,
ref_keytype TYPE REF TO ie_tpdapi_data_table_keytype,
length TYPE int4,
cnt_keys TYPE int4,
END OF typ_str_properties
|
||
| 5 | TYP_TAB_COMPONENTS | Public | See coding | 20100108 | typ_tab_components TYPE STANDARD TABLE OF typ_str_component
WITH DEFAULT KEY
|
||
| 6 | TYP_TAB_KEYCOMPONENTS | Public | See coding | 20100303 | typ_tab_keycomponents TYPE STANDARD TABLE OF typ_str_keycomponent
WITH DEFAULT KEY
|
||
| 7 | TYP_TAB_KEYS | Public | See coding | 20100511 | typ_tab_keys TYPE STANDARD TABLE OF typ_str_key
WITH DEFAULT KEY
|
Method Signatures
Method FLUSH_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYPOS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100112 | ||
| 2 | Ungültiger Parameter | 20100113 |
Method GET_ABSOLUTE_TYPE Signature
Method GET_ABSOLUTE_TYPE on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_ABSOLUTE_TYPE on class IF_TPDAPI_DATA_TABLE has no exception.
Method GET_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYPOS | Value transfer | Type reference (TYPE) | I | 0 | 20100521 | |||
| 2 | R_TAB_COMPONENTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_DATA_TABLE=>TYP_TAB_COMPONENTS | 20100108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100108 |
Method GET_CONTENT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_CONTENT_SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_DATA_TABLE_CONTENT | Tabellenwerte | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100315 |
Method GET_DATATYPE Signature
Method GET_DATATYPE on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_DATATYPE on class IF_TPDAPI_DATA_TABLE has no exception.
Method GET_DEFINITION_ID Signature
Method GET_DEFINITION_ID on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_DEFINITION_ID on class IF_TPDAPI_DATA_TABLE has no exception.
Method GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_CHECK_STATUS | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20100511 | |||
| 2 | I_KEYPOS | Value transfer | Type reference (TYPE) | INT4 | 20100511 | ||||
| 3 | R_TAB_KEYS | Value transfer | Type reference (TYPE) | IF_TPDAPI_DATA_TABLE=>TYP_TAB_KEYS | 20100511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100511 |
Method GET_KEY_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYPOS | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100511 | |||
| 2 | R_TAB_KEYCOMPONENTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_DATA_TABLE=>TYP_TAB_KEYCOMPONENTS | 20100511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100511 |
Method GET_NAME Signature
Method GET_NAME on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_NAME on class IF_TPDAPI_DATA_TABLE has no exception.
Method GET_PRIMARY_KEYTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_KEYTYPE | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_DATA_TABLE_KEYTYPE | Tabellen Index Typen | 20100511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100511 |
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) | IF_TPDAPI_DATA_TABLE=>TYP_STR_PROPERTIES | 20100112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20100112 |
Method GET_QUICKINFO Signature
Method GET_QUICKINFO on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_QUICKINFO on class IF_TPDAPI_DATA_TABLE has no exception.
Method GET_TYPEINFO_TAB Signature
Method GET_TYPEINFO_TAB on class IF_TPDAPI_DATA_TABLE has no parameter.
Method GET_TYPEINFO_TAB on class IF_TPDAPI_DATA_TABLE has no exception.
Method IS_READONLY Signature
Method IS_READONLY on class IF_TPDAPI_DATA_TABLE has no parameter.
Method IS_READONLY on class IF_TPDAPI_DATA_TABLE has no exception.
Method IS_VALID Signature
Method IS_VALID on class IF_TPDAPI_DATA_TABLE has no parameter.
Method IS_VALID on class IF_TPDAPI_DATA_TABLE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |