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_BUFFERInterface 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_CLONEABLEInterface 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_CHANGEInterface 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_CODEInterface 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_INSTMethod 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 Name | Description | Visability |
| CLEAR_COMP_TAB | Private | |
| CALL METHOD /bobf/cl_buf_simple=>CLEAR_COMP_TAB...more details | ||
| COMPARE_STATES_WITHOUT_SUBTREE | Private | |
| CALL METHOD /bobf/cl_buf_simple=>COMPARE_STATES_WITHOUT_SUBTREE...more details | ||
| COMPARE_STATES_WITH_SUBTREE | Private | |
| CALL METHOD /bobf/cl_buf_simple=>COMPARE_STATES_WITH_SUBTREE...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_buf_simple=>CONSTRUCTOR...more details | ||
| CONVERT_ALT_KEY_FROM_BUFFER | Converts an alternative key to the technical key | Private |
| CALL METHOD /bobf/cl_buf_simple=>CONVERT_ALT_KEY_FROM_BUFFER...more details | ||
| DELETE_BY_ROOTKEYS | Private | |
| CALL METHOD /bobf/cl_buf_simple=>DELETE_BY_ROOTKEYS...more details | ||
|
| ||
| DELETE_SUBNODES | Delete not reloaded subnodes in the same load group | Private |
| CALL METHOD /bobf/cl_buf_simple=>DELETE_SUBNODES...more details | ||
| DESTROY_INSTANCE | destructor | Public |
| CALL METHOD /bobf/cl_buf_simple=>DESTROY_INSTANCE...more details | ||
| EVAL_ASSOC_BINDING | Check if a buffer entry matches the association binding | Protected |
| CALL METHOD /bobf/cl_buf_simple=>EVAL_ASSOC_BINDING...more details | ||
| EXTRACT_DATA | Private | |
| CALL METHOD /bobf/cl_buf_simple=>EXTRACT_DATA...more details | ||
| FILL_ALT_KEY_FROM_NODE_DATA | Protected | |
| CALL METHOD /bobf/cl_buf_simple=>FILL_ALT_KEY_FROM_NODE_DATA...more details | ||
| FILL_KEYS | Fill keys of data record | Protected |
| CALL METHOD /bobf/cl_buf_simple=>FILL_KEYS...more details | ||
| FILTER_BUFFER_PARENT_ROOT_KEY | Protected | |
| CALL METHOD /bobf/cl_buf_simple=>FILTER_BUFFER_PARENT_ROOT_KEY...more details | ||
| GET_LOADABLE_NODE | Determines the local root node | Protected |
| CALL METHOD /bobf/cl_buf_simple=>GET_LOADABLE_NODE...more details | ||
| GET_SUBTREE | Determines the local node group | Protected |
| CALL METHOD /bobf/cl_buf_simple=>GET_SUBTREE...more details | ||
| HANDLE_EVENT_END_LOAD | Event Handler for END_LOAD of Buffer Dispatcher | Protected |
| CALL METHOD /bobf/cl_buf_simple=>HANDLE_EVENT_END_LOAD...more details | ||
| INIT | Protected | |
| CALL METHOD /bobf/cl_buf_simple=>INIT...more details | ||
| INITIALIZE_EXTENSIONS | Private | |
| CALL METHOD /bobf/cl_buf_simple=>INITIALIZE_EXTENSIONS...more details | ||
| INIT_INTERNAL | Private | |
| CALL METHOD /bobf/cl_buf_simple=>INIT_INTERNAL...more details | ||
| IS_CHANGED | Objects are marked as changed | Private |
| CALL METHOD /bobf/cl_buf_simple=>IS_CHANGED...more details | ||
| IS_RELEVANT_FOR_LOADGROUP | checks relevance fore loading group | Private |
| CALL METHOD /bobf/cl_buf_simple=>IS_RELEVANT_FOR_LOADGROUP...more details | ||
| LOAD | Load data into buffer (pre-fetch) | Private |
| CALL METHOD /bobf/cl_buf_simple=>LOAD...more details | ||
| LOAD_COMPOSITION | Makes sure that the target node instances are in the buffer | Protected |
| CALL METHOD /bobf/cl_buf_simple=>LOAD_COMPOSITION...more details | ||
| RECURSIVE_COLLECT_SUBTREE | Private | |
| CALL METHOD /bobf/cl_buf_simple=>RECURSIVE_COLLECT_SUBTREE...more details | ||
| RETRIEVE_WITHOUT_CACHING | Private | |
| CALL METHOD /bobf/cl_buf_simple=>RETRIEVE_WITHOUT_CACHING...more details | ||
| SIMPLE_RETRIEVE_BY_COMP_DB | Simple RBA directly from DB for compositions | Private |
| CALL METHOD /bobf/cl_buf_simple=>SIMPLE_RETRIEVE_BY_COMP_DB...more details | ||
| SIMPLE_RETRIEVE_DB | Simple Retrieve directly from DB table | Private |
| CALL METHOD /bobf/cl_buf_simple=>SIMPLE_RETRIEVE_DB...more details | ||
| UPDATE_LOCK_NODE | Executes an Update of a Lock Node | Private |
| CALL METHOD /bobf/cl_buf_simple=>UPDATE_LOCK_NODE...more details | ||
| UPDATE_PROPERTY_NODE | Executes a modify on the property node | Protected |
| CALL METHOD /bobf/cl_buf_simple=>UPDATE_PROPERTY_NODE...more details | ||
| WRITE_CLEANED_DATA | Private | |
| CALL METHOD /bobf/cl_buf_simple=>WRITE_CLEANED_DATA...more details | ||
| WRITE_LOADED_DATA | Merges loaded data into the buffer | Protected |
| CALL METHOD /bobf/cl_buf_simple=>WRITE_LOADED_DATA...more details | ||
| _EVAL_ASSOC_BINDING | Check if a buffer entry matches the association binding | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_SYNC_STATE | Constant | 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | LIKE STRING | Private | |
| MO_ALTKEY_STRATEGY | Instance Attribute | LIKE LCL_ALTKEY_DEFAULT | Private | ||
| MO_BOPF_HANDLE | Instance Attribute | BOPF Framework instance handle | LIKE /BOBF/IF_FRW_HANDLE | 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 | |
| MO_NON_CACHE_REG | Instance Attribute | registry for non caching entities | LIKE /BOBF/IF_TRA_NON_CACHE_REG | Private | |
| MO_OP_CODE_EXTENSION | Instance Attribute | LIKE /BOBF/IF_BUF_DRAFT_OP_CODE | Private | ||
| MO_PENDING_ACTIONS | Instance Attribute | LIKE /BOBF/IF_PENDING_DRAFT_OPS | Private | ||
| MT_ALTERNATIVE_KEY | Instance Attribute | Cache for alternative key access | LIKE TT_ALTERNATIVE_KEY | Private | |
| MT_ASSOCIATION | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC | 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_COMPOSITION | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | ||
| MT_CONF_COMP | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | |
| MT_EXTENSION | Instance Attribute | LIKE /BOBF/CL_BUF_EXTENSIONS=>TT_EXTENSIONS | 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_DAC_CLASS | Instance Attribute | Object Type Name | LIKE STRING | Private | |
| MV_INITIALIZED | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_IS_MAIN_BUFFER | Instance Attribute | Boolean variable | LIKE BOOLE_D | Private | |
| MV_NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Private | |
| MV_NO_CONTENT_CHANGES | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_PARENT_NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Private | |
| ST_INSTANCE | Static Attribute | LIKE 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