SAP /BOFU/CL_BAL_BUFFER_READONLY OO Class - Application Log: BOPF Buffer: Read Only access
/BOFU/CL_BAL_BUFFER_READONLY 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_READONLY 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_READONLY 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_readonly=>BAL_DB_SEARCH...more details | ||
| BAL_DB_SEARCH_2 | Own Selection into BALHDR!! To solve perfomance issues | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>BAL_DB_SEARCH_2...more details | ||
| BAL_LOG_EXIST | Function BAL_LOG_EXIST | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>BAL_LOG_EXIST...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>CLASS_CONSTRUCTOR...more details | ||
| CONVAKEY_HDR_LOGNUMBER | Convert Alternate Key: HEADER->LOGNUMBER | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>CONVAKEY_HDR_LOGNUMBER...more details | ||
| CONVAKEY_HDR_LOG_HANDLE | Convert Alternate Key: HEADER->LOG_HANDLE | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>CONVAKEY_HDR_LOG_HANDLE...more details | ||
|
| ||
| GET_HANDLE | Get Handle given key | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>GET_HANDLE...more details | ||
| GET_KEY | Get Key given Handle | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>GET_KEY...more details | ||
| NOTIFY_HEADER_CHANGE | Notify Header Change | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_HEADER_CHANGE...more details | ||
| NOTIFY_MESSAGE_DELETE | Notify Message Deletion | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_MESSAGE_DELETE...more details | ||
| NOTIFY_MESSAGE_LOAD | Notify Message Load | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_MESSAGE_LOAD...more details | ||
| QUERY_HEADER_SEL_BY_ELEMENTS | QUERY: HEADER->SELECT_BY_ELEMENTS | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>QUERY_HEADER_SEL_BY_ELEMENTS...more details | ||
| RBA_HEADER_MESSAGE | RetrieveByAssociation HEADER->HEADER-MESSAGE | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>RBA_HEADER_MESSAGE...more details | ||
| RETRAKEY_HDR_LOGNUMBER | Retrieve Alternate Key: HEADER->LOGNUMBER | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>RETRAKEY_HDR_LOGNUMBER...more details | ||
| RETRAKEY_HDR_LOG_HANDLE | Retrieve Alternate Key: HEADER->LOG_HANDLE | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>RETRAKEY_HDR_LOG_HANDLE...more details | ||
| RETR_HEADER | Retrieve Header | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>RETR_HEADER...more details | ||
| RETR_MESSAGE | Retrieve Message | Protected |
| CALL METHOD /bofu/cl_bal_buffer_readonly=>RETR_MESSAGE...more details | ||
/BOFU/CL_BAL_BUFFER_READONLY 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 |
| MT_HDR_DATA_LOADED | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Protected | |
| MT_MESSAGE_MAP | Instance Attribute | Message Handle to Key Map | LIKE TT_MESSAGE_KEY_MAP | 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_READONLY | Protected | |
| SO_UUID | Static Attribute | Class for Processing 16 Byte System UUIDs | LIKE IF_SYSTEM_UUID | Protected |
/BOFU/CL_BAL_BUFFER_READONLY types
TS_MESSAGE_KEY_MAP - Message Handle to Key MapTT_BALHDR_SIMPLE -
TT_BALHDR_SORT_BY_HANDLE -
TT_MESSAGE_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