SAP /SCMB/CL_ODM_UPD OO Class - ODM: Order Document Admin., Update
/SCMB/CL_ODM_UPD 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_UPD 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_UPD 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 |
| BUILD_COMP | Protected | |
| CALL METHOD /scmb/cl_odm_upd=>BUILD_COMP...more details | ||
| CHECK_KEY | Check Key Fields of a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>CHECK_KEY...more details | ||
| CLASS_CONSTRUCTOR | Class Constructor | Public |
| CALL METHOD /scmb/cl_odm_upd=>CLASS_CONSTRUCTOR...more details | ||
| COPY | Update Copies of Order Document Data | Public |
| CALL METHOD /scmb/cl_odm_upd=>COPY...more details | ||
| DELETE_BY_ID | Delete Order Document Data | Public |
| CALL METHOD /scmb/cl_odm_upd=>DELETE_BY_ID...more details | ||
| DELETE_BY_ID_TRACKING | Private | |
| CALL METHOD /scmb/cl_odm_upd=>DELETE_BY_ID_TRACKING...more details | ||
|
| ||
| DELETE_DEPENDENT | Delete Dependent Entries in a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>DELETE_DEPENDENT...more details | ||
| DELETE_MAPPING | Delete Order Document Data | Protected |
| CALL METHOD /scmb/cl_odm_upd=>DELETE_MAPPING...more details | ||
| DELETE_TABLE | Delete in a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>DELETE_TABLE...more details | ||
| GENERATE_STRUCTURE | Create Reduced Structure | Private |
| CALL METHOD /scmb/cl_odm_upd=>GENERATE_STRUCTURE...more details | ||
| GENERATE_TABLETYPE | Create Structure Category Description | Private |
| CALL METHOD /scmb/cl_odm_upd=>GENERATE_TABLETYPE...more details | ||
| GET_TRACKING_DATA | Delivers Order Document, Current Status | Private |
| CALL METHOD /scmb/cl_odm_upd=>GET_TRACKING_DATA...more details | ||
| GROUP_BY_ORDA | Group Order Documents by Order Data Area | Private |
| CALL METHOD /scmb/cl_odm_upd=>GROUP_BY_ORDA...more details | ||
| GROUP_NEW_ORDA | Group Order Documents by Order Data Area | Private |
| CALL METHOD /scmb/cl_odm_upd=>GROUP_NEW_ORDA...more details | ||
| GROUP_TABLE | Group Table by Order Data Area | Private |
| CALL METHOD /scmb/cl_odm_upd=>GROUP_TABLE...more details | ||
| IS_COMPLETE_KEY | Check Whether all Key IDs Are Taken | Private |
| CALL METHOD /scmb/cl_odm_upd=>IS_COMPLETE_KEY...more details | ||
| SELECT_DEPENDENT | Selects Dependent Entries | Private |
| CALL METHOD /scmb/cl_odm_upd=>SELECT_DEPENDENT...more details | ||
| SELECT_DEPENDENT_FOR_DELETION | Select Dependent Entries to Be Deleted | Private |
| CALL METHOD /scmb/cl_odm_upd=>SELECT_DEPENDENT_FOR_DELETION...more details | ||
| SET_ADMINISTRATIVE_DATA | Set Administration Data of Order Documents | Private |
| CALL METHOD /scmb/cl_odm_upd=>SET_ADMINISTRATIVE_DATA...more details | ||
| SET_TABLE_ADMIN_DATA | Set Administration Data in a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>SET_TABLE_ADMIN_DATA...more details | ||
| UPDATE | Update Order Document Data | Public |
| CALL METHOD /scmb/cl_odm_upd=>UPDATE...more details | ||
| UPDATE_DB | Update Order Document Data (Internal) | Private |
| CALL METHOD /scmb/cl_odm_upd=>UPDATE_DB...more details | ||
| UPDATE_DB_TRACKING | Update Order Document Data (Internal) | Private |
| CALL METHOD /scmb/cl_odm_upd=>UPDATE_DB_TRACKING...more details | ||
| UPDATE_TABLE | Update a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>UPDATE_TABLE...more details | ||
| UPDATE_TABLE_TRACKING | Update a Table | Private |
| CALL METHOD /scmb/cl_odm_upd=>UPDATE_TABLE_TRACKING...more details | ||
/SCMB/CL_ODM_UPD 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_DEF_DEL_BLK_SIZE | Constant | Default Block Size for Deletion | 100 | LIKE SYTABIX | Public |
| GC_MAX_DEL_BLK_SIZE | Constant | Maximum Block Size for Deletion | 10000 | LIKE SYTABIX | Public |
| GMV_VRSIONO | Static Attribute | Version ID Conversion | LIKE CHAR32 | Private | |
| GV_DEL_BLK_SIZE | Static Attribute | Block Size for Deletion | LIKE SYTABIX | 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