SAP ABAP Class /BOFU/CL_B_DO_HOST_PARENT (Buffer If DO root is just a dummy view of host parent)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_FRW_BUFFER Interface to the Data Layer 20091113
Properties
Class /BOFU/CL_B_DO_HOST_PARENT  
Short Description Buffer If DO root is just a dummy view of host parent    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/COMMON_1   Common Types; Reuse Objects; Functions (Native BS_FND) 
Created 20091113   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/CL_B_DO_HOST_PARENT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_FRW_BUFFER Interface to the Data Layer 20091113
Friends
Class /BOFU/CL_B_DO_HOST_PARENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONF Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20091113
2 MT_KEY_MAP Instance attribute Protected Type reference (TYPE) TT_KEY_MAP 20091113
3 MV_ALTKEY_HOST_PARENT Instance attribute Protected Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY Alternative Key 20091113
4 MV_NODE_KEY Instance attribute Protected Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20091113
5 MV_TEMP_KEY_INCREMENTAL Instance attribute Protected Type reference (TYPE) /BOBF/CONF_KEY NodeID 20091113
6 ST_BUFFER Static Attribute Protected Type reference (TYPE) TT_BUFFER 20091113
7 ST_HOST_NODE_IDENTITY Static Attribute Protected Type reference (TYPE) TT_NODE_IDENTITY 20091113
Methods
# Method Level Visibility Method type Description Created on
1 CAK_HOST_KEY Instance method Protected Method Conver Alternate Key: ROOT->HOST_KEY 20091113
2 CAK_HOST_KEY_1 Instance method Private Method Conver Alternate Key: ROOT->HOST_KEY (Old version) 20091113
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091113
4 GET_HOST_NODE_REF Static method Protected Method Get Host Node Ref 20091113
5 IS_ALTKEY_4_HOST_PARENT Instance method Protected Method Is Alternative Key for Host Parent 20091113
6 RAK_HOST_KEY Instance method Protected Method Retrieve Alternate Key: ROOT->HOST_KEY 20091113
7 README Instance method Private Method READ ME 20091113
Events
Class /BOFU/CL_B_DO_HOST_PARENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BUFFER Protected See coding 20091113 BEGIN OF ts_buffer, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, o_buffer TYPE REF TO /bobf/if_frw_buffer, END OF ts_buffer
2 TS_DATA Protected See coding Data (KEY, PAR_KEY, ROOT_KEY, HOST_BO, HOST_NODE, HOST_KEY) 20091113 BEGIN OF ts_data. INCLUDE TYPE /bobf/s_frw_key_incl AS s_keys. INCLUDE TYPE /bobf/s_lib_k_delegation AS s_data. TYPES: END OF ts_data
3 TS_KEY_MAP Protected See coding Key Map 20091113 BEGIN OF ts_key_map, s_host_node_identity TYPE REF TO ts_node_identity, host_key TYPE /bobf/conf_key. INCLUDE TYPE /bobf/s_frw_key AS s_key. TYPES: END OF ts_key_map
4 TS_NODE_IDENTITY Protected See coding BO Node Identity 20091113 BEGIN OF ts_node_identity, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, END OF ts_node_identity
5 TT_BUFFER Protected See coding 20091113 tt_buffer TYPE SORTED TABLE OF ts_buffer WITH UNIQUE KEY bo_key node_key
6 TT_DATA Protected See coding Data table 20091113 tt_data TYPE STANDARD TABLE OF ts_data WITH NON-UNIQUE DEFAULT KEY WITH NON-UNIQUE SORTED KEY key_sort COMPONENTS key
7 TT_KEY_MAP Protected See coding Key Map 20091113 tt_key_map TYPE SORTED TABLE OF ts_key_map WITH UNIQUE KEY primary_key COMPONENTS key WITH NON-UNIQUE SORTED KEY host_key COMPONENTS s_host_node_identity host_key
8 TT_NODE_IDENTITY Protected See coding BO Node Identities 20091113 tt_node_identity TYPE HASHED TABLE OF ts_node_identity WITH UNIQUE KEY bo_key node_key
Method Signatures

Method CAK_HOST_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEYINDEX Key table with explicit index 20091113
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20091113
3 Importing IT_KEY Call by reference Type reference (TYPE) INDEX TABLE 20091113
4 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20091113
5 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20091113
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20091113
7 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20091113
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20091113

Method CAK_HOST_KEY_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEYINDEX Key table with explicit index 20091113
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20091113
3 Importing IT_KEY Call by reference Type reference (TYPE) INDEX TABLE 20091113
4 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20091113
5 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20091113
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20091113
7 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20091113
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20091113

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20091113
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20091113

Method CONSTRUCTOR on class /BOFU/CL_B_DO_HOST_PARENT has no exception.

Method GET_HOST_NODE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20091113
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20091113
3 Returning RS_HOST_REF Value transfer Object reference (TYPE REF TO) TS_NODE_IDENTITY BO Node Identity 20091113

Method GET_HOST_NODE_REF on class /BOFU/CL_B_DO_HOST_PARENT has no exception.

Method IS_ALTKEY_4_HOST_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY Alternative Key 20091113
2 Returning RV_ANSWER Value transfer Type reference (TYPE) ABAP_BOOL 20091113

Method IS_ALTKEY_4_HOST_PARENT on class /BOFU/CL_B_DO_HOST_PARENT has no exception.

Method RAK_HOST_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20091113
2 Exporting ET_KEY Call by reference Type reference (TYPE) INDEX TABLE 20091113
3 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20091113
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20091113
5 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20091113
6 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20091113
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20091113
8 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE 20091113
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20091113

Method README Signature

Method README on class /BOFU/CL_B_DO_HOST_PARENT has no parameter.
Method README on class /BOFU/CL_B_DO_HOST_PARENT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702