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_PBOMethod 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 Name | Description | Visability |
| ADD_MAPPING_ID | Add mapping ID PBO ID <-> Product ID | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>ADD_MAPPING_ID...more details | ||
| ADD_SY_MSG | Add system message | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>ADD_SY_MSG...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_pb_pbo=>CONSTRUCTOR...more details | ||
| DETERMINE_IF_CHILD_IN_PRP | Determine if child in product hierarchy is in PRP | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DETERMINE_IF_CHILD_IN_PRP...more details | ||
| DETERMINE_PRODUCT_GROUPS | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DETERMINE_PRODUCT_GROUPS...more details | ||
| DET_DEFAULT_ORIENTATION_PRF | Determine default orientation profile | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_DEFAULT_ORIENTATION_PRF...more details | ||
|
| ||
| DET_GROUPS_AND_INCOMP | Determine Groups and Incompatibility | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_GROUPS_AND_INCOMP...more details | ||
| DET_LAYER_DEFINITION | Determine Layer Definition | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_LAYER_DEFINITION...more details | ||
| DET_STK_AND_INC_FOR_NEXT_LVL | Determine Stacking and Incompatibility for next level | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_STK_AND_INC_FOR_NEXT_LVL...more details | ||
| DET_STK_GROUPS_AND_INCOMP | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GROUPS_AND_INCOMP...more details | ||
| DET_STK_GRPS_AND_INC_FOR_PRD | Determine Stacking and Incompatibility for product | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GRPS_AND_INC_FOR_PRD...more details | ||
| DET_STK_GRPS_AND_INC_FOR_PRP | Determine Stacking and Incompatibility for reference product | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>DET_STK_GRPS_AND_INC_FOR_PRP...more details | ||
| FILL_DEMAND_FROM_ITEM | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>FILL_DEMAND_FROM_ITEM...more details | ||
| FILL_INPUT_CAPACITY | Fill input for capacity | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_CAPACITY...more details | ||
| FILL_INPUT_DEMAND | Fill input for demand | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_DEMAND...more details | ||
| FILL_INPUT_PBO_CALL_PARAMETER | Fill PBO call parameter | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_PBO_CALL_PARAMETER...more details | ||
| FILL_INPUT_PBO_RULES | Fill PBO input for rules | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>FILL_INPUT_PBO_RULES...more details | ||
| GET_DIMS_FOR_PBO_ORIENTATION | Get Dimensions for PBO Orientation | Public |
| CALL METHOD /scmb/cl_pb_pbo=>GET_DIMS_FOR_PBO_ORIENTATION...more details | ||
| GET_PBO_EXEC_PAR_OBJECT | Get object for parallel PBO processing | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>GET_PBO_EXEC_PAR_OBJECT...more details | ||
| GET_PBO_ORIENTATION | Get Orientations in PBO format | Public |
| CALL METHOD /scmb/cl_pb_pbo=>GET_PBO_ORIENTATION...more details | ||
| GET_STK_FACTOR_GROUP_FOR_PRD | OBSOLETE | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>GET_STK_FACTOR_GROUP_FOR_PRD...more details | ||
| GET_STK_GRP_AND_INC_FOR_PRD | Get Stacking Groups and Incompatibility for product | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>GET_STK_GRP_AND_INC_FOR_PRD...more details | ||
| MAP_PROFILE_PARAMETERS | Map profile parameters to optimizer values | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>MAP_PROFILE_PARAMETERS...more details | ||
| POST_PROC_PBO_EXEC_PARALLEL | POST Processing of parallel PBO execution | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>POST_PROC_PBO_EXEC_PARALLEL...more details | ||
| PRE_PROC_PBO_EXEC_PARALLEL | PRE Processing of parallel PBO execution | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>PRE_PROC_PBO_EXEC_PARALLEL...more details | ||
| PROCESS_PBO_EXEC_IN_PAR | Process PBO execution in parallel | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>PROCESS_PBO_EXEC_IN_PAR...more details | ||
| PROCESS_PBO_EXEC_IN_SEQ | Process PBO execution in sequence | Protected |
| CALL METHOD /scmb/cl_pb_pbo=>PROCESS_PBO_EXEC_IN_SEQ...more details | ||
| REMOVE_INCOMPLETE_PACKAGES | Remove incomplete packages and layers | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_PB_MSG_HANDLER | Instance Attribute | Package Builder Message Handler | LIKE /SCMB/IF_PB_MSG_HANDLER | Protected | |
| MO_PB_OPTIMIZER_CALL | Instance Attribute | Package Builder Optimizer Call | LIKE /SCMB/IF_PB_OPTIMIZER_CALL | Protected | |
| MS_PBO_GENERAL_PARAMETER | Instance Attribute | PBO general parameter | LIKE /SCMB/IF_PB_OPTIMIZER_CALL=>TY_S_GENERAL_PARAMETER | Protected | |
| MS_SETTINGS | Instance Attribute | PBO settings | LIKE /SCMB/IF_PB_PBO=>TY_S_SETTINGS | Protected | |
| MT_MAPPING_ID | Instance Attribute | Mapping IDs | LIKE TY_T_MAPPING_ID | Protected | |
| SC_OBJECT_TYPES | Constant | LIKE | Protected | ||
| SC_STK_INC_MODE | Constant | LIKE | Protected |
/SCMB/CL_PB_PBO types
TY_S_ITEM_DEMAND_MAP - Item - Demand mappingTY_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