SAP /BOBF/CL_BUF_SIMPLE OO Class - Simple Relational Buffer









/BOBF/CL_BUF_SIMPLE 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 /BOBF/CL_BUF_SIMPLE 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

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_CLONEABLE

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_BUF_CHANGE

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_OP_CODE

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_RCTX_DEPENDENT_INST

Method list of /BOBF/CL_BUF_SIMPLE 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
CLEAR_COMP_TABPrivate
CALL METHOD /bobf/cl_buf_simple=>CLEAR_COMP_TAB...more details

COMPARE_STATES_WITHOUT_SUBTREEPrivate
CALL METHOD /bobf/cl_buf_simple=>COMPARE_STATES_WITHOUT_SUBTREE...more details

COMPARE_STATES_WITH_SUBTREEPrivate
CALL METHOD /bobf/cl_buf_simple=>COMPARE_STATES_WITH_SUBTREE...more details

CONSTRUCTORPublic
CALL METHOD /bobf/cl_buf_simple=>CONSTRUCTOR...more details

CONVERT_ALT_KEY_FROM_BUFFERConverts an alternative key to the technical keyPrivate
CALL METHOD /bobf/cl_buf_simple=>CONVERT_ALT_KEY_FROM_BUFFER...more details

DELETE_BY_ROOTKEYSPrivate
CALL METHOD /bobf/cl_buf_simple=>DELETE_BY_ROOTKEYS...more details

DELETE_SUBNODESDelete not reloaded subnodes in the same load groupPrivate
CALL METHOD /bobf/cl_buf_simple=>DELETE_SUBNODES...more details

DESTROY_INSTANCEdestructorPublic
CALL METHOD /bobf/cl_buf_simple=>DESTROY_INSTANCE...more details

EVAL_ASSOC_BINDINGCheck if a buffer entry matches the association bindingProtected
CALL METHOD /bobf/cl_buf_simple=>EVAL_ASSOC_BINDING...more details

EXTRACT_DATAPrivate
CALL METHOD /bobf/cl_buf_simple=>EXTRACT_DATA...more details

FILL_ALT_KEY_FROM_NODE_DATAProtected
CALL METHOD /bobf/cl_buf_simple=>FILL_ALT_KEY_FROM_NODE_DATA...more details

FILL_KEYSFill keys of data recordProtected
CALL METHOD /bobf/cl_buf_simple=>FILL_KEYS...more details

FILTER_BUFFER_PARENT_ROOT_KEYProtected
CALL METHOD /bobf/cl_buf_simple=>FILTER_BUFFER_PARENT_ROOT_KEY...more details

GET_LOADABLE_NODEDetermines the local root nodeProtected
CALL METHOD /bobf/cl_buf_simple=>GET_LOADABLE_NODE...more details

GET_SUBTREEDetermines the local node groupProtected
CALL METHOD /bobf/cl_buf_simple=>GET_SUBTREE...more details

HANDLE_EVENT_END_LOADEvent Handler for END_LOAD of Buffer DispatcherProtected
CALL METHOD /bobf/cl_buf_simple=>HANDLE_EVENT_END_LOAD...more details

INITProtected
CALL METHOD /bobf/cl_buf_simple=>INIT...more details

INITIALIZE_EXTENSIONSPrivate
CALL METHOD /bobf/cl_buf_simple=>INITIALIZE_EXTENSIONS...more details

INIT_INTERNALPrivate
CALL METHOD /bobf/cl_buf_simple=>INIT_INTERNAL...more details

IS_CHANGEDObjects are marked as changedPrivate
CALL METHOD /bobf/cl_buf_simple=>IS_CHANGED...more details

IS_RELEVANT_FOR_LOADGROUPchecks relevance fore loading groupPrivate
CALL METHOD /bobf/cl_buf_simple=>IS_RELEVANT_FOR_LOADGROUP...more details

LOADLoad data into buffer (pre-fetch)Private
CALL METHOD /bobf/cl_buf_simple=>LOAD...more details

LOAD_COMPOSITIONMakes sure that the target node instances are in the bufferProtected
CALL METHOD /bobf/cl_buf_simple=>LOAD_COMPOSITION...more details

RECURSIVE_COLLECT_SUBTREEPrivate
CALL METHOD /bobf/cl_buf_simple=>RECURSIVE_COLLECT_SUBTREE...more details

RETRIEVE_WITHOUT_CACHINGPrivate
CALL METHOD /bobf/cl_buf_simple=>RETRIEVE_WITHOUT_CACHING...more details

SIMPLE_RETRIEVE_BY_COMP_DBSimple RBA directly from DB for compositionsPrivate
CALL METHOD /bobf/cl_buf_simple=>SIMPLE_RETRIEVE_BY_COMP_DB...more details

SIMPLE_RETRIEVE_DBSimple Retrieve directly from DB tablePrivate
CALL METHOD /bobf/cl_buf_simple=>SIMPLE_RETRIEVE_DB...more details

UPDATE_LOCK_NODEExecutes an Update of a Lock NodePrivate
CALL METHOD /bobf/cl_buf_simple=>UPDATE_LOCK_NODE...more details

UPDATE_PROPERTY_NODEExecutes a modify on the property nodeProtected
CALL METHOD /bobf/cl_buf_simple=>UPDATE_PROPERTY_NODE...more details

WRITE_CLEANED_DATAPrivate
CALL METHOD /bobf/cl_buf_simple=>WRITE_CLEANED_DATA...more details

WRITE_LOADED_DATAMerges loaded data into the bufferProtected
CALL METHOD /bobf/cl_buf_simple=>WRITE_LOADED_DATA...more details

_EVAL_ASSOC_BINDINGCheck if a buffer entry matches the association bindingProtected
CALL METHOD /bobf/cl_buf_simple=>_EVAL_ASSOC_BINDING...more details



/BOBF/CL_BUF_SIMPLE 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
GC_SYNC_STATEConstant'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'LIKE
STRING
Private
MO_ALTKEY_STRATEGYInstance AttributeLIKE
LCL_ALTKEY_DEFAULT
Private
MO_BOPF_HANDLEInstance AttributeBOPF Framework instance handleLIKE
/BOBF/IF_FRW_HANDLE
Private
MO_CONFInstance AttributeKeyLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MO_DATA_ACCESSInstance AttributeInterface for Database AccessLIKE
/BOBF/IF_BUF_DATA_ACCESS
Protected
MO_MAIN_BUFFERInstance AttributeInterface to the Data LayerLIKE
/BOBF/IF_FRW_BUFFER
Protected
MO_NON_CACHE_REGInstance Attributeregistry for non caching entitiesLIKE
/BOBF/IF_TRA_NON_CACHE_REG
Private
MO_OP_CODE_EXTENSIONInstance AttributeLIKE
/BOBF/IF_BUF_DRAFT_OP_CODE
Private
MO_PENDING_ACTIONSInstance AttributeLIKE
/BOBF/IF_PENDING_DRAFT_OPS
Private
MT_ALTERNATIVE_KEYInstance AttributeCache for alternative key accessLIKE
TT_ALTERNATIVE_KEY
Private
MT_ASSOCIATIONInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC
Private
MT_BUFFERInstance AttributeMain BufferLIKE
/BOBF/T_BUF_SIMPLE_BUFFER
Protected
MT_BUFFER_COMPInstance AttributeLoaded CompletelyLIKE
TT_COMP
Protected
MT_BUFFER_REV_FKInstance AttributeBuffered reverse foreign key associationsLIKE
TT_REV_FK
Protected
MT_CHANGEInstance AttributeInterface for Change ClassLIKE
TT_CHANGE
Protected
MT_CHANGE_SYNCInstance AttributeLIKE
TT_CHANGE_SYNC
Private
MT_COMPOSITIONInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC2
Private
MT_CONF_COMPInstance AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Private
MT_EXTENSIONInstance AttributeLIKE
/BOBF/CL_BUF_EXTENSIONS=>TT_EXTENSIONS
Private
MT_NODE_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_NODE_ONLY
Protected
MT_PARENT_NOLOADInstance AttributeLIKE
TT_NODE
Private
MT_ROOT_KEYSInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY_SORTED
Private
MT_ROOT_KEYS_CHANGEDInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY_SORTED
Private
MV_BO_KEYInstance AttributeBusiness ObjectLIKE
/BOBF/OBM_BO_KEY
Protected
MV_DAC_CLASSInstance AttributeObject Type NameLIKE
STRING
Private
MV_INITIALIZEDInstance AttributeLIKE
ABAP_BOOL
Private
MV_IS_MAIN_BUFFERInstance AttributeBoolean variableLIKE
BOOLE_D
Private
MV_NODE_KEYInstance AttributeNodeLIKE
/BOBF/OBM_NODE_KEY
Private
MV_NO_CONTENT_CHANGESInstance AttributeLIKE
ABAP_BOOL
Private
MV_PARENT_NODE_KEYInstance AttributeNodeLIKE
/BOBF/OBM_NODE_KEY
Private
ST_INSTANCEStatic AttributeLIKE
TT_INSTANCE
Protected




/BOBF/CL_BUF_SIMPLE types

TS_CHANGE -
TS_COMP -
TS_INSTANCE -
TS_REV_FK -
TT_ALTERNATIVE_KEY -
TT_CHANGE -
TT_CHANGE_SYNC -
TT_COMP -
TT_INSTANCE -
TT_NODE -
TT_REV_FK -
TY_ALTERNATIVE_KEY -
TY_CHANGE_SYNC -

Links to Related Class(s)

/BOBF/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!