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 NameDescriptionVisability
ADD_SY_MSGAdd system messagePublic
CALL METHOD /scmb/cl_pb_helper=>ADD_SY_MSG...more details

ANALYZE_ITEMSOBSOLETEProtected
CALL METHOD /scmb/cl_pb_helper=>ANALYZE_ITEMS...more details

ANALYZE_RESULTOBSOLETEProtected
CALL METHOD /scmb/cl_pb_helper=>ANALYZE_RESULT...more details

CHECK_MATERIAL_EXISTCheck if material existsPublic
CALL METHOD /scmb/cl_pb_helper=>CHECK_MATERIAL_EXIST...more details

CHECK_PB_PROF_EXISTCheck if PB Profile existsPublic
CALL METHOD /scmb/cl_pb_helper=>CHECK_PB_PROF_EXIST...more details

CONVERT_DIMENSIONConvert DimensionPublic
CALL METHOD /scmb/cl_pb_helper=>CONVERT_DIMENSION...more details

CONVERT_ITEMS_TO_PKG_GROUPSConvert items to package groupsPublic
CALL METHOD /scmb/cl_pb_helper=>CONVERT_ITEMS_TO_PKG_GROUPS...more details

CONVERT_QUANTITYConvert QuantityPublic
CALL METHOD /scmb/cl_pb_helper=>CONVERT_QUANTITY...more details

CONVERT_VOLUMEConvert VolumePublic
CALL METHOD /scmb/cl_pb_helper=>CONVERT_VOLUME...more details

CONVERT_WEIGHTConvert WeightPublic
CALL METHOD /scmb/cl_pb_helper=>CONVERT_WEIGHT...more details

DETERMINE_PACKAGE_UTILIZATIONDetermine Utilization of Package ItemPublic
CALL METHOD /scmb/cl_pb_helper=>DETERMINE_PACKAGE_UTILIZATION...more details

GET_ITEM_DESCRGet Item DescriptionPublic
CALL METHOD /scmb/cl_pb_helper=>GET_ITEM_DESCR...more details

GET_RANDOMGet random valueProtected
CALL METHOD /scmb/cl_pb_helper=>GET_RANDOM...more details

GET_TEST_MATERIALGet Test MaterialPublic
CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL...more details

GET_TEST_MATERIAL_IDGet Test Material IDProtected
CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_ID...more details

GET_TEST_MATERIAL_RANDOMGet Test Material (Random)Protected
CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_RANDOM...more details

GET_TEST_MATERIAL_STANDARDGet Test Material (Standard)Protected
CALL METHOD /scmb/cl_pb_helper=>GET_TEST_MATERIAL_STANDARD...more details

GET_UOM_CONVERSIONConvert DimensionPublic
CALL METHOD /scmb/cl_pb_helper=>GET_UOM_CONVERSION...more details

MAP_TEST_MATERIALMap Test MaterialPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_LAY1_UOMConstant'LY1'LIKE
MEINH
Public
C_LAY2_UOMConstant'LY2'LIKE
MEINH
Public
C_MAT1ConstantLIKE
Public
C_MAT10ConstantLIKE
Public
C_MAT11ConstantLIKE
Public
C_MAT12ConstantLIKE
Public
C_MAT13ConstantLIKE
Public
C_MAT2ConstantLIKE
Public
C_MAT3ConstantLIKE
Public
C_MAT4ConstantLIKE
Public
C_MAT5ConstantLIKE
Public
C_MAT6ConstantLIKE
Public
C_MAT7ConstantLIKE
Public
C_MAT8ConstantLIKE
Public
C_MAT9ConstantLIKE
Public
C_MAX_HConstantLIKE
Public
C_ORIENTATION_PROFILE_AConstant'A'LIKE
/SCMB/MO_PROFILE_ID
Public
C_PAL_MAX_HConstant2000LIKE
/SCMB/IF_PB=>TY_DIMENSION
Public
C_PAL_MAX_WConstant10000000LIKE
/SCMB/IF_PB=>TY_WEIGHT
Public
C_PK1ConstantLIKE
Public
C_PK2ConstantLIKE
Public
C_PL1ConstantLIKE
Public
C_PL2ConstantLIKE
Public
C_SEP_MAT1ConstantLIKE
Public
MT_UOM_CONV_BUFStatic AttributeLIKE
TY_T_UOM_CONV_BUF
Protected
MV_MSGStatic AttributeLIKE
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



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!