SAP ABAP Class CL_DBA_TEST (DBA: General Test Infrastructure)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_TEST (Package) DBA Cockpit: Test Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_TEST DB6-TST: Test Infrastructure 20101013
Properties
Class CL_DBA_TEST  
Short Description DBA: General Test Infrastructure    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SDBA_TEST   DBA Cockpit: Test Framework 
Created 20101012   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_AUNIT_ASSERT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DBA_TEST has no interface implemented.
Friends
Class CL_DBA_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SCENARIO_TYPE_COMPATIBLE Constant Public Type reference (TYPE) STRING 'COMPATIBLE' 20101013
2 CO_SCENARIO_TYPE_MIGRATION Constant Public Type reference (TYPE) STRING 'MIGRATION' 20101013
3 CO_SCENARIO_TYPE_NONE Constant Public Type reference (TYPE) STRING 'NONE' 20101013
4 CO_TEST_TYPE_REGRESSION Constant Public Type reference (TYPE) STRING 'REGRESSION' 20101013
5 CO_TEST_TYPE_SETUP Constant Public Type reference (TYPE) STRING 'SETUP' 20101013
6 CURRENT Instance attribute Public Type reference (TYPE) DBA_TEST_CURRENT DBA-TST: Current Test Environment 20101013
7 CURRENT_TABIDX Instance attribute Private Type reference (TYPE) I 20101013
8 MT_CURRENT Instance attribute Protected Type reference (TYPE) DBA_TEST_CURRENT_TAB DBA-TST: Current Test Environment Table 20101013
9 MT_TEST_DBMS Instance attribute Protected Type reference (TYPE) DBA_TEST_DBMS_TAB DBA-TST: DBMS Table 20101012
10 MT_TEST_SAP_SYSTEMS Instance attribute Protected Type reference (TYPE) DBA_TEST_SAP_SYSTEM_TAB DBA-TST: SAP Systems 20101013
11 MT_TEST_SCENARIO Instance attribute Protected Type reference (TYPE) DBA_TEST_SCENARIO_TAB DBA-TST: Scenario Table 20101013
12 REQUIRED_RECORDS Instance attribute Public Type reference (TYPE) DBA_DBH_REQUIRED_RECORDS_TAB DBA-DBH: Required Records 20101013
13 SCENARIO_TYPE Instance attribute Protected Type reference (TYPE) STRING 20101013
14 TESTEE_CLASS Instance attribute Protected Type reference (TYPE) DBA_DBH_CLASS DBA-DBH: Collector/Extractor Class 20101014
15 TEST_CLASS Instance attribute Protected Type reference (TYPE) DBA_DBH_CLASS DBA-DBH: Collector/Extractor Class 20101014
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DBMS Instance method Protected Method 20101013
2 ADD_SAP_SYSTEM Instance method Protected Method 20101013
3 ADD_SCENARIO Instance method Protected Method 20101013
4 ASSERT_DPW_IN Instance method Protected Method 20101013
5 ASSERT_EQUALS Instance method Protected Method 20101012
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101014
7 GET_INSTANCE Static method Public Method 20101013
8 GET_SCENARIO_TEXT Instance method Protected Method 20101013
9 INIT_ITERATOR Instance method Public Method 20101013
10 NEXT Instance method Public Method 20101013
11 TEST_SCENARIO_EXTRACT Instance method Public Method 20101013
Events
Class CL_DBA_TEST has no event.
Types
Class CL_DBA_TEST has no local type.
Method Signatures

Method ADD_DBMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BE Call by reference Type reference (TYPE) I 20101013
2 Importing COMMENT Call by reference Type reference (TYPE) STRING 20101013
3 Importing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20101013
4 Importing DBREL Call by reference Type reference (TYPE) DB6DBREL DB6: Database Release Level 20101013
5 Importing SYSID Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20101013
6 Importing TYPE Call by reference Type reference (TYPE) STRING 20101013

Method ADD_DBMS on class CL_DBA_TEST has no exception.

Method ADD_SAP_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BE Call by reference Type reference (TYPE) I 20101013
2 Importing COMMENT Call by reference Type reference (TYPE) STRING 20101013
3 Importing RFCDEST Call by reference Type reference (TYPE) RFCDEST 'NONE' Logical Destination (Specified in Function Call) 20101013
4 Importing SYSID Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20101013

Method ADD_SAP_SYSTEM on class CL_DBA_TEST has no exception.

Method ADD_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20101013
2 Importing SAP_ACT Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20101013
3 Importing SAP_REF Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20101013
4 Importing TYPE Call by reference Type reference (TYPE) STRING 20101013

Method ADD_SCENARIO on class CL_DBA_TEST has no exception.

Method ASSERT_DPW_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT_DATA Value transfer Type reference (TYPE) DBA_DBH_LOADER_DATA DBA-DBH: Extracted Data 20101013
2 Importing ACT_HEADER Call by reference Type reference (TYPE) DBA_DBH_LOADER_HEADER DBA-DBH: Header Date (245 Data; 10 Long Fields) 20101013
3 Importing REF_DATA Value transfer Type reference (TYPE) DBA_DBH_LOADER_DATA DBA-DBH: Extracted Data 20101013
4 Importing REF_HEADER Call by reference Type reference (TYPE) DBA_DBH_LOADER_HEADER DBA-DBH: Header Date (245 Data; 10 Long Fields) 20101013

Method ASSERT_DPW_IN on class CL_DBA_TEST has no exception.

Method ASSERT_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ANY Data Object with Current Value 20101012
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20101012
3 Importing EXP Call by reference Type reference (TYPE) ANY Data Object with Expected Type 20101012
4 Importing IGNORE_HASH_SEQUENCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ignore change sequence in hash tables 20101012
5 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL CL_AUNIT_ASSERT=>CRITICAL Error Severity 20101012
6 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20101012
7 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL CL_AUNIT_ASSERT=>NO Flow Control in Case of Error 20101012
8 Importing TOL Call by reference Type reference (TYPE) F Tolerance Range for Floating Point Numbers 20101012

Method ASSERT_EQUALS on class CL_DBA_TEST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DBA_TEST has no parameter.
Method CONSTRUCTOR on class CL_DBA_TEST has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEST_REF Value transfer Object reference (TYPE REF TO) CL_DBA_TEST DBA: General Test Infrastructure 20101013

Method GET_INSTANCE on class CL_DBA_TEST has no exception.

Method GET_SCENARIO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SCENARIO_TEXT Value transfer Type reference (TYPE) STRING 20101013

Method GET_SCENARIO_TEXT on class CL_DBA_TEST has no exception.

Method INIT_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKEND_VERSION Call by reference Type reference (TYPE) I 20101013
2 Importing DBREL Call by reference Type reference (TYPE) DB6DBREL DB6: Database Release Level 20101013
3 Importing SCENARIO_TYPE Call by reference Type reference (TYPE) STRING CO_SCENARIO_TYPE_NONE 20101013
4 Importing TEST_TYPE Call by reference Type reference (TYPE) STRING 20101013

Method INIT_ITERATOR on class CL_DBA_TEST has no exception.

Method NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20101013

Method NEXT on class CL_DBA_TEST has no exception.

Method TEST_SCENARIO_EXTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKEND_VERSION Call by reference Type reference (TYPE) I 20101013
2 Importing DBREL Call by reference Type reference (TYPE) DB6DBREL DB6: Database Release Level 20101013

Method TEST_SCENARIO_EXTRACT on class CL_DBA_TEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703