SAP ABAP Class /BOBF/CL_CONF_DAC (Configuration: Database Access)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_BUF_DATA_ACCESS Interface for Database Access 20081212
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_LIB_DATA_ACCESS Tag Interface Data Access Class 20081212
Properties
Class /BOBF/CL_CONF_DAC  
Short Description Configuration: Database Access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/CONFIGURATION   Business Object Processing Configuration 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_CONF_DAC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_BUF_DATA_ACCESS Interface for Database Access 20081212
2 /BOBF/IF_LIB_DATA_ACCESS Tag Interface Data Access Class 20081212
Friends
Class /BOBF/CL_CONF_DAC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_DAC Static Attribute Private Object reference (TYPE REF TO) /BOBF/CL_CONF_DAC Configuration: Database Access 20081212
2 MT_CREATE Static Attribute Private Type reference (TYPE) TT_CREATE Key Link 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_WITH_REFERENCE Static method Public Method Create with reference 20081212
2 GET_NODES Instance method Protected Method 20111103
3 GET_NODE_CATEGORY Instance method Protected Method 20111103
4 READ_DATA Instance method Private Method Reads Data 20081212
5 READ_KEY Instance method Private Method Reads Key 20081212
6 READ_VERSION_FROM_DB Instance method Private Method Read Version from local storage 20081212
7 READ_VERSION_FROM_HISTORY Instance method Private Method Read Version from history 20081212
Events
Class /BOBF/CL_CONF_DAC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTT_INHERITANCE_HIERARCHY Protected See coding 20111103 gtt_inheritance_hierarchy TYPE SORTED TABLE OF gty_inheritance_hierarchy WITH NON-UNIQUE KEY requested_bo_key hierarchy_index
2 GTT_ORIGIN Protected See coding 20111103 gtt_origin TYPE SORTED TABLE OF gty_origin WITH NON-UNIQUE KEY origin_bo_key
3 GTY_INHERITANCE_HIERARCHY Protected See coding 20111103 BEGIN OF gty_inheritance_hierarchy, requested_bo_key TYPE /bobf/obm_bo_key, hierarchy_index TYPE i, bo_key TYPE /bobf/obm_bo_key, version TYPE /bobf/conf_version, version_key type /bobf/obm_bo_key, super_bo_key TYPE /bobf/obm_bo_key, END OF gty_inheritance_hierarchy
4 GTY_ORIGIN Protected See coding 20111103 BEGIN OF gty_origin, origin_bo_key TYPE /bobf/obm_bo_key, bo_key TYPE /bobf/obm_bo_key, version TYPE /bobf/conf_version, END OF gty_origin
5 TS_CREATE Public See coding 20081212 BEGIN OF ts_create, super_bo_key TYPE /BOBF/OBM_BO_KEY, bo_key TYPE /BOBF/OBM_BO_KEY, obj_key TYPE /BOBF/OBM_OBJ_KEY, handle type /BOBF/CONF_KEY, END OF ts_create
6 TT_CREATE Public See coding 20081212 tt_create TYPE STANDARD TABLE OF ts_create
Method Signatures

Method CREATE_WITH_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REFERENCE Call by reference Type reference (TYPE) TT_CREATE Key Link 20081212

Method CREATE_WITH_REFERENCE on class /BOBF/CL_CONF_DAC has no exception.

Method GET_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) /BOBF/T_BUF_DATA_READ Node Table with Data from Mapper 20111103
2 Importing IT_INHERITANCE_HIERARCHY Call by reference Type reference (TYPE) GTT_INHERITANCE_HIERARCHY 20111103

Method GET_NODES on class /BOBF/CL_CONF_DAC has no exception.

Method GET_NODE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_TYPE Node Type 20111103
2 Returning RV_CATEGORY Value transfer Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20111103

Method GET_NODE_CATEGORY on class /BOBF/CL_CONF_DAC has no exception.

Method READ_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) /BOBF/T_BUF_DATA_READ 20081212
2 Exporting ET_FAILED Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE 20081212
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method READ_KEY 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) /BOBF/T_BUF_DATA_READ 20081212
2 Exporting ET_FAILED Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE 20081212
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method READ_VERSION_FROM_DB 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) /BOBF/T_BUF_DATA_READ Node Table with Data from Mapper 20081212
2 Exporting ET_FAILED Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081212
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081212

Method READ_VERSION_FROM_DB on class /BOBF/CL_CONF_DAC has no exception.

Method READ_VERSION_FROM_HISTORY 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) /BOBF/T_BUF_DATA_READ Node Table with Data from Mapper 20081212
2 Exporting ET_FAILED Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081212
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081212

Method READ_VERSION_FROM_HISTORY on class /BOBF/CL_CONF_DAC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702