SAP /SCMB/CL_PB_PBO OO Class - Package Builder Optimizer









/SCMB/CL_PB_PBO 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_PBO including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_PB_PBO

Method list of /SCMB/CL_PB_PBO 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_MAPPING_IDAdd mapping ID PBO ID <-> Product IDProtected
CALL METHOD /scmb/cl_pb_pbo=>ADD_MAPPING_ID...more details

ADD_SY_MSGAdd system messageProtected
CALL METHOD /scmb/cl_pb_pbo=>ADD_SY_MSG...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_pb_pbo=>CONSTRUCTOR...more details

DETERMINE_IF_CHILD_IN_PRPDetermine if child in product hierarchy is in PRPProtected
CALL METHOD /scmb/cl_pb_pbo=>DETERMINE_IF_CHILD_IN_PRP...more details

DETERMINE_PRODUCT_GROUPSOBSOLETEProtected
CALL METHOD /scmb/cl_pb_pbo=>DETERMINE_PRODUCT_GROUPS...more details

DET_DEFAULT_ORIENTATION_PRFDetermine default orientation profileProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_DEFAULT_ORIENTATION_PRF...more details

DET_GROUPS_AND_INCOMPDetermine Groups and IncompatibilityProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_GROUPS_AND_INCOMP...more details

DET_LAYER_DEFINITIONDetermine Layer DefinitionProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_LAYER_DEFINITION...more details

DET_STK_AND_INC_FOR_NEXT_LVLDetermine Stacking and Incompatibility for next levelProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_STK_AND_INC_FOR_NEXT_LVL...more details

DET_STK_GROUPS_AND_INCOMPOBSOLETEProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GROUPS_AND_INCOMP...more details

DET_STK_GRPS_AND_INC_FOR_PRDDetermine Stacking and Incompatibility for productProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GRPS_AND_INC_FOR_PRD...more details

DET_STK_GRPS_AND_INC_FOR_PRPDetermine Stacking and Incompatibility for reference productProtected
CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GRPS_AND_INC_FOR_PRP...more details

FILL_DEMAND_FROM_ITEMOBSOLETEProtected
CALL METHOD /scmb/cl_pb_pbo=>FILL_DEMAND_FROM_ITEM...more details

FILL_INPUT_CAPACITYFill input for capacityProtected
CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_CAPACITY...more details

FILL_INPUT_DEMANDFill input for demandProtected
CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_DEMAND...more details

FILL_INPUT_PBO_CALL_PARAMETERFill PBO call parameterProtected
CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_PBO_CALL_PARAMETER...more details

FILL_INPUT_PBO_RULESFill PBO input for rulesProtected
CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_PBO_RULES...more details

GET_DIMS_FOR_PBO_ORIENTATIONGet Dimensions for PBO OrientationPublic
CALL METHOD /scmb/cl_pb_pbo=>GET_DIMS_FOR_PBO_ORIENTATION...more details

GET_PBO_EXEC_PAR_OBJECTGet object for parallel PBO processingProtected
CALL METHOD /scmb/cl_pb_pbo=>GET_PBO_EXEC_PAR_OBJECT...more details

GET_PBO_ORIENTATIONGet Orientations in PBO formatPublic
CALL METHOD /scmb/cl_pb_pbo=>GET_PBO_ORIENTATION...more details

GET_STK_FACTOR_GROUP_FOR_PRDOBSOLETEProtected
CALL METHOD /scmb/cl_pb_pbo=>GET_STK_FACTOR_GROUP_FOR_PRD...more details

GET_STK_GRP_AND_INC_FOR_PRDGet Stacking Groups and Incompatibility for productProtected
CALL METHOD /scmb/cl_pb_pbo=>GET_STK_GRP_AND_INC_FOR_PRD...more details

MAP_PROFILE_PARAMETERSMap profile parameters to optimizer valuesProtected
CALL METHOD /scmb/cl_pb_pbo=>MAP_PROFILE_PARAMETERS...more details

POST_PROC_PBO_EXEC_PARALLELPOST Processing of parallel PBO executionProtected
CALL METHOD /scmb/cl_pb_pbo=>POST_PROC_PBO_EXEC_PARALLEL...more details

PRE_PROC_PBO_EXEC_PARALLELPRE Processing of parallel PBO executionProtected
CALL METHOD /scmb/cl_pb_pbo=>PRE_PROC_PBO_EXEC_PARALLEL...more details

PROCESS_PBO_EXEC_IN_PARProcess PBO execution in parallelProtected
CALL METHOD /scmb/cl_pb_pbo=>PROCESS_PBO_EXEC_IN_PAR...more details

PROCESS_PBO_EXEC_IN_SEQProcess PBO execution in sequenceProtected
CALL METHOD /scmb/cl_pb_pbo=>PROCESS_PBO_EXEC_IN_SEQ...more details

REMOVE_INCOMPLETE_PACKAGESRemove incomplete packages and layersProtected
CALL METHOD /scmb/cl_pb_pbo=>REMOVE_INCOMPLETE_PACKAGES...more details



/SCMB/CL_PB_PBO 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
MO_PB_MSG_HANDLERInstance AttributePackage Builder Message HandlerLIKE
/SCMB/IF_PB_MSG_HANDLER
Protected
MO_PB_OPTIMIZER_CALLInstance AttributePackage Builder Optimizer CallLIKE
/SCMB/IF_PB_OPTIMIZER_CALL
Protected
MS_PBO_GENERAL_PARAMETERInstance AttributePBO general parameterLIKE
/SCMB/IF_PB_OPTIMIZER_CALL=>TY_S_GENERAL_PARAMETER
Protected
MS_SETTINGSInstance AttributePBO settingsLIKE
/SCMB/IF_PB_PBO=>TY_S_SETTINGS
Protected
MT_MAPPING_IDInstance AttributeMapping IDsLIKE
TY_T_MAPPING_ID
Protected
SC_OBJECT_TYPESConstantLIKE
Protected
SC_STK_INC_MODEConstantLIKE
Protected




/SCMB/CL_PB_PBO types

TY_S_ITEM_DEMAND_MAP - Item - Demand mapping
TY_S_MAPPING_ID - Mapping ID
TY_S_PACKAGING_GROUP_DATA - Packaging Group data
TY_S_PKG_HIERARCHY_GROUP_DATA - Packaging Hierarchy Group data
TY_S_PRP_ASSIGNMENT - Product Assignment
TY_T_ITEM_DEMAND_MAP - Item - Demand mappings
TY_T_MAPPING_ID - Mapping IDs
TY_T_PRP_ASSIGNMENT - Product Assignment

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!