SAP /SCMB/CL_ODM_UPD OO Class - ODM: Order Document Admin., Update









/SCMB/CL_ODM_UPD 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_UPD 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_UPD 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
BUILD_COMPProtected
CALL METHOD /scmb/cl_odm_upd=>BUILD_COMP...more details

CHECK_KEYCheck Key Fields of a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>CHECK_KEY...more details

CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD /scmb/cl_odm_upd=>CLASS_CONSTRUCTOR...more details

COPYUpdate Copies of Order Document DataPublic
CALL METHOD /scmb/cl_odm_upd=>COPY...more details

DELETE_BY_IDDelete Order Document DataPublic
CALL METHOD /scmb/cl_odm_upd=>DELETE_BY_ID...more details

DELETE_BY_ID_TRACKINGPrivate
CALL METHOD /scmb/cl_odm_upd=>DELETE_BY_ID_TRACKING...more details

DELETE_DEPENDENTDelete Dependent Entries in a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>DELETE_DEPENDENT...more details

DELETE_MAPPINGDelete Order Document DataProtected
CALL METHOD /scmb/cl_odm_upd=>DELETE_MAPPING...more details

DELETE_TABLEDelete in a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>DELETE_TABLE...more details

GENERATE_STRUCTURECreate Reduced StructurePrivate
CALL METHOD /scmb/cl_odm_upd=>GENERATE_STRUCTURE...more details

GENERATE_TABLETYPECreate Structure Category DescriptionPrivate
CALL METHOD /scmb/cl_odm_upd=>GENERATE_TABLETYPE...more details

GET_TRACKING_DATADelivers Order Document, Current StatusPrivate
CALL METHOD /scmb/cl_odm_upd=>GET_TRACKING_DATA...more details

GROUP_BY_ORDAGroup Order Documents by Order Data AreaPrivate
CALL METHOD /scmb/cl_odm_upd=>GROUP_BY_ORDA...more details

GROUP_NEW_ORDAGroup Order Documents by Order Data AreaPrivate
CALL METHOD /scmb/cl_odm_upd=>GROUP_NEW_ORDA...more details

GROUP_TABLEGroup Table by Order Data AreaPrivate
CALL METHOD /scmb/cl_odm_upd=>GROUP_TABLE...more details

IS_COMPLETE_KEYCheck Whether all Key IDs Are TakenPrivate
CALL METHOD /scmb/cl_odm_upd=>IS_COMPLETE_KEY...more details

SELECT_DEPENDENTSelects Dependent EntriesPrivate
CALL METHOD /scmb/cl_odm_upd=>SELECT_DEPENDENT...more details

SELECT_DEPENDENT_FOR_DELETIONSelect Dependent Entries to Be DeletedPrivate
CALL METHOD /scmb/cl_odm_upd=>SELECT_DEPENDENT_FOR_DELETION...more details

SET_ADMINISTRATIVE_DATASet Administration Data of Order DocumentsPrivate
CALL METHOD /scmb/cl_odm_upd=>SET_ADMINISTRATIVE_DATA...more details

SET_TABLE_ADMIN_DATASet Administration Data in a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>SET_TABLE_ADMIN_DATA...more details

UPDATEUpdate Order Document DataPublic
CALL METHOD /scmb/cl_odm_upd=>UPDATE...more details

UPDATE_DBUpdate Order Document Data (Internal)Private
CALL METHOD /scmb/cl_odm_upd=>UPDATE_DB...more details

UPDATE_DB_TRACKINGUpdate Order Document Data (Internal)Private
CALL METHOD /scmb/cl_odm_upd=>UPDATE_DB_TRACKING...more details

UPDATE_TABLEUpdate a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>UPDATE_TABLE...more details

UPDATE_TABLE_TRACKINGUpdate a TablePrivate
CALL METHOD /scmb/cl_odm_upd=>UPDATE_TABLE_TRACKING...more details



/SCMB/CL_ODM_UPD 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_DEF_DEL_BLK_SIZEConstantDefault Block Size for Deletion100LIKE
SYTABIX
Public
GC_MAX_DEL_BLK_SIZEConstantMaximum Block Size for Deletion10000LIKE
SYTABIX
Public
GMV_VRSIONOStatic AttributeVersion ID ConversionLIKE
CHAR32
Private
GV_DEL_BLK_SIZEStatic AttributeBlock Size for DeletionLIKE
SYTABIX
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!