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_BUFFERMethod 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 Name | Description | Visability |
| CLEAR_COMP_TAB | Private | |
| 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_SUBNODES | Delete not reloaded subnodes in the same load group | Private |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>DELETE_SUBNODES...more details | ||
| EVAL_ASSOC_BINDING | Check if a buffer entry matches the association binding | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>EVAL_ASSOC_BINDING...more details | ||
| FILL_KEYS | Fill keys of data record | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>FILL_KEYS...more details | ||
| GET_LOADABLE_NODE | Determines the local root node | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>GET_LOADABLE_NODE...more details | ||
|
| ||
| GET_SUBTREE | Determines the local node group | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>GET_SUBTREE...more details | ||
| HANDLE_EVENT_END_LOAD | Event Handler for END_LOAD of Buffer Dispatcher | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>HANDLE_EVENT_END_LOAD...more details | ||
| IS_CHANGED | Objects are marked as changed | Private |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>IS_CHANGED...more details | ||
| LOAD_COMPOSITION | Makes sure that the target node instances are in the buffer | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>LOAD_COMPOSITION...more details | ||
| UPDATE_LOCK_NODE | Executes an Update of a Lock Node | Private |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>UPDATE_LOCK_NODE...more details | ||
| UPDATE_PROPERTY_NODE | Executes a modify on the property node | Protected |
| CALL METHOD /scmtms/cl_buf_simple_boxed=>UPDATE_PROPERTY_NODE...more details | ||
| WRITE_LOADED_DATA | Merges loaded data into the buffer | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_SYNC_STATE | Constant | 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | LIKE STRING | Private | |
| MO_CONF | Instance Attribute | Key | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | |
| MO_DATA_ACCESS | Instance Attribute | Interface for Database Access | LIKE /BOBF/IF_BUF_DATA_ACCESS | Protected | |
| MO_MAIN_BUFFER | Instance Attribute | Interface to the Data Layer | LIKE /BOBF/IF_FRW_BUFFER | Protected | |
| MT_ALTERNATIVE_KEY | Instance Attribute | Cache for alternative key access | LIKE TT_ALTERNATIVE_KEY | Private | |
| MT_BOXED_ATTR | Instance Attribute | LIKE TT_BOXED_ATTR | Private | ||
| MT_BUFFER | Instance Attribute | Main Buffer | LIKE /BOBF/T_BUF_SIMPLE_BUFFER | Protected | |
| MT_BUFFER_COMP | Instance Attribute | Loaded Completely | LIKE TT_COMP | Protected | |
| MT_BUFFER_REV_FK | Instance Attribute | Buffered reverse foreign key associations | LIKE TT_REV_FK | Protected | |
| MT_CHANGE | Instance Attribute | Interface for Change Class | LIKE TT_CHANGE | Protected | |
| MT_CHANGE_SYNC | Instance Attribute | LIKE TT_CHANGE_SYNC | Private | ||
| MT_CONF_COMP | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | |
| MT_NODE_KEY | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_NODE_ONLY | Protected | |
| MT_PARENT_NOLOAD | Instance Attribute | LIKE TT_NODE | Private | ||
| MT_ROOT_KEYS | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY_SORTED | Private | |
| MT_ROOT_KEYS_CHANGED | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY_SORTED | Private | |
| MV_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MV_IS_MAIN_BUFFER | Instance Attribute | Boolean variable | LIKE BOOLE_D | Private | |
| MV_PARENT_NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Private | |
| ST_INSTANCE | Static Attribute | LIKE 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