SAP /SCMB/CL_ODM_ORDTYPE OO Class - ODM: Order Data Type, Runtime









/SCMB/CL_ODM_ORDTYPE 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_ORDTYPE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMB/CL_ODM_ORDTYPE is /SCMB/CL_ODM_ORDTYPE_DATA

Method list of /SCMB/CL_ODM_ORDTYPE 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
ANNOUNCEComplete Instance ManagementProtected
CALL METHOD /scmb/cl_odm_ordtype=>ANNOUNCE...more details

CREATECreate Order Data Type in Shared MemoryProtected
CALL METHOD /scmb/cl_odm_ordtype=>CREATE...more details

CREATE_COMPONENTSCreate Components in Shared MemoryPrivate
CALL METHOD /scmb/cl_odm_ordtype=>CREATE_COMPONENTS...more details

FILTER_ORCChecks and Filters ExtensionsPublic
CALL METHOD /scmb/cl_odm_ordtype=>FILTER_ORC...more details

GETDelivers Order Data TypePublic
CALL METHOD /scmb/cl_odm_ordtype=>GET...more details

GET_ORCDelivers ExtensionPublic
CALL METHOD /scmb/cl_odm_ordtype=>GET_ORC...more details

GET_PRMFIELDDelivers Component and Field Information of a ParameterPublic
CALL METHOD /scmb/cl_odm_ordtype=>GET_PRMFIELD...more details

GET_PROGNAMEDetermine Program NamePublic
CALL METHOD /scmb/cl_odm_ordtype=>GET_PROGNAME...more details

GET_SELPRMRTAB_NAMETable Name for Parameter Selection TablePublic
CALL METHOD /scmb/cl_odm_ordtype=>GET_SELPRMRTAB_NAME...more details

GET_TSTFIELDNAMEDetermine Field Names for Time Stamp FieldPublic
CALL METHOD /scmb/cl_odm_ordtype=>GET_TSTFIELDNAME...more details

SIGN_OFFDeregister Order Data Type from Instance ManagementProtected
CALL METHOD /scmb/cl_odm_ordtype=>SIGN_OFF...more details



/SCMB/CL_ODM_ORDTYPE 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_CARDINALITY_1ConstantODM: Cardinality'1'LIKE
/SCMB/ODM_CCARDINALITY
Public
GC_CARDINALITY_NConstantODM: Cardinality'N'LIKE
/SCMB/ODM_CCARDINALITY
Public
GC_CREF_HEADERConstantODM: Component Reference TypeSPACELIKE
/SCMB/ODM_CREF
Public
GC_CREF_ITEMConstantODM: Component Reference Type'I'LIKE
/SCMB/ODM_CREF
Public
GC_CREF_SCHEDULE_LINEConstantODM: Component Reference Type'S'LIKE
/SCMB/ODM_CREF
Public
GC_DBLVL_1ConstantODM: Hierarchy Category, Database'1'LIKE
/SCMB/ODM_ORDLVLTYPEDB
Public
GC_DBLVL_2ConstantODM: Hierarchy Category, Database'2'LIKE
/SCMB/ODM_ORDLVLTYPEDB
Public
GC_DBLVL_3ConstantODM: Hierarchy Category, Database'3'LIKE
/SCMB/ODM_ORDLVLTYPEDB
Public
GC_ITMNODTYPEConstantODM: Data Element for Order Item Number'/SCMB/ODM_ITMNO_CHAR'LIKE
/SCMB/ODM_ITMNODTYPE
Public
GC_ORDNODTYPEConstantODM: Data Element for Order Number'/SCMB/ODM_ORDNO_CHAR'LIKE
/SCMB/ODM_ORDNODTYPE
Public
GC_ORLVL_1ConstantODM: Order Document, Hierarchy Category'1'LIKE
/SCMB/ODM_ORDLVLTYPE
Public
GC_ORLVL_2ConstantODM: Order Document, Hierarchy Category'2'LIKE
/SCMB/ODM_ORDLVLTYPE
Public
GC_ORLVL_3ConstantODM: Order Document, Hierarchy Category'3'LIKE
/SCMB/ODM_ORDLVLTYPE
Public
GC_PRTRDMODE_DEFConstantODM: Partner Read Mode: Header as Default'D'LIKE
/SCMB/ODM_PRTRDMODE
Public
GC_PRTRDMODE_HDRConstantODM: Partner Read Mode: Header'H'LIKE
/SCMB/ODM_PRTRDMODE
Public
GC_PRTRDMODE_INIConstantODM: Partner Read Mode: Header or Item' 'LIKE
/SCMB/ODM_PRTRDMODE
Public
GC_PRTRDMODE_ITMConstantODM: Partner Read Mode: Item'I'LIKE
/SCMB/ODM_PRTRDMODE
Public
GC_SDLNODTYPEConstantODM: Data Element for Order Schedule Line Number'/SCMB/ODM_SDLNO_CHAR'LIKE
/SCMB/ODM_SDLNODTYPE
Public
GC_SHM_CLASS_VERSIONConstantVersion Counter of Class1LIKE
/SCMB/ODM_SHM_CLASS_VERSION
Private
GT_ORDTYPEStatic AttributeInstance ManagementLIKE
TTYPE_ORDTYPE
Private
MT_ORCInstance AttributeComponents of Order Data TypeLIKE
/SCMB/ODM_ORC_ORDTYPE_STAB
Protected


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!