SAP /SCMB/CL_EQUIPMENT_CHECK_CUST OO Class - Check customizing of equipment
/SCMB/CL_EQUIPMENT_CHECK_CUST 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_EQUIPMENT_CHECK_CUST 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_EQUIPMENT_CHECK_CUST 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 |
| ADD_EQUI_TYPE_RES_GUID | Add the Resource GUID | Public |
| CALL METHOD /scmb/cl_equipment_check_cust=>ADD_EQUI_TYPE_RES_GUID...more details | ||
| CHECK_AXLE_GROUPS_VEH_TYPE | Check Axle Group of the vehicle types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_AXLE_GROUPS_VEH_TYPE...more details | ||
| CHECK_BEFORE_DELETE_TU_TYPE | Check before delete TU type | Public |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_BEFORE_DELETE_TU_TYPE...more details | ||
| CHECK_BEFORE_DELETE_VEH_TYPE | Check before delete vehlicle type | Public |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_BEFORE_DELETE_VEH_TYPE...more details | ||
| CHECK_CAPACITY_TU_TYPES | Check Capacity of the TU types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CAPACITY_TU_TYPES...more details | ||
| CHECK_CAPACITY_VEH_TYPE | Check Capacity of the Vehicle types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CAPACITY_VEH_TYPE...more details | ||
|
| ||
| CHECK_CONSISTENCY_TU_TYPES | Check consistency of TU types customizing | Public |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CONSISTENCY_TU_TYPES...more details | ||
| CHECK_CONSISTENCY_VEHICLE_TYPE | Check consistency of vehicle types customizing | Public |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CONSISTENCY_VEHICLE_TYPE...more details | ||
| CHECK_CUSTOMIZING_TU_TYPES | Process customizing checks for TU types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CUSTOMIZING_TU_TYPES...more details | ||
| CHECK_CUSTOMIZING_VEHICLE_TYPE | Process customizing checks for vehicle types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CUSTOMIZING_VEHICLE_TYPE...more details | ||
| CHECK_DIMENSION_FOR_UOM | Check the dimension of a measurement unit | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_DIMENSION_FOR_UOM...more details | ||
| CHECK_MTR_FITS_TO_VEH_GROUP | Check that Res. class of MTR fits to Res. class of group | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_MTR_FITS_TO_VEH_GROUP...more details | ||
| CHECK_PHYS_PROPERTIES_TU_TYPES | Check physical properties of the TU types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_PHYS_PROPERTIES_TU_TYPES...more details | ||
| CHECK_PHYS_PROPERTIES_VEH_TYPE | Check physical properties of the vehicle types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_PHYS_PROPERTIES_VEH_TYPE...more details | ||
| CHECK_TEMP_SETTINGS_TU_TYPES | Check Temperature Settings for TU Types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_TEMP_SETTINGS_TU_TYPES...more details | ||
| CHECK_TEMP_SETTINGS_VEH_TYPE | Check Temperature Settings for vehicle types | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_TEMP_SETTINGS_VEH_TYPE...more details | ||
| TYPECAST_TOTAL_AND_EXTRACT | typecasting the unstructured tables total and extract | Private |
| CALL METHOD /scmb/cl_equipment_check_cust=>TYPECAST_TOTAL_AND_EXTRACT...more details | ||
/SCMB/CL_EQUIPMENT_CHECK_CUST 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 |
| MC_CUST_EVENT_AFTER_ENTER_21 | Constant | CustEvent 21 (After Enter) | 'AFTER_ENTER_21' | LIKE STRING | Public |
| MC_CUST_EVENT_BEFORE_SAVE_01 | Constant | CustEvent 01 (Before Save) | 'BEFORE_SAVE_01' | LIKE STRING | Public |
| MC_DIMENSION_ID | Constant | LIKE | Private | ||
| MT_MTR_INFORMATION | Static Attribute | Means of Transport | LIKE T_MTR_DATA | Public | |
| MT_VEH_GRPS | Static Attribute | Vehicle Resources Groups | LIKE T_VEH_GROUPS | Public | |
| MV_VEH_TYPE | Static Attribute | Checkbox | ' ' | LIKE XFELD | Private |
/SCMB/CL_EQUIPMENT_CHECK_CUST types
S_DIMENSION_FOR_UOM -S_EXTRACT -
S_EXTRACT_VEH -
S_TOTAL -
S_TOTAL_VEH -
T_EXTRACT -
T_EXTRACT_VEH -
T_MTR_DATA -
T_TOTAL -
T_TOTAL_VEH -
T_VEH_GROUPS -
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