SAP /SCMB/CL_ODM_DATA OO Class - ODM: Order Document Management, Administration
/SCMB/CL_ODM_DATA 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_DATA 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_DATA 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 |
| ADAPT_COPY_DATA | Adjust Data to Be Copied | Private |
| CALL METHOD /scmb/cl_odm_data=>ADAPT_COPY_DATA...more details | ||
| BUILD_WORKLIST | Group Order Documents by Data Area | Private |
| CALL METHOD /scmb/cl_odm_data=>BUILD_WORKLIST...more details | ||
| CHECK | Checks Consistency of an Order Document Type | Public |
| CALL METHOD /scmb/cl_odm_data=>CHECK...more details | ||
| CHECK_COMPLETENESS | Checks Completeness of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_COMPLETENESS...more details | ||
| CHECK_COMPONENT | Consistency Check of a Component | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_COMPONENT...more details | ||
| CHECK_COMPONENT_MAPPING | Consistency Check of Mapping Component | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_COMPONENT_MAPPING...more details | ||
|
| ||
| CHECK_CONSISTENCY | Checks Consistency of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_CONSISTENCY...more details | ||
| CHECK_KEY_INITIAL | Checks Key Fields of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_KEY_INITIAL...more details | ||
| CHECK_KEY_UNIQUENESS | Checks Key Fields of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_KEY_UNIQUENESS...more details | ||
| CHECK_REFERENCE | Checks Consistency of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_REFERENCE...more details | ||
| CHECK_TABLE | Read Table, Selection by IDs | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_TABLE...more details | ||
| CHECK_TABLE_KEY | Read Table, Selection by IDs | Private |
| CALL METHOD /scmb/cl_odm_data=>CHECK_TABLE_KEY...more details | ||
| COPY | Copies Order Document Data from One Version into Another | Public |
| CALL METHOD /scmb/cl_odm_data=>COPY...more details | ||
| COPY_VERSION_BLOCK | Copies Order Document Data from One Version into Another | Private |
| CALL METHOD /scmb/cl_odm_data=>COPY_VERSION_BLOCK...more details | ||
| DELETE | Delete Version (No ROLLBACK Possible) | Public |
| CALL METHOD /scmb/cl_odm_data=>DELETE...more details | ||
| DELETE_DATA_BY_VRSIOID | Delete Version of an Order Document Type | Private |
| CALL METHOD /scmb/cl_odm_data=>DELETE_DATA_BY_VRSIOID...more details | ||
| MAP_TRACKING | Map historical data to strucured format by component | Private |
| CALL METHOD /scmb/cl_odm_data=>MAP_TRACKING...more details | ||
| MOVE | Copies Extension Table | Private |
| CALL METHOD /scmb/cl_odm_data=>MOVE...more details | ||
| READ_BY_ORTYPE | Read Component Table, Selection by IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm_data=>READ_BY_ORTYPE...more details | ||
| READ_COMPONENT | Read Extension Table, Selection by IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm_data=>READ_COMPONENT...more details | ||
/SCMB/CL_ODM_DATA 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_BLOCKSIZE | Constant | Block Size | 1000 | LIKE I | Public |
| GC_CHECK_DOWNWARD | Constant | Check Downwards | 'D' | LIKE FLAG | Private |
| GC_CHECK_UPWARD | Constant | Check Upwards | 'U' | LIKE FLAG | 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