SAP /SCMB/CL_ODM_BUFFER OO Class - ODM: Order Document Management, Buffer
/SCMB/CL_ODM_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 /SCMB/CL_ODM_BUFFER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SCMB/CL_ODM_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 Name | Description | Visability |
| ADAPT_SCOPE_CREF | Adjust Components to Maximum Hierarchy Level | Private |
| CALL METHOD /scmb/cl_odm_buffer=>ADAPT_SCOPE_CREF...more details | ||
| BUFFER_INSERT | Insert Order Documents in Buffer Handling | Private |
| CALL METHOD /scmb/cl_odm_buffer=>BUFFER_INSERT...more details | ||
| CLEAR | Discard Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CLEAR...more details | ||
| COMPLETE | Complete Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>COMPLETE...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CONSTRUCTOR...more details | ||
| CREATE | Create Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CREATE...more details | ||
|
| ||
| CREATE_OOBJECT1 | Create (Single-Level) Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CREATE_OOBJECT1...more details | ||
| CREATE_OOBJECT2 | Create (Double-Level) Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CREATE_OOBJECT2...more details | ||
| CREATE_OOBJECT3 | Create (Triple-Level) Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>CREATE_OOBJECT3...more details | ||
| FILL | Read Order Documents to Buffer (from Database) | Public |
| CALL METHOD /scmb/cl_odm_buffer=>FILL...more details | ||
| FILL_BY_ID | Read Order Documents to Buffer (from Database) | Public |
| CALL METHOD /scmb/cl_odm_buffer=>FILL_BY_ID...more details | ||
| FILL_BY_REFERENCE | Read Order Documents to Buffer (from Database) | Public |
| CALL METHOD /scmb/cl_odm_buffer=>FILL_BY_REFERENCE...more details | ||
| GET | Deliver References to Order Documents in the Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>GET...more details | ||
| GET_FIRST | Deliver First Reference to an Order Document in the Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>GET_FIRST...more details | ||
| GET_NEXT | Deliver Next Reference to an Order Document in the Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>GET_NEXT...more details | ||
| GET_SCOPE_LEVEL | Delivers Hierarchy Level Concerned | Private |
| CALL METHOD /scmb/cl_odm_buffer=>GET_SCOPE_LEVEL...more details | ||
| LOCK | Lock Order Documents in the Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>LOCK...more details | ||
| REFRESH | Reimport Order Documents in Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>REFRESH...more details | ||
| SAVE | Save Changed Order Documents | Public |
| CALL METHOD /scmb/cl_odm_buffer=>SAVE...more details | ||
| UNDO | Replace Order Documents in Buffer with Snapshot | Public |
| CALL METHOD /scmb/cl_odm_buffer=>UNDO...more details | ||
| UNLOCK | Remove Lock on Order Documents in the Buffer | Public |
| CALL METHOD /scmb/cl_odm_buffer=>UNLOCK...more details | ||
/SCMB/CL_ODM_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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_STANDARD_NAME | Constant | ODM: Buffer Description | 'GLOBAL' | LIKE /SCMB/ODM_BUFFER_NAME | Public |
| GT_BUFFER | Instance Attribute | LIKE | Private | ||
| MS_CURSOR | Instance Attribute | Pointer in One of the Buffer Tables | LIKE LTYPE_CURSOR | Private | |
| MT_OBJHDR | Instance Attribute | Header, Order Document | LIKE /SCMB/ODM_OOBJ_STAB | Private | |
| MT_OBJITM | Instance Attribute | Item, Order Document | LIKE /SCMB/ODM_OOBJ_STAB | Private | |
| MT_OBJSDL | Instance Attribute | Schedule Line, Order Document | LIKE /SCMB/ODM_OOBJ_STAB | Private | |
| MT_ORTYPE | Instance Attribute | LIKE | Private | ||
| MT_SCOPE | Instance Attribute | LIKE | Private | ||
| MV_ARCHIVE_HANDLE | Instance Attribute | ODM: Handle on the Open Archive | /SCMB/CL_ODM=>GC_HANDLE_ARCHIVE_OFF | LIKE /SCMB/ODM_ARCHIVE_HANDLE | Private |
| MV_ARCHIVE_TESTMODE | Instance Attribute | ODM: Archiving, Test Mode | /SCMB/CL_ODM=>GC_FALSE | LIKE /SCMB/ODM_ARCHIVE_TESTMODE | Private |
| MV_NAME | Instance Attribute | ODM: Buffer Description | LIKE /SCMB/ODM_BUFFER_NAME | Public | |
| MV_READONLY | Instance Attribute | Buffer Cannot Be Saved | /SCMB/CL_ODM=>GC_FALSE | LIKE XFELD | Public |
| MV_VRSIOID | Instance Attribute | LIKE | Private |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects