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_BUFFER

Method 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 NameDescriptionVisability
BAL_DB_SEARCHEquivalent to function module BAL_DB_SEARCHProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>BAL_DB_SEARCH...more details

BAL_DB_SEARCH_2Own Selection into BALHDR!! To solve perfomance issuesProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>BAL_DB_SEARCH_2...more details

BAL_LOG_EXISTFunction BAL_LOG_EXISTProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>BAL_LOG_EXIST...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /bofu/cl_bal_buffer_readonly=>CLASS_CONSTRUCTOR...more details

CONVAKEY_HDR_LOGNUMBERConvert Alternate Key: HEADER->LOGNUMBERProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>CONVAKEY_HDR_LOGNUMBER...more details

CONVAKEY_HDR_LOG_HANDLEConvert Alternate Key: HEADER->LOG_HANDLEProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>CONVAKEY_HDR_LOG_HANDLE...more details

GET_HANDLEGet Handle given keyProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>GET_HANDLE...more details

GET_KEYGet Key given HandleProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>GET_KEY...more details

NOTIFY_HEADER_CHANGENotify Header ChangeProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_HEADER_CHANGE...more details

NOTIFY_MESSAGE_DELETENotify Message DeletionProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_MESSAGE_DELETE...more details

NOTIFY_MESSAGE_LOADNotify Message LoadProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>NOTIFY_MESSAGE_LOAD...more details

QUERY_HEADER_SEL_BY_ELEMENTSQUERY: HEADER->SELECT_BY_ELEMENTSProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>QUERY_HEADER_SEL_BY_ELEMENTS...more details

RBA_HEADER_MESSAGERetrieveByAssociation HEADER->HEADER-MESSAGEProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>RBA_HEADER_MESSAGE...more details

RETRAKEY_HDR_LOGNUMBERRetrieve Alternate Key: HEADER->LOGNUMBERProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>RETRAKEY_HDR_LOGNUMBER...more details

RETRAKEY_HDR_LOG_HANDLERetrieve Alternate Key: HEADER->LOG_HANDLEProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>RETRAKEY_HDR_LOG_HANDLE...more details

RETR_HEADERRetrieve HeaderProtected
CALL METHOD /bofu/cl_bal_buffer_readonly=>RETR_HEADER...more details

RETR_MESSAGERetrieve MessageProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_HDR_DATA_LOADEDInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Protected
MT_MESSAGE_MAPInstance AttributeMessage Handle to Key MapLIKE
TT_MESSAGE_KEY_MAP
Protected
MV_MSG_KEY_TEMPInstance AttributeTemporary Message Key (incremental)LIKE
/BOBF/CONF_KEY
Protected
SO_INSTANCEStatic AttributeSpecial Buffer Class for DO AddressLIKE
/BOFU/CL_BAL_BUFFER_READONLY
Protected
SO_UUIDStatic AttributeClass for Processing 16 Byte System UUIDsLIKE
IF_SYSTEM_UUID
Protected




/BOFU/CL_BAL_BUFFER_READONLY types

TS_MESSAGE_KEY_MAP - Message Handle to Key Map
TT_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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!