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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FDT_DATA_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_STRUCTURE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_TYPES 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 GC_DOBJ_0200 Constant Private Type reference (TYPE) TABNAME 'FDT_DOBJ_0200' Table Name 20070819
2 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051027
3 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051027
4 MV_IN_XML_IMPORT Instance attribute Private Type reference (TYPE) ABAP_BOOL Determine XML Import. 20090522
5 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
6 MV_MS_BUFFER_LOADED 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 CHECK_ELEMENT Instance method Private Method Check element 20080929
2 CHECK_FOR_REBIND Instance method Private Method DEPRECATED - DO NOT USE 20090707
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070822
4 GENERATE_MOVE_FROM_EXT_STRUCT Instance method Private Method Generate Move to External Structure 20090724
5 GENERATE_MOVE_TO_EXT_STRUCT Instance method Private Method Generate Move to External Structure 20090714
6 GET_COMP_NAME_LIST Instance method Public Method Get List of Names of the Structure Components 20070423
7 GET_COMP_NAME_LIST_DEEP Static method Public Method Returns only elements. Goes deep through all sub_structures 20091204
8 GET_DDIC_TEXT_FOR_TYPE Static method Public Method Get DDIC texts for typename and language - reused by query 20100301
9 LOAD_BUFFER Instance method Private Method Load the buffer 20051027
10 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20051027
11 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20051027
12 SET_BUFFER Instance method Private Method Set the buffer 20051027
13 SET_ELEMENTS 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 Exporting ES_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Meldung 20080929
2 Exporting EV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20080929
3 Importing IS_ELEMENT Call by reference Type reference (TYPE) IF_FDT_STRUCTURE=>S_ELEMENT Structure Element 20080929
4 Importing 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 CX_FDT_INPUT FDT: Invalid Input 20080929

Method CHECK_FOR_REBIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_NAME_DO_MAPPING Call by reference Type reference (TYPE) TH_NAME_DO_MAPPING 20090707
2 Importing IV_IS_DDIC Call by reference Type reference (TYPE) ABAP_BOOL 20090707
3 Importing IV_TYPENAME Call by reference Type reference (TYPE) CSEQUENCE 20090707
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20090707

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20090724
2 Importing 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 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20090724
4 Importing ITS_ID_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_ID_NAME 20090724
5 Importing IV_SOURCE_DDIC_NAME Call by reference Type reference (TYPE) CLIKE 20090814
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) CLIKE 20090724
7 Importing IV_TARGET_NAME Call by reference Type reference (TYPE) CLIKE 20090724
8 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090724
9 Importing IV_TIMESTAMP_NAME Call by reference Type reference (TYPE) CLIKE 20090724
10 Importing IV_USE_DOBJ_NAME_S Call by reference Type reference (TYPE) ABAP_BOOL 20091126
11 Importing IV_USE_DOBJ_NAME_T Call by reference Type reference (TYPE) ABAP_BOOL 20091126
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20090724
2 CX_FDT_INPUT 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 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20090714
2 Importing 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 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20090714
4 Importing ITS_ID_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_ID_NAME 20090714
5 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) CLIKE 20090714
6 Importing IV_TARGET_DDIC_NAME Call by reference Type reference (TYPE) CLIKE 20090714
7 Importing IV_TARGET_NAME Call by reference Type reference (TYPE) CLIKE 20090714
8 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090714
9 Importing IV_TIMESTAMP_NAME Call by reference Type reference (TYPE) CLIKE 20090714
10 Importing IV_USE_DNAME_IN_TGT Call by reference Type reference (TYPE) ABAP_BOOL 20091005
11 Importing IV_USE_DOBJ_NAME Call by reference Type reference (TYPE) ABAP_BOOL 20090715
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20090714
2 CX_FDT_INPUT 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 Returning ET_NAME_LIST Value transfer Type reference (TYPE) T_NAME_LIST 20070423
2 Importing 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 Changing CT_NAME_LIST Call by reference Type reference (TYPE) T_NAME_NAMEPATH 20091204
2 Importing IV_MOTHER_PATH Call by reference Type reference (TYPE) STRING Beschreibung 20091204
3 Importing IV_STRUC_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20091204
4 Importing 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 Exporting EV_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>SHORT_TEXT Short Text 20100301
2 Exporting EV_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TEXT Text 20100301
3 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110822
4 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20100301
5 Importing 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 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of active version 20070811
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20051027
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20051027
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20051027

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20051027
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20051027
# Exception Resumable Description Created on
1 CX_FDT_INPUT 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 Importing 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 Importing ITS_ELEMENT Call by reference Type reference (TYPE) IF_FDT_STRUCTURE=>TS_ELEMENT Element List 20070619
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070619
History
Last changed by/on SAP  20130531 
SAP Release Created in 710