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 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20091113 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TT_KEY_MAP | 20091113 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/OBM_ALTKEY_KEY | Alternative Key | 20091113 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20091113 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091113 | |||
| 6 | Static Attribute | Protected | Type reference (TYPE) | TT_BUFFER | 20091113 | ||||
| 7 | Static Attribute | Protected | Type reference (TYPE) | TT_NODE_IDENTITY | 20091113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Conver Alternate Key: ROOT->HOST_KEY | 20091113 | |
| 2 | Instance method | Private | Method | Conver Alternate Key: ROOT->HOST_KEY (Old version) | 20091113 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20091113 | |
| 4 | Static method | Protected | Method | Get Host Node Ref | 20091113 | |
| 5 | Instance method | Protected | Method | Is Alternative Key for Host Parent | 20091113 | |
| 6 | Instance method | Protected | Method | Retrieve Alternate Key: ROOT->HOST_KEY | 20091113 | |
| 7 | 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 | ET_RESULT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEYINDEX | Key table with explicit index | 20091113 | |||
| 2 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | Interface of Change Object | 20091113 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091113 | ||||
| 4 | IV_ALTKEY_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ALTKEY_KEY | 20091113 | ||||
| 5 | IV_INVALIDATE_CACHE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091113 | |||
| 6 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091113 | ||||
| 7 | IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | State | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ET_RESULT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEYINDEX | Key table with explicit index | 20091113 | |||
| 2 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | Interface of Change Object | 20091113 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091113 | ||||
| 4 | IV_ALTKEY_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ALTKEY_KEY | 20091113 | ||||
| 5 | IV_INVALIDATE_CACHE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091113 | |||
| 6 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091113 | ||||
| 7 | IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | State | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20091113 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091113 | |||
| 2 | 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 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091113 | |||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20091113 | |||
| 3 | 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 | IV_ALTKEY_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ALTKEY_KEY | Alternative Key | 20091113 | |||
| 2 | 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 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091113 | ||||
| 2 | ET_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091113 | ||||
| 3 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | Interface of Change Object | 20091113 | |||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091113 | ||||
| 5 | IV_ALTKEY_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ALTKEY_KEY | 20091113 | ||||
| 6 | IV_INVALIDATE_CACHE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091113 | |||
| 7 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091113 | ||||
| 8 | IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 |