SAP ABAP Class /BOFU/CL_SP_NODE_ID (Node ID <-> KEY Mapper: RESTRICTED USE)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_2 (Package) Common Types; Reuse Objects; Functions (from TM)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_SP_NODE_ID | Interface to mapping of key information | 20090318 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_SP_NODE_ID_EXT | Node ID <-> KEY Mapper: RESTRICTED USE | 20090318 |
Properties
| Class | /BOFU/CL_SP_NODE_ID | |
| Short Description | Node ID <-> KEY Mapper: RESTRICTED USE | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/COMMON_2 | Common Types; Reuse Objects; Functions (from TM) |
| Created | 20090318 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_SP_NODE_ID has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_SP_NODE_ID | Interface to mapping of key information | 20090318 |
Friends
Class /BOFU/CL_SP_NODE_ID 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 | 20090320 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20090318 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_HANDLE_MAP | 20090318 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090318 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090320 |
Events
Class /BOFU/CL_SP_NODE_ID has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_HANDLE_MAP | Protected | See coding | 20090318 | BEGIN OF ts_handle_map,
node_key TYPE /bobf/obm_node_key,
key TYPE /bobf/conf_key,
handle TYPE /bofu/bo_node_id,
node_id TYPE /bofu/bo_node_id,
END OF ts_handle_map
|
||
| 2 | TT_HANDLE_MAP | Protected | See coding | 20090318 | tt_handle_map TYPE SORTED TABLE OF ts_handle_map
WITH UNIQUE KEY primary_key
COMPONENTS node_key key
WITH NON-UNIQUE SORTED KEY by_node_id
COMPONENTS node_key node_id
WITH NON-UNIQUE SORTED KEY by_handle
COMPONENTS node_key handle
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BOPF_CONFIG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090320 | |||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090320 |
Method CONSTRUCTOR on class /BOFU/CL_SP_NODE_ID has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |