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 NameDescriptionVisability
ADAPT_CORE_SCOPEAdjust Tables to Be Read for Core ComponentsPrivate
CALL METHOD /scmb/cl_odmo=>ADAPT_CORE_SCOPE...more details

ADAPT_SCOPE_COMPLETENESSAdjust Tables to Be Read for Core ComponentsPrivate
CALL METHOD /scmb/cl_odmo=>ADAPT_SCOPE_COMPLETENESS...more details

APPEND_COMPONENTEnhance Data of Components in Extension TablePrivate
CALL METHOD /scmb/cl_odmo=>APPEND_COMPONENT...more details

CLEARDelete Data of an Order Document ObjectProtected
CALL METHOD /scmb/cl_odmo=>CLEAR...more details

COMPLETEComplete Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>COMPLETE...more details

CONSTRUCTORConstructorPublic
CALL METHOD /scmb/cl_odmo=>CONSTRUCTOR...more details

COPYCopies Data of an Order ObjectPrivate
CALL METHOD /scmb/cl_odmo=>COPY...more details

CREATECreate Order Document ObjectsProtected
CALL METHOD /scmb/cl_odmo=>CREATE...more details

DELETEDelete Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>DELETE...more details

DROPDiscard Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>DROP...more details

FORGETDeletes Object from ManagementProtected
CALL METHOD /scmb/cl_odmo=>FORGET...more details

FORGET_ALLDeletes Object ManagementProtected
CALL METHOD /scmb/cl_odmo=>FORGET_ALL...more details

GET_CHGDeliver Changed Order Document DataProtected
CALL METHOD /scmb/cl_odmo=>GET_CHG...more details

GET_CHG_COREDeliver Changed Order Document Data, Core ComponentPrivate
CALL METHOD /scmb/cl_odmo=>GET_CHG_CORE...more details

GET_CHG_EXTENSIONDeliver Changed Order Document Data, ExtensionPrivate
CALL METHOD /scmb/cl_odmo=>GET_CHG_EXTENSION...more details

GET_CHG_MAPPINGDeliver Changed Order Document Data, MappingPrivate
CALL METHOD /scmb/cl_odmo=>GET_CHG_MAPPING...more details

GET_CHG_REFERENCEDeliver Changed Order Document Data, ReferencesPrivate
CALL METHOD /scmb/cl_odmo=>GET_CHG_REFERENCE...more details

GET_IDDelivers ORDID, ITMID and SDLIDProtected
CALL METHOD /scmb/cl_odmo=>GET_ID...more details

GET_SCOPEDelivers Reserved Components of an Order Document ObjectPrivate
CALL METHOD /scmb/cl_odmo=>GET_SCOPE...more details

INIT_ORTYPEInitialization of Order Document TypesPrivate
CALL METHOD /scmb/cl_odmo=>INIT_ORTYPE...more details

IS_CORRECT_CREFDelivers the Hierarchy Level of a ComponentPrivate
CALL METHOD /scmb/cl_odmo=>IS_CORRECT_CREF...more details

IS_CORRECT_DATATYPEChecks Whether Parameter Has Core StructurePrivate
CALL METHOD /scmb/cl_odmo=>IS_CORRECT_DATATYPE...more details

LOCKLock Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>LOCK...more details

READRead Order Documents to Buffer (from Database)Protected
CALL METHOD /scmb/cl_odmo=>READ...more details

READ_BY_IDRead and Instantiate Order DocumentsProtected
CALL METHOD /scmb/cl_odmo=>READ_BY_ID...more details

READ_BY_REFERENCERead Order Documents to Buffer (from Database)Protected
CALL METHOD /scmb/cl_odmo=>READ_BY_REFERENCE...more details

REFRESHReimport Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>REFRESH...more details

SETChange Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>SET...more details

SET_COMPONENTTrabsfer Data to Order Document ObjectPrivate
CALL METHOD /scmb/cl_odmo=>SET_COMPONENT...more details

SET_COREChange Order Document, Core ComponentPrivate
CALL METHOD /scmb/cl_odmo=>SET_CORE...more details

SET_EXTENSIONChange Order Document, ExtensionPrivate
CALL METHOD /scmb/cl_odmo=>SET_EXTENSION...more details

SET_MAPPINGChange Order Document, MappingPrivate
CALL METHOD /scmb/cl_odmo=>SET_MAPPING...more details

SET_REFERENCEChange Order Document, ReferencesPrivate
CALL METHOD /scmb/cl_odmo=>SET_REFERENCE...more details

SNAPSHOTCreate Snapshot of an Order DocumentPublic
CALL METHOD /scmb/cl_odmo=>SNAPSHOT...more details

TRANSFERTransfer DataPrivate
CALL METHOD /scmb/cl_odmo=>TRANSFER...more details

TRANSFER_COMPONENTTransfer Data of a Component/ExtensionPrivate
CALL METHOD /scmb/cl_odmo=>TRANSFER_COMPONENT...more details

TRANSFER_MAPPINGTransfer Mapping DataPrivate
CALL METHOD /scmb/cl_odmo=>TRANSFER_MAPPING...more details

TRANSFER_REFERENCETransfer Reference DataPrivate
CALL METHOD /scmb/cl_odmo=>TRANSFER_REFERENCE...more details

UNDOReplace Order Document with SnapshotPublic
CALL METHOD /scmb/cl_odmo=>UNDO...more details

UNLOCKRemove Lock on an Order DocumentPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_MODE_APPENDConstantEnhance Order Objects' 'LIKE
/SCMB/ODM_FLG_MODE
Public
GC_MODE_CREATEConstantCreate Order Objects'C'LIKE
/SCMB/ODM_FLG_MODE
Public
GC_MODE_REFRESHConstantCreate Order Objects'R'LIKE
/SCMB/ODM_FLG_MODE
Public
GO_ACT_ORCStatic AttributeInstance of Component Last UsedLIKE
/SCMB/CL_ODM_ORC
Private
GO_ACT_ORTYPEStatic AttributeInstance of Order Document Type Last UsedLIKE
/SCMB/CL_ODM_ORTYPE
Private
GT_INDEXInstance AttributeLIKE
Private
MO_OOBJ_ORIGINALInstance AttributeLIKE
Private
MO_SUPERIORInstance AttributeLIKE
Private
MS_COREInstance AttributeLIKE
Private
MS_MAPInstance AttributeLIKE
Private
MT_EXTInstance AttributeLIKE
Private
MT_INFERIORInstance AttributeLIKE
Private
MT_MAPInstance AttributeODM: Mapping (Triple-Level Document Type, Sorted)LIKE
/SCMB/ODM_ORM3_STAB
Public
MT_REFInstance AttributeLIKE
Private
MT_REFERENCEInstance AttributeLIKE
Private
MV_CREFInstance AttributeLIKE
Private
MV_IDInstance AttributeLIKE
Private
MV_OBJCHGInstance AttributeLIKE
Private
MV_ORTYPEInstance AttributeLIKE
Private
MV_VRSIOIDInstance AttributeLIKE
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



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!