SAP /SCMB/CL_ODM_ORDA_CLERK OO Class - ODM: Order Data Area, Generation
/SCMB/CL_ODM_ORDA_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_ORDA_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_ORDA_CLERK is /SCMB/CL_ODM_ORDA_DATAMethod list of /SCMB/CL_ODM_ORDA_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_DATA_AREA | Activate Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_DATA_AREA...more details | ||
| ACTIVATE_SCOPE | Activate Order Data Area Assignment | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_SCOPE...more details | ||
| ACTIVATE_TABLE | Activate Table for Component | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_TABLE...more details | ||
| ACTIVATE_TABLE_SET | Activate Order Data Area Tables | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_TABLE_SET...more details | ||
| ADAPT_INDEX_DESCRIPTION | Check and Adjust the Index Definition | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ADAPT_INDEX_DESCRIPTION...more details | ||
| ADAPT_TABLE_KEY | Adjust the Key Definition of the Template Structure | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ADAPT_TABLE_KEY...more details | ||
|
| ||
| ADJUST_TABLE_DESCRIPTION | Adjust Structure Description to Existing Table | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>ADJUST_TABLE_DESCRIPTION...more details | ||
| APPEND_MESSAGE | Collect Log Messages | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>APPEND_MESSAGE...more details | ||
| APPEND_MESSAGE_DDIC | Collect ABAP Dictionary Messages | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>APPEND_MESSAGE_DDIC...more details | ||
| CHECK | Check Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK...more details | ||
| CHECK_ACTIVATABILITY | Checks Whether the Table Can Be Activated | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_ACTIVATABILITY...more details | ||
| CHECK_INDEX_UNIQUENESS | Check Tables of the Order Data Area | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_INDEX_UNIQUENESS...more details | ||
| CHECK_NAME | Checks the Name of the Order Data Type | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_NAME...more details | ||
| CHECK_SCOPE | Check Uniqueness of the Version | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_SCOPE...more details | ||
| CHECK_TABLE_EXISTENCE | Check Existence of a Table | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_EXISTENCE...more details | ||
| CHECK_TABLE_NAMESPACE | Check Namespace of a Table | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_NAMESPACE...more details | ||
| CHECK_TABLE_SET | Check Tables of the Order Data Area | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_SET...more details | ||
| CHECK_UNIQUENESS | Check Uniqueness of the Storage Tables | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_UNIQUENESS...more details | ||
| COMPARE_INDEX | Compare Data Area Index with Component Definition | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>COMPARE_INDEX...more details | ||
| COMPARE_TABLE | Compare Data Area Table with Component Structure | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>COMPARE_TABLE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CONSTRUCTOR...more details | ||
| COPY_VERSION_DEFINITION | Copy Version Definition | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>COPY_VERSION_DEFINITION...more details | ||
| CREATE_TADIR | Create TADIR Entry | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>CREATE_TADIR...more details | ||
| DELETE_TABLE | Deletes Access Structure | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>DELETE_TABLE...more details | ||
| DELETE_VERSION_DEFINITION | Copy Version Definition | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>DELETE_VERSION_DEFINITION...more details | ||
| DISABLE_INDEX | Deactivate Table of an Index | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>DISABLE_INDEX...more details | ||
| EXIST_VERSION | Checks Whether Order Data Area Exists | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>EXIST_VERSION...more details | ||
| FIND | Find Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>FIND...more details | ||
| GENERATE_DATA_AREA | Generate Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_DATA_AREA...more details | ||
| GENERATE_ORC | Generate Tables of a Component | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_ORC...more details | ||
| GENERATE_TABLE | Generate Table for Component | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_TABLE...more details | ||
| GENERATE_TABLE_SET | Generate Tables of Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_TABLE_SET...more details | ||
| GET | Deliver Order Data Area | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET...more details | ||
| GET_INDEX_DESCRIPTION | Delivers Description of Component Table Index | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_INDEX_DESCRIPTION...more details | ||
| GET_LIST | Deliver Order Data Areas for Order Type/Version | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_LIST...more details | ||
| GET_TABLE | Delivers Table of a Component and Its Description | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE...more details | ||
| GET_TABLE_DESCRIPTION | Delivers Description of Component Table | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE_DESCRIPTION...more details | ||
| GET_TABLE_NAME | Delivers Table of a Component | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE_NAME...more details | ||
| GET_TABNAME | Deliver Table of a Component | Protected |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABNAME...more details | ||
| GET_USED_BY | Checks Where an Order Data Area Is Used | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>GET_USED_BY...more details | ||
| IS_ACTIVE | Check Whether the Table Exists In 'Active' Status | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>IS_ACTIVE...more details | ||
| IS_EQUAL | Compares the Versions of an Order Data Area | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>IS_EQUAL...more details | ||
| IS_TABLESET_EQUAL | Compares the Table List | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>IS_TABLESET_EQUAL...more details | ||
| IS_USED | Checks Whether an Order Data Area Is Used | Public |
| CALL METHOD /scmb/cl_odm_orda_clerk=>IS_USED...more details | ||
| REFRESH_GENERATION_INFO | Update Generation Information | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>REFRESH_GENERATION_INFO...more details | ||
| SET_ORC | Generation Information for Mapping Is Being Written | Private |
| CALL METHOD /scmb/cl_odm_orda_clerk=>SET_ORC...more details | ||
/SCMB/CL_ODM_ORDA_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_DBSTATE_ACTIVE | Constant | ' ' | LIKE DDIXDBSTAT | Public | |
| GC_DBSTATE_DISABLED | Constant | 'O' | LIKE DDIXDBSTAT | Public | |
| GC_DDIC_PROTOCOL_ID | Constant | Log ID Activation DDIC | -42 | LIKE SYTABIX | Public |
| GC_STATE_ACTIVE | Constant | ODM: Order Data Area Active | /SCMB/CL_ODM=>GC_TRUE | LIKE /SCMB/ODM_ACTIVE | Public |
| GC_STATE_INACTIVE | Constant | ODM: Order Data Area Active | /SCMB/CL_ODM=>GC_FALSE | LIKE /SCMB/ODM_ACTIVE | Public |
| GC_STATE_UNDEFINED | Constant | ODM: Order Data Area Active | 'U' | LIKE /SCMB/ODM_ACTIVE | Public |
| GC_STRUCTURE_TRACKING | Constant | Standard Fields, Tracking | '/SCMB/ODM_HISTORY_META' | LIKE TABNAME | Public |
| GC_TABCLASS_STRUCTURE | Constant | Table Class | 'INTTAB' | LIKE TABCLASS | Public |
| GC_TABCLASS_TABLE | Constant | Table Class | 'TRANSP' | LIKE TABCLASS | Public |
| GT_ORDA | Static Attribute | ODM: Order Data Area, Instance Management | LIKE TTYPE_ORDA | Protected | |
| MO_ORDTYPE | Instance Attribute | LIKE /SCMB/CL_ODM_ORDTYPE_CLERK | Public | ||
| MT_DDIC_MSG | Instance Attribute | ODM: DDIC Message | LIKE /SCMB/ODM_DDIC_MSG_TAB | Public | |
| MT_PROTOCOL | Instance Attribute | Table with BAPI Return Information | LIKE BAPIRETTAB | Public |
/SCMB/CL_ODM_ORDA_CLERK types
LTYPE_ORDA -TTYPE_ORDA -
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