SAP ABAP Class CL_FDT_STRUCTURE (FDT: Data Object Structure)
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_STRUCTURE | FDT: Data Object of Type Structure | 20051027 |
Properties
Class | CL_FDT_STRUCTURE | |
Short Description | FDT: Data Object Structure | |
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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_STRUCTURE | FDT: Data Object of Type Structure | 20051027 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_DATA_OBJECT | 20110329 | FDT: Abstract Data Object Class | |
2 | 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_0200' | 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 | Determine 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 element | 20080929 |
2 | ![]() |
Instance method | Private | Method | DEPRECATED - DO NOT USE | 20090707 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070822 |
4 | ![]() |
Instance method | Private | Method | Generate Move to External Structure | 20090724 |
5 | ![]() |
Instance method | Private | Method | Generate Move to External Structure | 20090714 |
6 | ![]() |
Instance method | Public | Method | Get List of Names of the Structure Components | 20070423 |
7 | ![]() |
Static method | Public | Method | Returns only elements. Goes deep through all sub_structures | 20091204 |
8 | ![]() |
Static method | Public | Method | Get DDIC texts for typename and language - reused by query | 20100301 |
9 | ![]() |
Instance method | Private | Method | Load the buffer | 20051027 |
10 | ![]() |
Instance method | Private | Method | Load the buffer from data base | 20051027 |
11 | ![]() |
Instance method | Private | Method | Save the buffer into the data base | 20051027 |
12 | ![]() |
Instance method | Private | Method | Set the buffer | 20051027 |
13 | ![]() |
Instance method | Private | Method | Set elements | 20070619 |
Events
Class CL_FDT_STRUCTURE 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,
ts_element TYPE if_fdt_structure~ts_element,
END OF s_buffer
|
|
2 | S_NAME_DO_MAPPING | Private | See coding | 20090623 | BEGIN OF s_name_do_mapping,
name TYPE if_fdt_types=>name,
o_data_object TYPE REF TO if_fdt_data_object,
END OF s_name_do_mapping
|
||
3 | S_NAME_NAMEPATH | Public | See coding | 20091204 | begin of s_name_namepath,
name type if_fdt_types=>name,
parent_path type string,
end of s_name_namepath
|
||
4 | TH_NAME_DO_MAPPING | Private | See coding | 20090623 | th_name_do_mapping TYPE HASHED TABLE OF s_name_do_mapping WITH UNIQUE KEY name
|
||
5 | T_NAME_LIST | Public | See coding | 20070423 | t_name_list TYPE STANDARD TABLE OF if_fdt_types=>name with non-unique key table_line
|
||
6 | T_NAME_NAMEPATH | Public | See coding | 20091204 | t_name_namepath TYPE STANDARD TABLE OF s_name_namepath with non-unique key name
|
Method Signatures
Method CHECK_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>S_MESSAGE | Meldung | 20080929 | ||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080929 | ||
3 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | IF_FDT_STRUCTURE=>S_ELEMENT | Structure Element | 20080929 | ||
4 | ![]() |
IV_ALLOW_INITIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Do not return error for initial line | 20080929 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080929 |
Method CHECK_FOR_REBIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_NAME_DO_MAPPING | Call by reference | Type reference (TYPE) | TH_NAME_DO_MAPPING | 20090707 | |||
2 | ![]() |
IV_IS_DDIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090707 | |||
3 | ![]() |
IV_TYPENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090707 |
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_STRUCTURE has no exception.
Method GENERATE_MOVE_FROM_EXT_STRUCT 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_SOURCE_DDIC_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090814 | |||
6 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
7 | ![]() |
IV_TARGET_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
8 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090724 | ||
9 | ![]() |
IV_TIMESTAMP_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090724 | |||
10 | ![]() |
IV_USE_DOBJ_NAME_S | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091126 | |||
11 | ![]() |
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_STRUCT 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 | 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 | 20091005 | |||
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_COMP_NAME_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_NAME_LIST | Value transfer | Type reference (TYPE) | T_NAME_LIST | 20070423 | |||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20070423 |
Method GET_COMP_NAME_LIST on class CL_FDT_STRUCTURE has no exception.
Method GET_COMP_NAME_LIST_DEEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_NAME_LIST | Call by reference | Type reference (TYPE) | T_NAME_NAMEPATH | 20091204 | |||
2 | ![]() |
IV_MOTHER_PATH | Call by reference | Type reference (TYPE) | STRING | Beschreibung | 20091204 | ||
3 | ![]() |
IV_STRUC_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091204 | ||
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091204 |
Method GET_COMP_NAME_LIST_DEEP on class CL_FDT_STRUCTURE has no exception.
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_STRUCTURE 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_STRUCTURE has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_STRUCTURE 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_STRUCTURE has no exception.
Method SET_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_ELEMENT | Call by reference | Type reference (TYPE) | IF_FDT_STRUCTURE=>TS_ELEMENT | Element List | 20070619 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070619 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |