SAP /SCMB/CL_PB_DEFINITION_HELPER OO Class - Package Building Definition Helper
/SCMB/CL_PB_DEFINITION_HELPER 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_PB_DEFINITION_HELPER 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_PB_DEFINITION_HELPER 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 |
| CHECK_ALT_PKG_MAT_SEQUENCE | Check Assignment | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_ALT_PKG_MAT_SEQUENCE...more details | ||
| CHECK_ASSIGNMENTS | Check Assignment | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_ASSIGNMENTS...more details | ||
| CHECK_BUPA_KEYS | Check BUPA Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_BUPA_KEYS...more details | ||
| CHECK_EQUI_KEYS | Check Equipment Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_EQUI_KEYS...more details | ||
| CHECK_FOR_VALID_TABLE_KEY | Check for valid table key for insertion | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_FOR_VALID_TABLE_KEY...more details | ||
| CHECK_LOC_KEYS | Check Location Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_LOC_KEYS...more details | ||
|
| ||
| CHECK_MAT_KEYS | Check Material Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_KEYS...more details | ||
| CHECK_MAT_RELATIONSHIP | Check Product Relationship | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_RELATIONSHIP...more details | ||
| CHECK_MAT_REL_PROFILE | Check Product Relationship Profile | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_REL_PROFILE...more details | ||
| CHECK_MAT_REL_SETTINGS | Check Product Relationship Settings | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_MAT_REL_SETTINGS...more details | ||
| CHECK_UOM_KEYS | Check UoM Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>CHECK_UOM_KEYS...more details | ||
| GET_BUPA_KEYS | Get BUPA Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>GET_BUPA_KEYS...more details | ||
| GET_EQUI_KEYS | Get Equipment Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>GET_EQUI_KEYS...more details | ||
| GET_LOC_KEYS | Get Location Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>GET_LOC_KEYS...more details | ||
| GET_MAT_KEYS | Get Material Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>GET_MAT_KEYS...more details | ||
| GET_UOM_KEYS | Get UoM Keys | Private |
| CALL METHOD /scmb/cl_pb_definition_helper=>GET_UOM_KEYS...more details | ||
| VALIDATE_ALT_PKG_MAT_SEQUENCE | Validation Product Package Type Assignments | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_ALT_PKG_MAT_SEQUENCE...more details | ||
| VALIDATE_BPL_PKG_ASSIGNMENTS | Validation Package Type Assignments on BP/LOC level | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_BPL_PKG_ASSIGNMENTS...more details | ||
| VALIDATE_BP_PKG_ASSIGNMENTS | Validation Package Type Assignments on BP level | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_BP_PKG_ASSIGNMENTS...more details | ||
| VALIDATE_MAT_ORNT_PROFILE | Validation Product Orientation_profile | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_ORNT_PROFILE...more details | ||
| VALIDATE_MAT_REL_CONSOLIDATION | Validation Product Relationship (Consolidation) | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_CONSOLIDATION...more details | ||
| VALIDATE_MAT_REL_PROFILE | Validation Product Relationship Profile | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_PROFILE...more details | ||
| VALIDATE_MAT_REL_STACKING | Validation Product Relationship (Stacking) | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_MAT_REL_STACKING...more details | ||
| VALIDATE_PRD_PKG_ASSIGNMENTS | Validation Product Package Type Assignments | Public |
| CALL METHOD /scmb/cl_pb_definition_helper=>VALIDATE_PRD_PKG_ASSIGNMENTS...more details | ||
/SCMB/CL_PB_DEFINITION_HELPER 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 |
| SV_CHECK_LOCATION | Static Attribute | Check Location existence | LIKE BOOLE_D | Public |
/SCMB/CL_PB_DEFINITION_HELPER types
TY_S_AS_ATTRIBUTES -TY_S_EQUI -
TY_S_MATERIAL -
TY_S_REL_ATTRIBUTES -
TY_T_AS_ATTRIBUTES -
TY_T_BPL_PKG_AS -
TY_T_BP_PKG_AS -
TY_T_BUPA_KEYS -
TY_T_EQUI -
TY_T_EQUI_GROUPS -
TY_T_MATERIAL -
TY_T_REL_ATTRIBUTES -
TY_T_UOM -
TY_T_V_MAT_ORNT -
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