SAP /SCMB/CL_ODM_TRACK_ORDER OO Class - ODM: Historical Order
/SCMB/CL_ODM_TRACK_ORDER 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_TRACK_ORDER 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_TRACK_ORDER 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_EXT | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>CLEAR_EXT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_odm_track_order=>CONSTRUCTOR...more details | ||
| COPY_ORDER | Copy actual state of the order into new order's final tables | Private |
| CALL METHOD /scmb/cl_odm_track_order=>COPY_ORDER...more details | ||
| GET_FIN_TABLES | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>GET_FIN_TABLES...more details | ||
| GET_ORDER | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>GET_ORDER...more details | ||
| MERGER | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER...more details | ||
|
| ||
| MERGER_OREXT | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER_OREXT...more details | ||
| MERGER_ORHDR | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORHDR...more details | ||
| MERGER_ORITM | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORITM...more details | ||
| MERGER_ORREF | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORREF...more details | ||
| MERGER_ORSDL | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORSDL...more details | ||
| PRINT_ORDER | Public | |
| CALL METHOD /scmb/cl_odm_track_order=>PRINT_ORDER...more details | ||
| UPDATE_TABLE_FOR_PRINT | Private | |
| CALL METHOD /scmb/cl_odm_track_order=>UPDATE_TABLE_FOR_PRINT...more details | ||
/SCMB/CL_ODM_TRACK_ORDER 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 |
| MT_KEY_ORC | Instance Attribute | ODM: Key Management Components (Tracking) | LIKE /SCMB/ODM_KEY_ORC_STAB | Private | |
| MT_OREXT | Instance Attribute | ODM: Extension (as Reference, Sorted, Tracking) | LIKE ODM_ORE_TRACK_STAB | Private | |
| MT_OREXT_FNL | Instance Attribute | ODM: Extension (as Reference, Sorted, Tracking) | LIKE /SCMB/ODM_ORE_TRACK_STAB | Private | |
| MT_ORHDR | Instance Attribute | ODM: Order Document Header (Sorted, Tracking) | LIKE ODM_ORH_TRACK_STAB | Private | |
| MT_ORHDR_FNL | Instance Attribute | ODM: Order Document Header (Sorted, Tracking) | LIKE /SCMB/ODM_ORH_TRACK_STAB | Private | |
| MT_ORITM2 | Instance Attribute | ODM: Order Item (Double-Level Document Type, Sorted) | LIKE ODM_ORI2_TRACK_STAB | Private | |
| MT_ORITM2_FNL | Instance Attribute | ODM: Order Item (Double-Level Document Type, Sorted) | LIKE /SCMB/ODM_ORI2_TRACK_STAB | Private | |
| MT_ORITM3 | Instance Attribute | ODM: Order Item (Triple-Level Document Type, Sorted) | LIKE ODM_ORI3_TRACK_STAB | Private | |
| MT_ORITM3_FNL | Instance Attribute | ODM: Order Item (Triple-Level Document Type, Sorted) | LIKE /SCMB/ODM_ORI3_TRACK_STAB | Private | |
| MT_ORREF | Instance Attribute | ODM: Order Document Reference (Sorted) | LIKE ODM_ORR_TRACK_STAB | Private | |
| MT_ORREF_FNL | Instance Attribute | ODM: Order Document Reference (Sorted) | LIKE /SCMB/ODM_ORR_TRACK_STAB | Private | |
| MT_ORSDL | Instance Attribute | ODM: Order Document Schedule Line (Sorted) | LIKE ODM_ORS_TRACK_STAB | Private | |
| MT_ORSDL_FNL | Instance Attribute | ODM: Order Document Schedule Line (Sorted) | LIKE /SCMB/ODM_ORS_TRACK_STAB | Private | |
| MV_ORDLVLTYPE | Instance Attribute | ODM: Order Document, Hierarchy Category | LIKE /SCMB/ODM_ORDLVLTYPE | Public |
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