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 NameDescriptionVisability
ADD_EQUI_TYPE_RES_GUIDAdd the Resource GUIDPublic
CALL METHOD /scmb/cl_equipment_check_cust=>ADD_EQUI_TYPE_RES_GUID...more details

CHECK_AXLE_GROUPS_VEH_TYPECheck Axle Group of the vehicle typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_AXLE_GROUPS_VEH_TYPE...more details

CHECK_BEFORE_DELETE_TU_TYPECheck before delete TU typePublic
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_BEFORE_DELETE_TU_TYPE...more details

CHECK_BEFORE_DELETE_VEH_TYPECheck before delete vehlicle typePublic
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_BEFORE_DELETE_VEH_TYPE...more details

CHECK_CAPACITY_TU_TYPESCheck Capacity of the TU typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CAPACITY_TU_TYPES...more details

CHECK_CAPACITY_VEH_TYPECheck Capacity of the Vehicle typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CAPACITY_VEH_TYPE...more details

CHECK_CONSISTENCY_TU_TYPESCheck consistency of TU types customizingPublic
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CONSISTENCY_TU_TYPES...more details

CHECK_CONSISTENCY_VEHICLE_TYPECheck consistency of vehicle types customizingPublic
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CONSISTENCY_VEHICLE_TYPE...more details

CHECK_CUSTOMIZING_TU_TYPESProcess customizing checks for TU typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CUSTOMIZING_TU_TYPES...more details

CHECK_CUSTOMIZING_VEHICLE_TYPEProcess customizing checks for vehicle typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_CUSTOMIZING_VEHICLE_TYPE...more details

CHECK_DIMENSION_FOR_UOMCheck the dimension of a measurement unitPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_DIMENSION_FOR_UOM...more details

CHECK_MTR_FITS_TO_VEH_GROUPCheck that Res. class of MTR fits to Res. class of groupPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_MTR_FITS_TO_VEH_GROUP...more details

CHECK_PHYS_PROPERTIES_TU_TYPESCheck physical properties of the TU typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_PHYS_PROPERTIES_TU_TYPES...more details

CHECK_PHYS_PROPERTIES_VEH_TYPECheck physical properties of the vehicle typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_PHYS_PROPERTIES_VEH_TYPE...more details

CHECK_TEMP_SETTINGS_TU_TYPESCheck Temperature Settings for TU TypesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_TEMP_SETTINGS_TU_TYPES...more details

CHECK_TEMP_SETTINGS_VEH_TYPECheck Temperature Settings for vehicle typesPrivate
CALL METHOD /scmb/cl_equipment_check_cust=>CHECK_TEMP_SETTINGS_VEH_TYPE...more details

TYPECAST_TOTAL_AND_EXTRACTtypecasting the unstructured tables total and extractPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_CUST_EVENT_AFTER_ENTER_21ConstantCustEvent 21 (After Enter)'AFTER_ENTER_21'LIKE
STRING
Public
MC_CUST_EVENT_BEFORE_SAVE_01ConstantCustEvent 01 (Before Save)'BEFORE_SAVE_01'LIKE
STRING
Public
MC_DIMENSION_IDConstantLIKE
Private
MT_MTR_INFORMATIONStatic AttributeMeans of TransportLIKE
T_MTR_DATA
Public
MT_VEH_GRPSStatic AttributeVehicle Resources GroupsLIKE
T_VEH_GROUPS
Public
MV_VEH_TYPEStatic AttributeCheckbox' '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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!