SAP /SCMB/CL_ODM_ORC_CLERK OO Class - ODM: Order Component, Generation
/SCMB/CL_ODM_ORC_CLERK 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_ORC_CLERK 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_ORC_CLERK is /SCMB/CL_ODM_ORC_DATAMethod list of /SCMB/CL_ODM_ORC_CLERK 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 |
| ACTIVATE | Activate a Component Definition | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>ACTIVATE...more details | ||
| APPEND_MESSAGE | Collect Log Messages | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>APPEND_MESSAGE...more details | ||
| CHECK | Checks Definition of a Component | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK...more details | ||
| CHECK_INDEX | Checks Definition of Index | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK_INDEX...more details | ||
| CHECK_NAME | Checks the Name of the Order Data Type | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK_NAME...more details | ||
| CHECK_STRUCTURE | Checks Structure | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK_STRUCTURE...more details | ||
|
| ||
| CHECK_STRUCTURE_FIELDS | Checks Fields of Structure | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK_STRUCTURE_FIELDS...more details | ||
| CHECK_STRUCTURE_KEY | Checks Key Definition of Structure | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CHECK_STRUCTURE_KEY...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CLASS_CONSTRUCTOR...more details | ||
| COMPARE_STRUCTURE | Compares Definition of Other DDIC Structures | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>COMPARE_STRUCTURE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CONSTRUCTOR...more details | ||
| CREATE_TADIR | Create TADIR Entry | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CREATE_TADIR...more details | ||
| CREATE_TMP | Creates Components Temporarily | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>CREATE_TMP...more details | ||
| DECOMPOSE_STRUCTURE | Split Complete Structure Description into Substructures | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>DECOMPOSE_STRUCTURE...more details | ||
| DELETE_GENERATED | Deletes the Runtime Object of a Component | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>DELETE_GENERATED...more details | ||
| DELETE_STRUCTURE | Generates Access Code for Mapping | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>DELETE_STRUCTURE...more details | ||
| GENERATE | Create Runtime Objects of Components | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GENERATE...more details | ||
| GENERATE_STRUCTURE | Create Access Structure and Table Type for Mapping | Protected |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GENERATE_STRUCTURE...more details | ||
| GET | Delivers Components | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET...more details | ||
| GET_LIST | Delivers List of Defined Components | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_LIST...more details | ||
| GET_STRUCTURE | Delivers Description and Structure of Component | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_STRUCTURE...more details | ||
| GET_STRUCTURE_DESCRIPTION | Delivers Structure of Component | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_STRUCTURE_DESCRIPTION...more details | ||
| GET_STRUCTURE_NAME | Delivers the (Internal) Description of Component | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_STRUCTURE_NAME...more details | ||
| GET_TTYPE_DESCRIPTION | Delivers Structure of Table Type of Component | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_TTYPE_DESCRIPTION...more details | ||
| GET_USED_BY | Checks Where a Component Is Used | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>GET_USED_BY...more details | ||
| INIT_BUFFER | Initialization of Buffer Tables | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>INIT_BUFFER...more details | ||
| IS_EQUAL | Compares the Versions of a Component | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>IS_EQUAL...more details | ||
| IS_EXISTING | Check Whether Structure Exists | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>IS_EXISTING...more details | ||
| IS_STANDARD_STRUCTURE | Checks Whether the Structure Is Standard | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>IS_STANDARD_STRUCTURE...more details | ||
| IS_USED | Checks Where a Component Is Used | Public |
| CALL METHOD /scmb/cl_odm_orc_clerk=>IS_USED...more details | ||
| REFRESH_GENERATION_INFO | Update Generation Information | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>REFRESH_GENERATION_INFO...more details | ||
| SET_STRUCTURE | Generation Information for Mapping Is Being Written | Private |
| CALL METHOD /scmb/cl_odm_orc_clerk=>SET_STRUCTURE...more details | ||
/SCMB/CL_ODM_ORC_CLERK 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_DDIC_PROTOCOL_ID | Constant | Log ID Activation ABAP Dictionary | -42 | LIKE SYTABIX | Public |
| GC_FCT_EEW_STRUCTURE_INFO | Instance Attribute | LIKE | Private | ||
| GC_FLD_HISTNO | Constant | Field Obsolete | 'HISTNO' | LIKE FIELDNAME | Private |
| GC_IDX_MAX_WIDTH | Constant | Maximum Index Width | 255 | LIKE I | Public |
| GC_INCLUDE | Instance Attribute | LIKE | Private | ||
| GC_INCLUDE_APPEND | Instance Attribute | LIKE | Private | ||
| GC_INCLUDE_POSTFIX | Instance Attribute | LIKE | Private | ||
| GC_INCLUDE_POSTFIX_START | Instance Attribute | LIKE | Private | ||
| GC_INCLUDE_START | Instance Attribute | LIKE | Private | ||
| GC_PATTERN_ADMIN | Constant | Table Name | '/SCMB/ODM_ADMIN_DATA' | LIKE TABNAME | Public |
| GC_PATTERN_ID | Constant | Table Name | '/SCMB/ODM_PATTERN_ID' | LIKE TABNAME | Public |
| GT_ORC | Static Attribute | ODM: Order Component, Instance Management | LIKE TTYPE_ORC | Private | |
| GT_ORCIND | Static Attribute | ODM: Order Component, Index Definition | LIKE TTYPE_ORCIND | Private | |
| GT_ORCINDDEF | Static Attribute | ODM: Order Component, Index | LIKE TTYPE_ORCINDDEF | Private | |
| GT_ORCOMP | Static Attribute | ODM: Order Component, Sorted | LIKE /SCMB/ODM_ORCOMP_STAB | Private | |
| GT_ORCPRM | Static Attribute | ODM: Order Components, Parameter | LIKE TTYPE_ORCPRM | Private | |
| GV_EEW_ENABLED | Static Attribute | 'Easy Extension Workbench' Check Possible | LIKE XFELD | Private | |
| MT_PROTOCOL | Instance Attribute | Table with BAPI Return Information | LIKE BAPIRETTAB | 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