SAP ABAP Class /BOBF/CL_BUF_DISPATCHER (BOPF Buffer Dispatcher)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/BUFFER (Package) Business Object Processing Buffer Management

⤷

⤷

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 | 20081212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_TRA_CLONE | Clone BOPF Object | 20120424 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_BUF_DISPATCHER | Extended BOPF Buffer Dispatcher | 20091116 |
Properties
Class | /BOBF/CL_BUF_DISPATCHER | |
Short Description | BOPF Buffer Dispatcher | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/BUFFER | Business Object Processing Buffer Management |
Created | 20081212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20081212 | ||
2 | /BOBF/IF_TRA_CLONE | Clone BOPF Object | 20120424 |
Friends
Class /BOBF/CL_BUF_DISPATCHER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | 20081212 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081212 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_BUF_BUFFERS | List of different buffer instances | 20081212 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOC2 | All compositions | 20081212 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_BUF_NODE_BUFFERS | Mapping btw. nodes and different buffer instances | 20081212 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20081212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20081212 | |
2 | ![]() |
Instance method | Public | Constructor | 20081212 | |
3 | ![]() |
Instance method | Protected | Method | returns the relevant buffer instance | 20081212 |
4 | ![]() |
Instance method | Private | Method | returns the buffer instances for the modification | 20081212 |
5 | ![]() |
Instance method | Private | Method | returns the buffer instances for the node list | 20081212 |
6 | ![]() |
Instance method | Private | Method | returns the buffer instances for the node_data list | 20081212 |
7 | ![]() |
Instance method | Private | Method | returns compositions for the node iv_node | 20081212 |
Events
Class /BOBF/CL_BUF_DISPATCHER has no event.
Types
Class /BOBF/CL_BUF_DISPATCHER has no local type.
Method Signatures
Method COMPARE_STATES Signature
Method COMPARE_STATES on class /BOBF/CL_BUF_DISPATCHER has no parameter.
Method COMPARE_STATES on class /BOBF/CL_BUF_DISPATCHER has no exception.
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 | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
Method GET_BUFFER_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_BUFFER | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_BUFFER | Interface to Dispatcher to be imp. by Buffers under Dispat. | 20081212 | ||
2 | ![]() |
ES_NODE_BUFFER | Call by reference | Type reference (TYPE) | /BOBF/S_BUF_NODE_BUFFERS | Mapping btw. nodes and different buffer instances | 20081212 | ||
3 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081212 | ||
4 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
Method GET_REF_BY_MODIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MODIF_WT | Call by reference | Type reference (TYPE) | /BOBF/T_BUF_MODIF_WT_REF | Change data with buffer reference | 20081212 | ||
2 | ![]() |
IT_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
Method GET_REF_BY_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_NODE_WT | Call by reference | Type reference (TYPE) | /BOBF/T_BUF_NODE_WT_REF | 20081212 | |||
2 | ![]() |
IT_NODE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE | Node Table | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
Method GET_REF_BY_NODE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_NODE_DATA_WT | Call by reference | Type reference (TYPE) | /BOBF/T_BUF_NODE_DATA_WT_REF | 20081212 | |||
2 | ![]() |
IT_NODE_DATA | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_DATA | Nodes with Data | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
Method GET_RELEV_COMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COMP | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOC2 | Configuration: Links | 20081212 | ||
2 | ![]() |
IV_INCL_SUBTREE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081212 | ||
3 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20081212 |
Method GET_RELEV_COMP on class /BOBF/CL_BUF_DISPATCHER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |