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_BUFFER

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

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

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

CHECK_EXCEPTION_MSGCheck Exception messageProtected
CALL METHOD /bofu/cl_bal_buffer=>CHECK_EXCEPTION_MSG...more details

CHECK_T100_MSGCheck T100 messageProtected
CALL METHOD /bofu/cl_bal_buffer=>CHECK_T100_MSG...more details

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

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_bal_buffer=>CONSTRUCTOR...more details

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

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

DO_SAVESaveProtected
CALL METHOD /bofu/cl_bal_buffer=>DO_SAVE...more details

GET_ROOT_KEYSReturns all root nodesProtected
CALL METHOD /bofu/cl_bal_buffer=>GET_ROOT_KEYS...more details

HEADER_GET_HANDLE_BY_KEYGet LogHandle by Header KEY (GUID convert)Protected
CALL METHOD /bofu/cl_bal_buffer=>HEADER_GET_HANDLE_BY_KEY...more details

HEADER_KEY_CREATEHEADER-KEY: Create (convert from handle or assign temp key)Protected
CALL METHOD /bofu/cl_bal_buffer=>HEADER_KEY_CREATE...more details

IS_LOG_DELETEDIs Log Deleted?Protected
CALL METHOD /bofu/cl_bal_buffer=>IS_LOG_DELETED...more details

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

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

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

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

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

RBA_MESSAGE_PARENTRetrieveByAssociation MESSAGE->PARENTProtected
CALL METHOD /bofu/cl_bal_buffer=>RBA_MESSAGE_PARENT...more details

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

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

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

RETR_MESSAGERetrieve MessageProtected
CALL METHOD /bofu/cl_bal_buffer=>RETR_MESSAGE...more details

SETTINGS_INITPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_CONFInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MT_LOG_HANDLE_2_KEY_MAPInstance AttributeLog Handle to Key MapLIKE
TT_LOG_HANDLE_2_KEY_MAP
Protected
MT_MSG_HANDLE_2_KEY_MAPInstance AttributeMessage Handle to Key MapLIKE
TT_MSG_HANDLE_2_KEY_MAP
Protected
MV_LOG_KEY_TEMPInstance AttributeTemporary Log Key (incremental)LIKE
/BOBF/CONF_KEY
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
Protected
SO_UUIDStatic AttributeClass for Processing 16 Byte System UUIDsLIKE
IF_SYSTEM_UUID
Protected
SV_SKIP_EXISTENCE_CHK_IN_CREATStatic AttributeLIKE
ABAP_BOOL
Protected




/BOFU/CL_BAL_BUFFER types

TS_LOG_HANDLE_2_KEY_MAP - Log Handle to Key Map
TS_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



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!