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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_DATA_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 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_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 GC_DOBJ_0300 Constant Private Type reference (TYPE) TABNAME 'FDT_DOBJ_0300' 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 Flag for 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_STRUCTURE Instance method Private Method Check the structure 20051208
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070822
3 GENERATE_MOVE_FROM_EXT_TABLE Instance method Private Method Generate Move to External from Table 20090724
4 GENERATE_MOVE_TO_EXT_TABLE Instance method Private Method Generate Move to External from Table 20090714
5 GET_DDIC_TEXT_FOR_TYPE Static method Public Method Get DDIC texts for typename and language - reused by query 20100301
6 LOAD_BUFFER Instance method Private Method Load the buffer 20051027
7 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20051027
8 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20051027
9 SET_BUFFER Instance method Private Method Set the buffer 20051027
10 SET_STRUCTURE 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 Importing IV_STRUCTURE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20051208
2 Returning 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 Importing 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 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_DDIC_LINE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20100915
6 Importing IV_SOURCE_DDIC_NAME Call by reference Type reference (TYPE) CLIKE 20090814
7 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) CLIKE 20090724
8 Importing IV_TARGET_NAME Call by reference Type reference (TYPE) CLIKE 20090724
9 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090724
10 Importing IV_TIMESTAMP_NAME Call by reference Type reference (TYPE) CLIKE 20090724
11 Importing IV_USE_DOBJ_NAME_S Call by reference Type reference (TYPE) ABAP_BOOL 20091126
12 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_TABLE 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 Object Type Name 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 20091016
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_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_TABLE 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_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 Importing 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 Importing IV_STRUCTURE_ID Value transfer Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 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