SAP ABAP Class CL_FDT_GTC_DATA_OBJECT (Abstract Test-Class for data objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_TEST (Package) BRFplus: Global Test Classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_ADMIN_DATA Abstract test class for testing transactional FDT objects 20070322
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_ELEMENT Unit Test for Data Elements 20070322
2 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_STRUCTURE Unit Test for Structures 20070411
3 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_TABLE Unit Test for Data Object Table 20070411
Properties
Class CL_FDT_GTC_DATA_OBJECT  
Short Description Abstract Test-Class for data objects    
Super Class CL_FDT_GTC_ADMIN_DATA Abstract test class for testing transactional FDT objects 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SFDT_TEST   BRFplus: Global Test Classes 
Created 20070322   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_STRUCTURE 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
Class CL_FDT_GTC_DATA_OBJECT has no interface implemented.
Friends
Class CL_FDT_GTC_DATA_OBJECT has no friend class.
Attributes
Class CL_FDT_GTC_DATA_OBJECT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ABS_DOBJ_NAME_TO_DERIVE_FROM Instance method Protected Method 20070413
2 CREATE_DATA_OBJECTS_FROM_DATA Static method Public Method Create Data Objects according to a ABAP-Data-Definition 20081121
3 MFT_COPY_BOOLEAN Instance method Protected Test Method for ABAP Unit 20080304
4 MFT_DOBJ_000_CONVERTABILITY_1 Instance method Protected Test Method for ABAP Unit Test convertability 20070416
5 MFT_DOBJ_001_CONVERTABILITY_2 Instance method Protected Test Method for ABAP Unit Test convertability 2 20070416
6 MFT_DOBJ_010_GDT_BINDING Instance method Protected Test Method for ABAP Unit Test: GDT binding 20080214
7 MFT_DOBJ_020_DERIVE_DOBJ Instance method Protected Test Method for ABAP Unit Test: derive data object 20070416
8 MFT_DOBJ_COPY_BOOLEAN_OBJ Instance method Protected Test Method for ABAP Unit 20080310
9 UTL_DOBJ_GET_DATA_SHORTTXT Instance method Protected Method 20070413
10 _CREATE_DATA_OBJECTS_DEEP Static method Private Method 20081121
Events
Class CL_FDT_GTC_DATA_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MT_DATA Protected See coding 20070413 TY_MT_DATA TYPE STANDARD TABLE OF REF TO data
2 TY_MT_NAMES Protected See coding 20070413 TY_MT_NAMES TYPE STANDARD TABLE OF if_fdt_types=>name
Method Signatures

Method ABS_DOBJ_NAME_TO_DERIVE_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LAST Call by reference Type reference (TYPE) ABAP_BOOL 20070413
2 Exporting EV_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070413
3 Importing IV_INDEX Call by reference Type reference (TYPE) I 20070413

Method ABS_DOBJ_NAME_TO_DERIVE_FROM on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method CREATE_DATA_OBJECTS_FROM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ID_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_ID_NAME ID-Name pair table 20081121
2 Exporting ETS_DATA_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20081121
3 Importing IA_DATA Call by reference Type reference (TYPE) ANY 20081121
4 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20081121

Method CREATE_DATA_OBJECTS_FROM_DATA on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_COPY_BOOLEAN Signature

Method MFT_COPY_BOOLEAN on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_COPY_BOOLEAN on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_DOBJ_000_CONVERTABILITY_1 Signature

Method MFT_DOBJ_000_CONVERTABILITY_1 on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_DOBJ_000_CONVERTABILITY_1 on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_DOBJ_001_CONVERTABILITY_2 Signature

Method MFT_DOBJ_001_CONVERTABILITY_2 on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_DOBJ_001_CONVERTABILITY_2 on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_DOBJ_010_GDT_BINDING Signature

Method MFT_DOBJ_010_GDT_BINDING on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_DOBJ_010_GDT_BINDING on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_DOBJ_020_DERIVE_DOBJ Signature

Method MFT_DOBJ_020_DERIVE_DOBJ on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_DOBJ_020_DERIVE_DOBJ on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method MFT_DOBJ_COPY_BOOLEAN_OBJ Signature

Method MFT_DOBJ_COPY_BOOLEAN_OBJ on class CL_FDT_GTC_DATA_OBJECT has no parameter.
Method MFT_DOBJ_COPY_BOOLEAN_OBJ on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method UTL_DOBJ_GET_DATA_SHORTTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_SHORT_TEXT 20070413
2 Importing IA_DATA Call by reference Type reference (TYPE) ANY 20070413
3 Importing IV_TYPENAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070413

Method UTL_DOBJ_GET_DATA_SHORTTXT on class CL_FDT_GTC_DATA_OBJECT has no exception.

Method _CREATE_DATA_OBJECTS_DEEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ID_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_ID_NAME ID-Name pair table 20081121
2 Exporting ES_ELEMENT Call by reference Type reference (TYPE) IF_FDT_STRUCTURE=>S_ELEMENT Element 20081121
3 Importing IO_TYPEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Runtime Type Services 20081121
4 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20081121
5 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20081121

Method _CREATE_DATA_OBJECTS_DEEP on class CL_FDT_GTC_DATA_OBJECT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710