SAP ABAP Class CL_AXT_TEST_PERSISTENCY (Unit test persistency implementation)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_GENERATION_FRAMEWORK_TEST (Package) Generation tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AXT_PERSISTENCY Interface for persistencies 20090121
Properties
Class CL_AXT_TEST_PERSISTENCY  
Short Description Unit test persistency implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_GENERATION_FRAMEWORK_TEST   Generation tests 
Created 20090121   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_TEST_PERSISTENCY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_AXT_PERSISTENCY Interface for persistencies 20090121
Friends
Class CL_AXT_TEST_PERSISTENCY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CHILD21_TABLE Constant Public Type reference (TYPE) AXT_TABLE_ID 'AXTS_HIER_UNITTEST_CHILD21_WRK' 20111206
2 GC_CHILD2_TABLE Constant Public Type reference (TYPE) AXT_TABLE_ID 'AXTS_HIER_UNITTEST_CHILD2_WORK' 20111206
3 GC_CHILD_TABLE Constant Public Type reference (TYPE) AXT_TABLE_ID 'AXTS_HIER_UNITTEST_CHILD1_WORK' 20111011
4 GC_RAPP_NAME Constant Public Type reference (TYPE) AXT_APPLICATION_NAME 'UNIT_TEST_RAPP' 20091130
5 GC_ROOT_TABLE Constant Public Type reference (TYPE) AXT_TABLE_ID 'AXTS_HIER_UNIT_TEST_ROOT_WORK' 20091130
6 GC_UNIT_TEST_DATASOURCE Constant Public Type reference (TYPE) AXT_TABLE_ID 'UNIT_TEST_DATASOURCE' 20101230
7 GT_FIELDDEF Static Attribute Private See coding 20091130
8 GT_FIELDUSE Static Attribute Private See coding 20091130
9 GT_OBJECTS_IL Static Attribute Private See coding 20111011
10 GT_RUN_RAP_APP Static Attribute Private See coding 20091130
11 GT_RUN_TAB_DEF Static Attribute Private See coding 20091130
12 GV_TRANSIENT_ID Static Attribute Public Type reference (TYPE) STRING '9' 20090617
13 MRT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20091210
14 MT_DATA Instance attribute Private See coding 20090121
15 MV_STRU_WORK Instance attribute Private Type reference (TYPE) TABNAME 20090121
16 MV_TABLE_NAME Instance attribute Private Type reference (TYPE) TABNAME 20090121
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20091130
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090121
3 CREATE_DB_ENTRIES Static method Public Method Writes entries in AXT_RUN_TABLES 20090121
4 DELETE_DB_ENTRIES Static method Public Method Deletes entries in AXT_RUN_TABLES 20090121
5 LOAD_C1 Instance method Private Method 20091202
6 LOAD_C2 Instance method Private Method 20091202
7 LOAD_C21 Instance method Private Method 20091202
8 LOAD_DATA Instance method Private Method 20090121
9 LOAD_DATA_11 Instance method Private Method 20110112
10 LOAD_HIERARCHY Instance method Private Method 20091130
11 LOAD_ROOT Instance method Private Method 20091202
12 QUERY_GENERIC Instance method Private Method 20091210
13 REGISTER_TABLE Static method Public Method 20091130
Events
Class CL_AXT_TEST_PERSISTENCY has no event.
Types
Class CL_AXT_TEST_PERSISTENCY has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_TEST_PERSISTENCY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE_METADATA Call by reference Object reference (TYPE REF TO) CL_AXT_TABLES_METADATA 20090121
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090121

Method CREATE_DB_ENTRIES Signature

Method CREATE_DB_ENTRIES on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method CREATE_DB_ENTRIES on class CL_AXT_TEST_PERSISTENCY has no exception.

Method DELETE_DB_ENTRIES Signature

Method DELETE_DB_ENTRIES on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method DELETE_DB_ENTRIES on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_C1 Signature

Method LOAD_C1 on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method LOAD_C1 on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_C2 Signature

Method LOAD_C2 on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method LOAD_C2 on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_C21 Signature

Method LOAD_C21 on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method LOAD_C21 on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20090121
2 Exporting ET_KEY Call by reference Type reference (TYPE) ANY TABLE 20090121
3 Importing IV_KEY_NAME Call by reference Type reference (TYPE) FIELDNAME 20090121

Method LOAD_DATA on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_DATA_11 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20110112
2 Exporting ET_KEY Call by reference Type reference (TYPE) ANY TABLE 20110112
3 Importing IV_KEY_NAME Call by reference Type reference (TYPE) FIELDNAME 20110112

Method LOAD_DATA_11 on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_HIERARCHY Signature

Method LOAD_HIERARCHY on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method LOAD_HIERARCHY on class CL_AXT_TEST_PERSISTENCY has no exception.

Method LOAD_ROOT Signature

Method LOAD_ROOT on class CL_AXT_TEST_PERSISTENCY has no parameter.
Method LOAD_ROOT on class CL_AXT_TEST_PERSISTENCY has no exception.

Method QUERY_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20091210
2 Exporting ET_KEY Call by reference Type reference (TYPE) STANDARD TABLE 20091210
3 Importing IT_KEY Call by reference Type reference (TYPE) ANY TABLE 20091210
4 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM 20091210
5 Importing IV_KEY_NAME Call by reference Type reference (TYPE) FIELDNAME 20091210
6 Importing IV_LAST_KEY Call by reference Type reference (TYPE) ANY 20091210
7 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20091210

Method QUERY_GENERIC on class CL_AXT_TEST_PERSISTENCY has no exception.

Method REGISTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CARDINALITY Call by reference Type reference (TYPE) AXT_TABLE_CARDINALITY CL_AXT_CONSTANTS=>GC_CARDINALITY_1N 20091130
2 Importing IV_PARENT_TABLE Call by reference Type reference (TYPE) AXT_TABLE_ID 20091130
3 Importing IV_RAPID_APP_NAME Call by reference Type reference (TYPE) AXT_APPLICATION_NAME 20091130
4 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) AXT_TABLE_ID 20091130
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20091130
History
Last changed by/on SAP  20130531 
SAP Release Created in 701