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 NameDescriptionVisability
CLEAR_EXTPublic
CALL METHOD /scmb/cl_odm_track_order=>CLEAR_EXT...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_odm_track_order=>CONSTRUCTOR...more details

COPY_ORDERCopy actual state of the order into new order's final tablesPrivate
CALL METHOD /scmb/cl_odm_track_order=>COPY_ORDER...more details

GET_FIN_TABLESPublic
CALL METHOD /scmb/cl_odm_track_order=>GET_FIN_TABLES...more details

GET_ORDERPublic
CALL METHOD /scmb/cl_odm_track_order=>GET_ORDER...more details

MERGERPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER...more details

MERGER_OREXTPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER_OREXT...more details

MERGER_ORHDRPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORHDR...more details

MERGER_ORITMPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORITM...more details

MERGER_ORREFPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORREF...more details

MERGER_ORSDLPublic
CALL METHOD /scmb/cl_odm_track_order=>MERGER_ORSDL...more details

PRINT_ORDERPublic
CALL METHOD /scmb/cl_odm_track_order=>PRINT_ORDER...more details

UPDATE_TABLE_FOR_PRINTPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_KEY_ORCInstance AttributeODM: Key Management Components (Tracking)LIKE
/SCMB/ODM_KEY_ORC_STAB
Private
MT_OREXTInstance AttributeODM: Extension (as Reference, Sorted, Tracking)LIKE
ODM_ORE_TRACK_STAB
Private
MT_OREXT_FNLInstance AttributeODM: Extension (as Reference, Sorted, Tracking)LIKE
/SCMB/ODM_ORE_TRACK_STAB
Private
MT_ORHDRInstance AttributeODM: Order Document Header (Sorted, Tracking)LIKE
ODM_ORH_TRACK_STAB
Private
MT_ORHDR_FNLInstance AttributeODM: Order Document Header (Sorted, Tracking)LIKE
/SCMB/ODM_ORH_TRACK_STAB
Private
MT_ORITM2Instance AttributeODM: Order Item (Double-Level Document Type, Sorted)LIKE
ODM_ORI2_TRACK_STAB
Private
MT_ORITM2_FNLInstance AttributeODM: Order Item (Double-Level Document Type, Sorted)LIKE
/SCMB/ODM_ORI2_TRACK_STAB
Private
MT_ORITM3Instance AttributeODM: Order Item (Triple-Level Document Type, Sorted)LIKE
ODM_ORI3_TRACK_STAB
Private
MT_ORITM3_FNLInstance AttributeODM: Order Item (Triple-Level Document Type, Sorted)LIKE
/SCMB/ODM_ORI3_TRACK_STAB
Private
MT_ORREFInstance AttributeODM: Order Document Reference (Sorted)LIKE
ODM_ORR_TRACK_STAB
Private
MT_ORREF_FNLInstance AttributeODM: Order Document Reference (Sorted)LIKE
/SCMB/ODM_ORR_TRACK_STAB
Private
MT_ORSDLInstance AttributeODM: Order Document Schedule Line (Sorted)LIKE
ODM_ORS_TRACK_STAB
Private
MT_ORSDL_FNLInstance AttributeODM: Order Document Schedule Line (Sorted)LIKE
/SCMB/ODM_ORS_TRACK_STAB
Private
MV_ORDLVLTYPEInstance AttributeODM: Order Document, Hierarchy CategoryLIKE
/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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!