SAP ABAP Class /BOFU/IF_FBI_MESSAGE_BUFFER (FBI Message Buffer)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20090922 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_MESSAGE_BUFFER | FBI Version 2: Message Buffer | 20090922 |
Properties
| Class | /BOFU/IF_FBI_MESSAGE_BUFFER | |
| Short Description | FBI Message Buffer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090922 | SAP |
| Last change | 20110908 | 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
Class /BOFU/IF_FBI_MESSAGE_BUFFER has no interface implemented.
Friends
Class /BOFU/IF_FBI_MESSAGE_BUFFER has no friend class.
Attributes
Class /BOFU/IF_FBI_MESSAGE_BUFFER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | TODO: Build Node Buffer | 20090922 | |
| 2 | Instance method | Public | Method | Check whether node is modified and delete messages | 20091014 | |
| 3 | Instance method | Public | Method | Clean messages | 20090922 | |
| 4 | Instance method | Public | Method | Read messages | 20090922 | |
| 5 | Instance method | Public | Method | 20091014 |
Events
Class /BOFU/IF_FBI_MESSAGE_BUFFER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MESSAGE_INDEX | Public | See coding | 20100719 | BEGIN OF ts_message_index,
key TYPE /bobf/conf_key,
message_index TYPE int4,
END OF ts_message_index
|
||
| 2 | TT_MESSAGES_GUID | Public | See coding | 20091014 | tt_messages_guid TYPE HASHED TABLE OF /bobf/conf_key WITH UNIQUE KEY TABLE_LINE
|
||
| 3 | TT_MESSAGE_INDEX | Public | See coding | 20100719 | tt_message_index TYPE HASHED TABLE OF ts_message_index WITH UNIQUE KEY key
|
Method Signatures
Method BUILD_NODE_BUFFER Signature
Method BUILD_NODE_BUFFER on class /BOFU/IF_FBI_MESSAGE_BUFFER has no parameter.
Method BUILD_NODE_BUFFER on class /BOFU/IF_FBI_MESSAGE_BUFFER has no exception.
Method CHECK_AND_ADD_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Table of changes | 20091014 | |||
| 2 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091014 | |||
| 3 | IT_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20100107 | |||
| 4 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091014 |
Method CHECK_AND_ADD_MESSAGES on class /BOFU/IF_FBI_MESSAGE_BUFFER has no exception.
Method CLEANUP_MESSAGES Signature
Method CLEANUP_MESSAGES on class /BOFU/IF_FBI_MESSAGE_BUFFER has no parameter.
Method CLEANUP_MESSAGES on class /BOFU/IF_FBI_MESSAGE_BUFFER has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20091014 | |||
| 2 | ET_MESSAGE_INDEX | Call by reference | Type reference (TYPE) | TT_MESSAGE_INDEX | Message Index | 20100719 | |||
| 3 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | List of Names (e.g. Fieldnames) | 20100222 | |||
| 4 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090922 | |||
| 5 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090922 | |||
| 6 | IV_CHECK_ATTRIBUTES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100222 | ||
| 7 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20091006 | |||
| 8 | IV_UNDISPATCHED_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091014 |
Method GET_MESSAGES on class /BOFU/IF_FBI_MESSAGE_BUFFER has no exception.
Method REGISTER_MESSAGE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_MGR | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_FBI_MESSAGE_MANAGER | FBI Message Manager | 20091014 |
Method REGISTER_MESSAGE_MANAGER on class /BOFU/IF_FBI_MESSAGE_BUFFER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |