SAP /SCMB/CL_EQUIPMENT_CUST OO Class - Equipment customizing toolset









/SCMB/CL_EQUIPMENT_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_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_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_SECTION_CARGO_BODYAdd cargo body shape sectionProtected
CALL METHOD /scmb/cl_equipment_cust=>ADD_SECTION_CARGO_BODY...more details

COMPLETE_EQUIPMENT_SECTIONSComplete equipment section definitionsPublic
CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_EQUIPMENT_SECTIONS...more details

COMPLETE_SECTIONSComplete section definitions (GENERIC)Public
CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTIONS...more details

COMPLETE_SECTION_CARGO_BODYComplete cargo body shape sectionsProtected
CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTION_CARGO_BODY...more details

COMPLETE_SECTION_SPLIT_DECKComplete split deck sectionsProtected
CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTION_SPLIT_DECK...more details

GET_EQUIPMENT_BY_PACKMATGet equipment data for a packaging materialPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_BY_PACKMAT...more details

GET_EQUIPMENT_GROUPSGet equipment group dataPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_GROUPS...more details

GET_EQUIPMENT_MASSGet equipment dataPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_MASS...more details

GET_EQUIPMENT_SECTIONSGet equipment sectionsPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_SECTIONS...more details

GET_EQUIPMENT_SINGLEGet single equipment dataPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_SINGLE...more details

GET_GROUPS_BY_TYPESGet equipment groups for specified typesPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_GROUPS_BY_TYPES...more details

GET_INDIV_BY_COMB_GROUPSGet individual resources by combination resource groupsPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_GROUPS...more details

GET_INDIV_BY_COMB_GRPTYPGet indiv. resources by combination resource groups / typesPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_GRPTYP...more details

GET_INDIV_BY_COMB_TYPESGet individual resources by combination resource typesPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_TYPES...more details

GET_TYPES_BY_GROUPGet equipment types of one groupPublic
CALL METHOD /scmb/cl_equipment_cust=>GET_TYPES_BY_GROUP...more details

SAVE_EQUIPMENT_SECTIONSSave equipment sectionsPublic
CALL METHOD /scmb/cl_equipment_cust=>SAVE_EQUIPMENT_SECTIONS...more details



/SCMB/CL_EQUIPMENT_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
C_ACTIVE_INDConstantLIKE
Public
C_SECTION_SD_TYPEConstantLIKE
Public
C_SECTION_TYPEConstantLIKE
Public
MT_BUFFERStatic AttributeEquipment Definition TableLIKE
/SCMB/T_EQUIPMENT
Private
MT_EQUI_GROUP_COMPLETEStatic AttributeLIKE
TT_EQUI_GROUP
Private
MT_EQUI_SECTIONStatic AttributeLIKE
TY_T_EQUI_SECTION
Private
MT_EQUI_TYPE_COMPLETEStatic AttributeCompletely read equi typesLIKE
TT_EQUI_TYPE
Private
MT_MOT_ASSIGNStatic AttributeMode of transport assignmnets to Equipment GroupsLIKE
/SCMB/T_EQUI_MOT
Private
MT_NEGATIVE_BUFFERStatic AttributeEquipment Definition Key TableLIKE
/SCMB/T_EQUIPMENT_KEY
Private
MT_NO_MOT_ASSIGNStatic AttributeMode of transport assignmnets to Equipment GroupsLIKE
/SCMB/T_EQUIPMENT_KEY
Private




/SCMB/CL_EQUIPMENT_CUST types

TT_EQUI_GROUP - Equipment group table
TT_EQUI_TYPE - Equipment type table
TY_EQUI_TYPE -
TY_S_SECTION - Section
TY_S_SECTION_DATA - Section Data
TY_S_SECTION_REF - Section reference
TY_T_EQUI_SECTION -
TY_T_SECTION - Table of Sections
TY_T_SECTION_DATA - Table of Section Data
TY_T_SECTION_REF - Table of section references

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!