SAP ABAP Class CL_CTS_DATA_ACCESS_FACTORY (cCTS: Data Access Factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_DATA (Package) cCTS: Data access and Cache Management
Properties
Class CL_CTS_DATA_ACCESS_FACTORY  
Short Description cCTS: Data Access Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_DATA   cCTS: Data access and Cache Management 
Created 20110801   SAP 
Last change 20140121   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)
Interfaces
Class CL_CTS_DATA_ACCESS_FACTORY has no interface implemented.
Friends
Class CL_CTS_DATA_ACCESS_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TESTING_MODE Static Attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20110801
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CLUSTER_DATA_ACCESS Static method Public Method returns cluster data access handler 20110913
2 CREATE_PROJECT_DATA_ACCESS Static method Public Method returns project data access handler 20110801
3 CREATE_SYSTEM_DATA_ACCESS Static method Public Method returns system data access handler 20111206
4 GET_TESTING_MODE Static method Public Method gets the testing flag (use only for unit test) 20110801
5 SET_TESTING_MODE Static method Public Method sets the global testing flag (use only for unit tests) 20110801
Events
Class CL_CTS_DATA_ACCESS_FACTORY has no event.
Types
Class CL_CTS_DATA_ACCESS_FACTORY has no local type.
Method Signatures

Method CREATE_CLUSTER_DATA_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_ACCESS Value transfer Object reference (TYPE REF TO) IF_CTS_CLUSTER_DATA_ACCESS cCTS: Cluster data handler 20110913

Method CREATE_CLUSTER_DATA_ACCESS on class CL_CTS_DATA_ACCESS_FACTORY has no exception.

Method CREATE_PROJECT_DATA_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_ACCESS Value transfer Object reference (TYPE REF TO) IF_CTS_PROJECT_DATA_ACCESS cCTS: Project data handler 20110801

Method CREATE_PROJECT_DATA_ACCESS on class CL_CTS_DATA_ACCESS_FACTORY has no exception.

Method CREATE_SYSTEM_DATA_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SYSTEM_DATA_ACCESS Value transfer Object reference (TYPE REF TO) IF_CTS_SYSTEM_DATA_ACCESS cCTS: System data handler 20111206

Method CREATE_SYSTEM_DATA_ACCESS on class CL_CTS_DATA_ACCESS_FACTORY has no exception.

Method GET_TESTING_MODE Signature

Method GET_TESTING_MODE on class CL_CTS_DATA_ACCESS_FACTORY has no parameter.
Method GET_TESTING_MODE on class CL_CTS_DATA_ACCESS_FACTORY has no exception.

Method SET_TESTING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20110801

Method SET_TESTING_MODE on class CL_CTS_DATA_ACCESS_FACTORY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702