SAP /BOFU/CL_BAL_BUFFER OO Class - Application Log: Buffer Class
/BOFU/CL_BAL_BUFFER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_BAL_BUFFER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_BUFFERMethod list of /BOFU/CL_BAL_BUFFER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| BAL_DB_SEARCH | Equivalent to function module BAL_DB_SEARCH | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>BAL_DB_SEARCH...more details | ||
| BAL_DB_SEARCH_2 | Own Selection into BALHDR!! To solve perfomance issues | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>BAL_DB_SEARCH_2...more details | ||
| BAL_LOG_EXIST | Function BAL_LOG_EXIST | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>BAL_LOG_EXIST...more details | ||
| CHECK_EXCEPTION_MSG | Check Exception message | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>CHECK_EXCEPTION_MSG...more details | ||
| CHECK_T100_MSG | Check T100 message | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>CHECK_T100_MSG...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_bal_buffer=>CLASS_CONSTRUCTOR...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_bal_buffer=>CONSTRUCTOR...more details | ||
| CONVAKEY_HDR_LOGNUMBER | Convert Alternate Key: HEADER->LOGNUMBER | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>CONVAKEY_HDR_LOGNUMBER...more details | ||
| CONVAKEY_HDR_LOG_HANDLE | Convert Alternate Key: HEADER->LOG_HANDLE | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>CONVAKEY_HDR_LOG_HANDLE...more details | ||
| DO_SAVE | Save | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>DO_SAVE...more details | ||
| GET_ROOT_KEYS | Returns all root nodes | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>GET_ROOT_KEYS...more details | ||
| HEADER_GET_HANDLE_BY_KEY | Get LogHandle by Header KEY (GUID convert) | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>HEADER_GET_HANDLE_BY_KEY...more details | ||
| HEADER_KEY_CREATE | HEADER-KEY: Create (convert from handle or assign temp key) | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>HEADER_KEY_CREATE...more details | ||
| IS_LOG_DELETED | Is Log Deleted? | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>IS_LOG_DELETED...more details | ||
| NOTIFY_HEADER_CHANGE | Notify Header Change | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>NOTIFY_HEADER_CHANGE...more details | ||
| NOTIFY_MESSAGE_DELETE | Notify Message Deletion | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>NOTIFY_MESSAGE_DELETE...more details | ||
| NOTIFY_MESSAGE_LOAD | Notify Message Load | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>NOTIFY_MESSAGE_LOAD...more details | ||
| QUERY_HEADER_SEL_BY_ELEMENTS | QUERY: HEADER->SELECT_BY_ELEMENTS | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>QUERY_HEADER_SEL_BY_ELEMENTS...more details | ||
| RBA_HEADER_MESSAGE | RetrieveByAssociation HEADER->HEADER-MESSAGE | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RBA_HEADER_MESSAGE...more details | ||
| RBA_MESSAGE_PARENT | RetrieveByAssociation MESSAGE->PARENT | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RBA_MESSAGE_PARENT...more details | ||
| RETRAKEY_HDR_LOGNUMBER | Retrieve Alternate Key: HEADER->LOGNUMBER | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RETRAKEY_HDR_LOGNUMBER...more details | ||
| RETRAKEY_HDR_LOG_HANDLE | Retrieve Alternate Key: HEADER->LOG_HANDLE | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RETRAKEY_HDR_LOG_HANDLE...more details | ||
| RETR_HEADER | Retrieve Header | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RETR_HEADER...more details | ||
| RETR_MESSAGE | Retrieve Message | Protected |
| CALL METHOD /bofu/cl_bal_buffer=>RETR_MESSAGE...more details | ||
| SETTINGS_INIT | Public | |
| CALL METHOD /bofu/cl_bal_buffer=>SETTINGS_INIT...more details | ||
/BOFU/CL_BAL_BUFFER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_CONF | Instance Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | |
| MT_LOG_HANDLE_2_KEY_MAP | Instance Attribute | Log Handle to Key Map | LIKE TT_LOG_HANDLE_2_KEY_MAP | Protected | |
| MT_MSG_HANDLE_2_KEY_MAP | Instance Attribute | Message Handle to Key Map | LIKE TT_MSG_HANDLE_2_KEY_MAP | Protected | |
| MV_LOG_KEY_TEMP | Instance Attribute | Temporary Log Key (incremental) | LIKE /BOBF/CONF_KEY | Protected | |
| MV_MSG_KEY_TEMP | Instance Attribute | Temporary Message Key (incremental) | LIKE /BOBF/CONF_KEY | Protected | |
| SO_INSTANCE | Static Attribute | Special Buffer Class for DO Address | LIKE /BOFU/CL_BAL_BUFFER | Protected | |
| SO_UUID | Static Attribute | Class for Processing 16 Byte System UUIDs | LIKE IF_SYSTEM_UUID | Protected | |
| SV_SKIP_EXISTENCE_CHK_IN_CREAT | Static Attribute | LIKE ABAP_BOOL | Protected |
/BOFU/CL_BAL_BUFFER types
TS_LOG_HANDLE_2_KEY_MAP - Log Handle to Key MapTS_MSG_HANDLE_2_KEY_MAP - Message Handle to Key Map
TT_BALHDR_SIMPLE - Application Log Header: standard table
TT_BALHDR_SORT_BY_HANDLE - Application Log Header: sorted By Handle
TT_LOG_HANDLE_2_KEY_MAP - Log Handle to Key Map
TT_MSG_HANDLE_2_KEY_MAP - Message Handle to Key Map
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects