SAP ABAP Class /BOFU/CL_OSPO_BUF_DISPATCHER (Extended BOPF Buffer Dispatcher for Obj Serv pers obj BOs)
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 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_BUF_DISPATCHER | Extended BOPF Buffer Dispatcher | 20100215 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_PPFOC_BUF_DISPATCHER | PPF Output History: Buffer Dispatcher | 20100803 |
Properties
| Class | /BOFU/CL_OSPO_BUF_DISPATCHER | |
| Short Description | Extended BOPF Buffer Dispatcher for Obj Serv pers obj BOs | |
| Super Class | /BOFU/CL_BUF_DISPATCHER | Extended BOPF Buffer Dispatcher |
| 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 | 20100215 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_OSPO_BUF_DISPATCHER has no forward declaration.
Interfaces
Class /BOFU/CL_OSPO_BUF_DISPATCHER has no interface implemented.
Friends
Class /BOFU/CL_OSPO_BUF_DISPATCHER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_DUMMY_MODIFY_KEYS | Dummy Create Keys | 20100215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Initialize Dummy Create/Delete Keys | 20100215 | |
| 2 | Instance method | Private | Method | Read Me | 20100215 |
Events
Class /BOFU/CL_OSPO_BUF_DISPATCHER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DUMMY_MODIFY_KEYS | Protected | See coding | Dummy Modify Keys | 20100215 | BEGIN OF ts_dummy_modify_keys,
node_key TYPE /bobf/obm_node_key,
t_key_create TYPE /bobf/t_frw_key,
t_key_update TYPE /bobf/t_frw_key,
t_key_delete TYPE /bobf/t_frw_key,
END OF ts_dummy_modify_keys
|
|
| 2 | TT_DUMMY_MODIFY_KEYS | Protected | See coding | Dummy Modify Keys | 20100215 | tt_dummy_modify_keys TYPE SORTED TABLE OF ts_dummy_modify_keys WITH UNIQUE KEY node_key
|
Method Signatures
Method INIT_DUMMY_MODIFY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KEY_CREATE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20100215 | ||||
| 2 | IT_KEY_DELETE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20100215 | ||||
| 3 | IT_KEY_UPDATE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20100215 | ||||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20100215 |
Method INIT_DUMMY_MODIFY_KEYS on class /BOFU/CL_OSPO_BUF_DISPATCHER has no exception.
Method README Signature
Method README on class /BOFU/CL_OSPO_BUF_DISPATCHER has no parameter.
Method README on class /BOFU/CL_OSPO_BUF_DISPATCHER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |