SAP /SCMB/CL_ODMO OO Class - ODM: Order Document Management, Order Document Objects
/SCMB/CL_ODMO 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_ODMO 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_ODMO 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_CORE_SCOPE | Adjust Tables to Be Read for Core Components | Private |
| CALL METHOD /scmb/cl_odmo=>ADAPT_CORE_SCOPE...more details | ||
| ADAPT_SCOPE_COMPLETENESS | Adjust Tables to Be Read for Core Components | Private |
| CALL METHOD /scmb/cl_odmo=>ADAPT_SCOPE_COMPLETENESS...more details | ||
| APPEND_COMPONENT | Enhance Data of Components in Extension Table | Private |
| CALL METHOD /scmb/cl_odmo=>APPEND_COMPONENT...more details | ||
| CLEAR | Delete Data of an Order Document Object | Protected |
| CALL METHOD /scmb/cl_odmo=>CLEAR...more details | ||
| COMPLETE | Complete Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>COMPLETE...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_odmo=>CONSTRUCTOR...more details | ||
|
| ||
| COPY | Copies Data of an Order Object | Private |
| CALL METHOD /scmb/cl_odmo=>COPY...more details | ||
| CREATE | Create Order Document Objects | Protected |
| CALL METHOD /scmb/cl_odmo=>CREATE...more details | ||
| DELETE | Delete Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>DELETE...more details | ||
| DROP | Discard Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>DROP...more details | ||
| FORGET | Deletes Object from Management | Protected |
| CALL METHOD /scmb/cl_odmo=>FORGET...more details | ||
| FORGET_ALL | Deletes Object Management | Protected |
| CALL METHOD /scmb/cl_odmo=>FORGET_ALL...more details | ||
| GET_CHG | Deliver Changed Order Document Data | Protected |
| CALL METHOD /scmb/cl_odmo=>GET_CHG...more details | ||
| GET_CHG_CORE | Deliver Changed Order Document Data, Core Component | Private |
| CALL METHOD /scmb/cl_odmo=>GET_CHG_CORE...more details | ||
| GET_CHG_EXTENSION | Deliver Changed Order Document Data, Extension | Private |
| CALL METHOD /scmb/cl_odmo=>GET_CHG_EXTENSION...more details | ||
| GET_CHG_MAPPING | Deliver Changed Order Document Data, Mapping | Private |
| CALL METHOD /scmb/cl_odmo=>GET_CHG_MAPPING...more details | ||
| GET_CHG_REFERENCE | Deliver Changed Order Document Data, References | Private |
| CALL METHOD /scmb/cl_odmo=>GET_CHG_REFERENCE...more details | ||
| GET_ID | Delivers ORDID, ITMID and SDLID | Protected |
| CALL METHOD /scmb/cl_odmo=>GET_ID...more details | ||
| GET_SCOPE | Delivers Reserved Components of an Order Document Object | Private |
| CALL METHOD /scmb/cl_odmo=>GET_SCOPE...more details | ||
| INIT_ORTYPE | Initialization of Order Document Types | Private |
| CALL METHOD /scmb/cl_odmo=>INIT_ORTYPE...more details | ||
| IS_CORRECT_CREF | Delivers the Hierarchy Level of a Component | Private |
| CALL METHOD /scmb/cl_odmo=>IS_CORRECT_CREF...more details | ||
| IS_CORRECT_DATATYPE | Checks Whether Parameter Has Core Structure | Private |
| CALL METHOD /scmb/cl_odmo=>IS_CORRECT_DATATYPE...more details | ||
| LOCK | Lock Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>LOCK...more details | ||
| READ | Read Order Documents to Buffer (from Database) | Protected |
| CALL METHOD /scmb/cl_odmo=>READ...more details | ||
| READ_BY_ID | Read and Instantiate Order Documents | Protected |
| CALL METHOD /scmb/cl_odmo=>READ_BY_ID...more details | ||
| READ_BY_REFERENCE | Read Order Documents to Buffer (from Database) | Protected |
| CALL METHOD /scmb/cl_odmo=>READ_BY_REFERENCE...more details | ||
| REFRESH | Reimport Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>REFRESH...more details | ||
| SET | Change Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>SET...more details | ||
| SET_COMPONENT | Trabsfer Data to Order Document Object | Private |
| CALL METHOD /scmb/cl_odmo=>SET_COMPONENT...more details | ||
| SET_CORE | Change Order Document, Core Component | Private |
| CALL METHOD /scmb/cl_odmo=>SET_CORE...more details | ||
| SET_EXTENSION | Change Order Document, Extension | Private |
| CALL METHOD /scmb/cl_odmo=>SET_EXTENSION...more details | ||
| SET_MAPPING | Change Order Document, Mapping | Private |
| CALL METHOD /scmb/cl_odmo=>SET_MAPPING...more details | ||
| SET_REFERENCE | Change Order Document, References | Private |
| CALL METHOD /scmb/cl_odmo=>SET_REFERENCE...more details | ||
| SNAPSHOT | Create Snapshot of an Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>SNAPSHOT...more details | ||
| TRANSFER | Transfer Data | Private |
| CALL METHOD /scmb/cl_odmo=>TRANSFER...more details | ||
| TRANSFER_COMPONENT | Transfer Data of a Component/Extension | Private |
| CALL METHOD /scmb/cl_odmo=>TRANSFER_COMPONENT...more details | ||
| TRANSFER_MAPPING | Transfer Mapping Data | Private |
| CALL METHOD /scmb/cl_odmo=>TRANSFER_MAPPING...more details | ||
| TRANSFER_REFERENCE | Transfer Reference Data | Private |
| CALL METHOD /scmb/cl_odmo=>TRANSFER_REFERENCE...more details | ||
| UNDO | Replace Order Document with Snapshot | Public |
| CALL METHOD /scmb/cl_odmo=>UNDO...more details | ||
| UNLOCK | Remove Lock on an Order Document | Public |
| CALL METHOD /scmb/cl_odmo=>UNLOCK...more details | ||
/SCMB/CL_ODMO 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_MODE_APPEND | Constant | Enhance Order Objects | ' ' | LIKE /SCMB/ODM_FLG_MODE | Public |
| GC_MODE_CREATE | Constant | Create Order Objects | 'C' | LIKE /SCMB/ODM_FLG_MODE | Public |
| GC_MODE_REFRESH | Constant | Create Order Objects | 'R' | LIKE /SCMB/ODM_FLG_MODE | Public |
| GO_ACT_ORC | Static Attribute | Instance of Component Last Used | LIKE /SCMB/CL_ODM_ORC | Private | |
| GO_ACT_ORTYPE | Static Attribute | Instance of Order Document Type Last Used | LIKE /SCMB/CL_ODM_ORTYPE | Private | |
| GT_INDEX | Instance Attribute | LIKE | Private | ||
| MO_OOBJ_ORIGINAL | Instance Attribute | LIKE | Private | ||
| MO_SUPERIOR | Instance Attribute | LIKE | Private | ||
| MS_CORE | Instance Attribute | LIKE | Private | ||
| MS_MAP | Instance Attribute | LIKE | Private | ||
| MT_EXT | Instance Attribute | LIKE | Private | ||
| MT_INFERIOR | Instance Attribute | LIKE | Private | ||
| MT_MAP | Instance Attribute | ODM: Mapping (Triple-Level Document Type, Sorted) | LIKE /SCMB/ODM_ORM3_STAB | Public | |
| MT_REF | Instance Attribute | LIKE | Private | ||
| MT_REFERENCE | Instance Attribute | LIKE | Private | ||
| MV_CREF | Instance Attribute | LIKE | Private | ||
| MV_ID | Instance Attribute | LIKE | Private | ||
| MV_OBJCHG | Instance Attribute | LIKE | Private | ||
| MV_ORTYPE | Instance Attribute | LIKE | Private | ||
| 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