SAP /SCMB/CL_PB_HELPER OO Class - Package Builder Helper
/SCMB/CL_PB_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_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_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 |
| ADD_SY_MSG | Add system message | Public |
| CALL METHOD /scmb/cl_pb_helper=>ADD_SY_MSG...more details | ||
| ANALYZE_ITEMS | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_helper=>ANALYZE_ITEMS...more details | ||
| ANALYZE_RESULT | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_helper=>ANALYZE_RESULT...more details | ||
| CHECK_MATERIAL_EXIST | Check if material exists | Public |
| CALL METHOD /scmb/cl_pb_helper=>CHECK_MATERIAL_EXIST...more details | ||
| CHECK_PB_PROF_EXIST | Check if PB Profile exists | Public |
| CALL METHOD /scmb/cl_pb_helper=>CHECK_PB_PROF_EXIST...more details | ||
| CONVERT_DIMENSION | Convert Dimension | Public |
| CALL METHOD /scmb/cl_pb_helper=>CONVERT_DIMENSION...more details | ||
|
| ||
| CONVERT_ITEMS_TO_PKG_GROUPS | Convert items to package groups | Public |
| CALL METHOD /scmb/cl_pb_helper=>CONVERT_ITEMS_TO_PKG_GROUPS...more details | ||
| CONVERT_QUANTITY | Convert Quantity | Public |
| CALL METHOD /scmb/cl_pb_helper=>CONVERT_QUANTITY...more details | ||
| CONVERT_VOLUME | Convert Volume | Public |
| CALL METHOD /scmb/cl_pb_helper=>CONVERT_VOLUME...more details | ||
| CONVERT_WEIGHT | Convert Weight | Public |
| CALL METHOD /scmb/cl_pb_helper=>CONVERT_WEIGHT...more details | ||
| DETERMINE_PACKAGE_UTILIZATION | Determine Utilization of Package Item | Public |
| CALL METHOD /scmb/cl_pb_helper=>DETERMINE_PACKAGE_UTILIZATION...more details | ||
| GET_ITEM_DESCR | Get Item Description | Public |
| CALL METHOD /scmb/cl_pb_helper=>GET_ITEM_DESCR...more details | ||
| GET_RANDOM | Get random value | Protected |
| CALL METHOD /scmb/cl_pb_helper=>GET_RANDOM...more details | ||
| GET_TEST_MATERIAL | Get Test Material | Public |
| CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL...more details | ||
| GET_TEST_MATERIAL_ID | Get Test Material ID | Protected |
| CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_ID...more details | ||
| GET_TEST_MATERIAL_RANDOM | Get Test Material (Random) | Protected |
| CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_RANDOM...more details | ||
| GET_TEST_MATERIAL_STANDARD | Get Test Material (Standard) | Protected |
| CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_STANDARD...more details | ||
| GET_UOM_CONVERSION | Convert Dimension | Public |
| CALL METHOD /scmb/cl_pb_helper=>GET_UOM_CONVERSION...more details | ||
| MAP_TEST_MATERIAL | Map Test Material | Public |
| CALL METHOD /scmb/cl_pb_helper=>MAP_TEST_MATERIAL...more details | ||
/SCMB/CL_PB_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 |
| C_LAY1_UOM | Constant | 'LY1' | LIKE MEINH | Public | |
| C_LAY2_UOM | Constant | 'LY2' | LIKE MEINH | Public | |
| C_MAT1 | Constant | LIKE | Public | ||
| C_MAT10 | Constant | LIKE | Public | ||
| C_MAT11 | Constant | LIKE | Public | ||
| C_MAT12 | Constant | LIKE | Public | ||
| C_MAT13 | Constant | LIKE | Public | ||
| C_MAT2 | Constant | LIKE | Public | ||
| C_MAT3 | Constant | LIKE | Public | ||
| C_MAT4 | Constant | LIKE | Public | ||
| C_MAT5 | Constant | LIKE | Public | ||
| C_MAT6 | Constant | LIKE | Public | ||
| C_MAT7 | Constant | LIKE | Public | ||
| C_MAT8 | Constant | LIKE | Public | ||
| C_MAT9 | Constant | LIKE | Public | ||
| C_MAX_H | Constant | LIKE | Public | ||
| C_ORIENTATION_PROFILE_A | Constant | 'A' | LIKE /SCMB/MO_PROFILE_ID | Public | |
| C_PAL_MAX_H | Constant | 2000 | LIKE /SCMB/IF_PB=>TY_DIMENSION | Public | |
| C_PAL_MAX_W | Constant | 10000000 | LIKE /SCMB/IF_PB=>TY_WEIGHT | Public | |
| C_PK1 | Constant | LIKE | Public | ||
| C_PK2 | Constant | LIKE | Public | ||
| C_PL1 | Constant | LIKE | Public | ||
| C_PL2 | Constant | LIKE | Public | ||
| C_SEP_MAT1 | Constant | LIKE | Public | ||
| MT_UOM_CONV_BUF | Static Attribute | LIKE TY_T_UOM_CONV_BUF | Protected | ||
| MV_MSG | Static Attribute | LIKE STRING | Public |
/SCMB/CL_PB_HELPER types
TY_S_ITEM -TY_S_ITEM_PACKAGE_UTILIZATION - Package Utilization
TY_S_MATERIAL -
TY_S_PKG_GROUP -
TY_S_UOM_CONV_BUF -
TY_T_ITEM -
TY_T_MATERIAL -
TY_T_PKG_GROUP -
TY_T_UOM_CONV_BUF -
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