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 Name | Description | Visability |
| ADD_SECTION_CARGO_BODY | Add cargo body shape section | Protected |
| CALL METHOD /scmb/cl_equipment_cust=>ADD_SECTION_CARGO_BODY...more details | ||
| COMPLETE_EQUIPMENT_SECTIONS | Complete equipment section definitions | Public |
| CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_EQUIPMENT_SECTIONS...more details | ||
| COMPLETE_SECTIONS | Complete section definitions (GENERIC) | Public |
| CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTIONS...more details | ||
| COMPLETE_SECTION_CARGO_BODY | Complete cargo body shape sections | Protected |
| CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTION_CARGO_BODY...more details | ||
| COMPLETE_SECTION_SPLIT_DECK | Complete split deck sections | Protected |
| CALL METHOD /scmb/cl_equipment_cust=>COMPLETE_SECTION_SPLIT_DECK...more details | ||
| GET_EQUIPMENT_BY_PACKMAT | Get equipment data for a packaging material | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_BY_PACKMAT...more details | ||
|
| ||
| GET_EQUIPMENT_GROUPS | Get equipment group data | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_GROUPS...more details | ||
| GET_EQUIPMENT_MASS | Get equipment data | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_MASS...more details | ||
| GET_EQUIPMENT_SECTIONS | Get equipment sections | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_SECTIONS...more details | ||
| GET_EQUIPMENT_SINGLE | Get single equipment data | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_EQUIPMENT_SINGLE...more details | ||
| GET_GROUPS_BY_TYPES | Get equipment groups for specified types | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_GROUPS_BY_TYPES...more details | ||
| GET_INDIV_BY_COMB_GROUPS | Get individual resources by combination resource groups | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_GROUPS...more details | ||
| GET_INDIV_BY_COMB_GRPTYP | Get indiv. resources by combination resource groups / types | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_GRPTYP...more details | ||
| GET_INDIV_BY_COMB_TYPES | Get individual resources by combination resource types | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_INDIV_BY_COMB_TYPES...more details | ||
| GET_TYPES_BY_GROUP | Get equipment types of one group | Public |
| CALL METHOD /scmb/cl_equipment_cust=>GET_TYPES_BY_GROUP...more details | ||
| SAVE_EQUIPMENT_SECTIONS | Save equipment sections | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_ACTIVE_IND | Constant | LIKE | Public | ||
| C_SECTION_SD_TYPE | Constant | LIKE | Public | ||
| C_SECTION_TYPE | Constant | LIKE | Public | ||
| MT_BUFFER | Static Attribute | Equipment Definition Table | LIKE /SCMB/T_EQUIPMENT | Private | |
| MT_EQUI_GROUP_COMPLETE | Static Attribute | LIKE TT_EQUI_GROUP | Private | ||
| MT_EQUI_SECTION | Static Attribute | LIKE TY_T_EQUI_SECTION | Private | ||
| MT_EQUI_TYPE_COMPLETE | Static Attribute | Completely read equi types | LIKE TT_EQUI_TYPE | Private | |
| MT_MOT_ASSIGN | Static Attribute | Mode of transport assignmnets to Equipment Groups | LIKE /SCMB/T_EQUI_MOT | Private | |
| MT_NEGATIVE_BUFFER | Static Attribute | Equipment Definition Key Table | LIKE /SCMB/T_EQUIPMENT_KEY | Private | |
| MT_NO_MOT_ASSIGN | Static Attribute | Mode of transport assignmnets to Equipment Groups | LIKE /SCMB/T_EQUIPMENT_KEY | Private |
/SCMB/CL_EQUIPMENT_CUST types
TT_EQUI_GROUP - Equipment group tableTT_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