SAP ABAP Class CL_FDT_TABLE (FDT: Data Object Table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_DATA_OBJECT | FDT: Abstract Data Object Class | 20051027 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_TABLE | FDT: Data Object of Type Table | 20051027 |
Properties
Class | CL_FDT_TABLE | |
Short Description | FDT: Data Object Table | |
Super Class | CL_FDT_DATA_OBJECT | FDT: Abstract Data Object Class |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_CORE | BRFplus: Core |
Created | 20051027 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_TABLE | FDT: Data Object of Type Table | 20051027 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_FACTORY | 20051027 | FDT: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_DOBJ_0300' | Table Name | 20070819 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051027 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051027 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Flag for XML Import | 20090522 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER is loaded | 20060801 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check the structure | 20051208 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070822 |
3 | ![]() |
Instance method | Private | Method | Generate Move to External from Table | 20090724 |
4 | ![]() |
Instance method | Private | Method | Generate Move to External from Table | 20090714 |
5 | ![]() |
Static method | Public | Method | Get DDIC texts for typename and language - reused by query | 20100301 |
6 | ![]() |
Instance method | Private | Method | Load the buffer | 20051027 |
7 | ![]() |
Instance method | Private | Method | Load the buffer from data base | 20051027 |
8 | ![]() |
Instance method | Private | Method | Save the buffer into the data base | 20051027 |
9 | ![]() |
Instance method | Private | Method | Set the buffer | 20051027 |
10 | ![]() |
Instance method | Private | Method | Set the tables structure | 20070619 |
Events
Class CL_FDT_TABLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BUFFER | Private | See coding | Transactional Data Buffer | 20051027 | BEGIN OF s_buffer,
structure_id TYPE if_fdt_types=>id,
END OF s_buffer
|
Method Signatures
Method CHECK_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20051208 | ||
2 | ![]() |
RS_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>S_MESSAGE | Message | 20051208 |
Method CHECK_STRUCTURE on class CL_FDT_TABLE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20070822 |
Method CONSTRUCTOR on class CL_FDT_TABLE has no exception.
Method GENERATE_MOVE_FROM_EXT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20090724 | ||
2 | ![]() |
IO_DATA_CONV_MNG | Call by reference | Object reference (TYPE REF TO) | CL_FDT_DATA_CONVERSION_MNG | BRF+: Data Conversion Between External and Internal Format | 20090814 | ||
3 | ![]() |
IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20090724 | ||
4 | ![]() |
ITS_ID_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_ID_NAME | 20090724 | |||
5 | ![]() |
IV_DDIC_LINE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100915 | ||
6 | ![]() |
IV_SOURCE_DDIC_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090814 | |||
7 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
8 | ![]() |
IV_TARGET_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
9 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090724 | ||
10 | ![]() |
IV_TIMESTAMP_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
11 | ![]() |
IV_USE_DOBJ_NAME_S | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091126 | |||
12 | ![]() |
IV_USE_DOBJ_NAME_T | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Error in the Generation Process | 20090724 | |
2 | ![]() |
FDT: Invalid Input | 20090724 |
Method GENERATE_MOVE_TO_EXT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20090714 | ||
2 | ![]() |
IO_DATA_CONV_MNG | Call by reference | Object reference (TYPE REF TO) | CL_FDT_DATA_CONVERSION_MNG | BRF+: Data Conversion Between External and Internal Format | 20090814 | ||
3 | ![]() |
IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20090714 | ||
4 | ![]() |
ITS_ID_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_ID_NAME | 20090714 | |||
5 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090714 | |||
6 | ![]() |
IV_TARGET_DDIC_NAME | Call by reference | Type reference (TYPE) | CLIKE | Object Type Name | 20090714 | ||
7 | ![]() |
IV_TARGET_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090714 | |||
8 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090714 | ||
9 | ![]() |
IV_TIMESTAMP_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090714 | |||
10 | ![]() |
IV_USE_DNAME_IN_TGT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091016 | |||
11 | ![]() |
IV_USE_DOBJ_NAME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090715 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Error in the Generation Process | 20090714 | |
2 | ![]() |
FDT: Invalid Input | 20090714 |
Method GET_DDIC_TEXT_FOR_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SHORT_TEXT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>SHORT_TEXT | Short Text | 20100301 | ||
2 | ![]() |
EV_TEXT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TEXT | Text | 20100301 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110822 | ||
4 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20100301 | ||
5 | ![]() |
IV_TYPENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100301 |
Method GET_DDIC_TEXT_FOR_TYPE on class CL_FDT_TABLE has no exception.
Method LOAD_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070811 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20051027 | |||
3 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051027 |
Method LOAD_BUFFER_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20051027 | |||
2 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051027 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_TABLE has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_TABLE has no exception.
Method SET_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20051027 |
Method SET_BUFFER on class CL_FDT_TABLE has no exception.
Method SET_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STRUCTURE_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20070619 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070619 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |