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_DATAMethod 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 Name | Description | Visability |
| ANNOUNCE | Complete Instance Management | Protected |
| CALL METHOD /scmb/cl_odm_ordtype=>ANNOUNCE...more details | ||
| CREATE | Create Order Data Type in Shared Memory | Protected |
| CALL METHOD /scmb/cl_odm_ordtype=>CREATE...more details | ||
| CREATE_COMPONENTS | Create Components in Shared Memory | Private |
| CALL METHOD /scmb/cl_odm_ordtype=>CREATE_COMPONENTS...more details | ||
| FILTER_ORC | Checks and Filters Extensions | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>FILTER_ORC...more details | ||
| GET | Delivers Order Data Type | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET...more details | ||
| GET_ORC | Delivers Extension | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET_ORC...more details | ||
|
| ||
| GET_PRMFIELD | Delivers Component and Field Information of a Parameter | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET_PRMFIELD...more details | ||
| GET_PROGNAME | Determine Program Name | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET_PROGNAME...more details | ||
| GET_SELPRMRTAB_NAME | Table Name for Parameter Selection Table | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET_SELPRMRTAB_NAME...more details | ||
| GET_TSTFIELDNAME | Determine Field Names for Time Stamp Field | Public |
| CALL METHOD /scmb/cl_odm_ordtype=>GET_TSTFIELDNAME...more details | ||
| SIGN_OFF | Deregister Order Data Type from Instance Management | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_CARDINALITY_1 | Constant | ODM: Cardinality | '1' | LIKE /SCMB/ODM_CCARDINALITY | Public |
| GC_CARDINALITY_N | Constant | ODM: Cardinality | 'N' | LIKE /SCMB/ODM_CCARDINALITY | Public |
| GC_CREF_HEADER | Constant | ODM: Component Reference Type | SPACE | LIKE /SCMB/ODM_CREF | Public |
| GC_CREF_ITEM | Constant | ODM: Component Reference Type | 'I' | LIKE /SCMB/ODM_CREF | Public |
| GC_CREF_SCHEDULE_LINE | Constant | ODM: Component Reference Type | 'S' | LIKE /SCMB/ODM_CREF | Public |
| GC_DBLVL_1 | Constant | ODM: Hierarchy Category, Database | '1' | LIKE /SCMB/ODM_ORDLVLTYPEDB | Public |
| GC_DBLVL_2 | Constant | ODM: Hierarchy Category, Database | '2' | LIKE /SCMB/ODM_ORDLVLTYPEDB | Public |
| GC_DBLVL_3 | Constant | ODM: Hierarchy Category, Database | '3' | LIKE /SCMB/ODM_ORDLVLTYPEDB | Public |
| GC_ITMNODTYPE | Constant | ODM: Data Element for Order Item Number | '/SCMB/ODM_ITMNO_CHAR' | LIKE /SCMB/ODM_ITMNODTYPE | Public |
| GC_ORDNODTYPE | Constant | ODM: Data Element for Order Number | '/SCMB/ODM_ORDNO_CHAR' | LIKE /SCMB/ODM_ORDNODTYPE | Public |
| GC_ORLVL_1 | Constant | ODM: Order Document, Hierarchy Category | '1' | LIKE /SCMB/ODM_ORDLVLTYPE | Public |
| GC_ORLVL_2 | Constant | ODM: Order Document, Hierarchy Category | '2' | LIKE /SCMB/ODM_ORDLVLTYPE | Public |
| GC_ORLVL_3 | Constant | ODM: Order Document, Hierarchy Category | '3' | LIKE /SCMB/ODM_ORDLVLTYPE | Public |
| GC_PRTRDMODE_DEF | Constant | ODM: Partner Read Mode: Header as Default | 'D' | LIKE /SCMB/ODM_PRTRDMODE | Public |
| GC_PRTRDMODE_HDR | Constant | ODM: Partner Read Mode: Header | 'H' | LIKE /SCMB/ODM_PRTRDMODE | Public |
| GC_PRTRDMODE_INI | Constant | ODM: Partner Read Mode: Header or Item | ' ' | LIKE /SCMB/ODM_PRTRDMODE | Public |
| GC_PRTRDMODE_ITM | Constant | ODM: Partner Read Mode: Item | 'I' | LIKE /SCMB/ODM_PRTRDMODE | Public |
| GC_SDLNODTYPE | Constant | ODM: Data Element for Order Schedule Line Number | '/SCMB/ODM_SDLNO_CHAR' | LIKE /SCMB/ODM_SDLNODTYPE | Public |
| GC_SHM_CLASS_VERSION | Constant | Version Counter of Class | 1 | LIKE /SCMB/ODM_SHM_CLASS_VERSION | Private |
| GT_ORDTYPE | Static Attribute | Instance Management | LIKE TTYPE_ORDTYPE | Private | |
| MT_ORC | Instance Attribute | Components of Order Data Type | LIKE /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