SAP /SCMTMS/CL_BUF_SIMPLE_BOXED OO Class - Simple Relational Buffer (boxed components)









/SCMTMS/CL_BUF_SIMPLE_BOXED 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 /SCMTMS/CL_BUF_SIMPLE_BOXED 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 /SCMTMS/CL_BUF_SIMPLE_BOXED 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 /scmtms/cl_buf_simple_boxed=>CLEAR_COMP_TAB...more details

CONSTRUCTOR Extended for boxed components (bc)Public
CALL METHOD /scmtms/cl_buf_simple_boxed=>CONSTRUCTOR...more details

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

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

FILL_KEYSFill keys of data recordProtected
CALL METHOD /scmtms/cl_buf_simple_boxed=>FILL_KEYS...more details

GET_LOADABLE_NODEDetermines the local root nodeProtected
CALL METHOD /scmtms/cl_buf_simple_boxed=>GET_LOADABLE_NODE...more details

GET_SUBTREEDetermines the local node groupProtected
CALL METHOD /scmtms/cl_buf_simple_boxed=>GET_SUBTREE...more details

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

IS_CHANGEDObjects are marked as changedPrivate
CALL METHOD /scmtms/cl_buf_simple_boxed=>IS_CHANGED...more details

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

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

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

WRITE_LOADED_DATAMerges loaded data into the bufferProtected
CALL METHOD /scmtms/cl_buf_simple_boxed=>WRITE_LOADED_DATA...more details



/SCMTMS/CL_BUF_SIMPLE_BOXED 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_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
MT_ALTERNATIVE_KEYInstance AttributeCache for alternative key accessLIKE
TT_ALTERNATIVE_KEY
Private
MT_BOXED_ATTRInstance AttributeLIKE
TT_BOXED_ATTR
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_CONF_COMPInstance AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
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_IS_MAIN_BUFFERInstance AttributeBoolean variableLIKE
BOOLE_D
Private
MV_PARENT_NODE_KEYInstance AttributeNodeLIKE
/BOBF/OBM_NODE_KEY
Private
ST_INSTANCEStatic AttributeLIKE
TT_INSTANCE
Private




/SCMTMS/CL_BUF_SIMPLE_BOXED types

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

Links to Related Class(s)

/SCMTMS/...
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!