SAP /SCMB/IF_PB_DATA OO Class - Package Builder (required data)
/SCMB/IF_PB_DATA 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/IF_PB_DATA 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/IF_PB_DATA 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_ORIENTATION_PROFILES | Get Orientation Profiles | Public |
| CALL METHOD /scmb/if_pb_data=>ADD_ORIENTATION_PROFILES...more details | ||
| ADD_PACKAGE_ATTRIBUTES | Add Package Attributes | Public |
| CALL METHOD /scmb/if_pb_data=>ADD_PACKAGE_ATTRIBUTES...more details | ||
| ADD_RELATIONSHIP_PROFILE | Add Relationship Profile | Public |
| CALL METHOD /scmb/if_pb_data=>ADD_RELATIONSHIP_PROFILE...more details | ||
| CHECK_CONSOLIDATION_ITEM | Check if Item can be consolidated | Public |
| CALL METHOD /scmb/if_pb_data=>CHECK_CONSOLIDATION_ITEM...more details | ||
| CHECK_ITEM_FITS_INTO_PACKAGE | Check Item fits into Package | Public |
| CALL METHOD /scmb/if_pb_data=>CHECK_ITEM_FITS_INTO_PACKAGE...more details | ||
| CHECK_MATERIALS_INCOMPATIBLE | Check if Material is incompatible | Public |
| CALL METHOD /scmb/if_pb_data=>CHECK_MATERIALS_INCOMPATIBLE...more details | ||
|
| ||
| CHECK_PACKAGE_MATERIAL | Check if Package Material is consistent | Public |
| CALL METHOD /scmb/if_pb_data=>CHECK_PACKAGE_MATERIAL...more details | ||
| DETERMINE_ITEM_FOOTPRINT | Determine Item Footprint | Public |
| CALL METHOD /scmb/if_pb_data=>DETERMINE_ITEM_FOOTPRINT...more details | ||
| DETERMINE_MAT_LAYER_DEFINITION | Determine Material Layer Definition (cons. Ref. Materials) | Public |
| CALL METHOD /scmb/if_pb_data=>DETERMINE_MAT_LAYER_DEFINITION...more details | ||
| GET_MATERIAL_HIERARCHY | Get Material Hierarchy | Public |
| CALL METHOD /scmb/if_pb_data=>GET_MATERIAL_HIERARCHY...more details | ||
| GET_MIN_HEIGHT_BY_ORIENT_PROF | Get min. mat. height by considering Prd. Orient. Prof. | Public |
| CALL METHOD /scmb/if_pb_data=>GET_MIN_HEIGHT_BY_ORIENT_PROF...more details | ||
| GET_ORIENTATION_PROFILES | OBSOLETE | Public |
| CALL METHOD /scmb/if_pb_data=>GET_ORIENTATION_PROFILES...more details | ||
| GET_PACKAGE_ATTRIBUTES | Get Package Attributes | Public |
| CALL METHOD /scmb/if_pb_data=>GET_PACKAGE_ATTRIBUTES...more details | ||
| GET_PBO_ORIENTATION | OBSOLETE | Public |
| CALL METHOD /scmb/if_pb_data=>GET_PBO_ORIENTATION...more details | ||
| GET_PB_DATA | Get Package Builder Data | Public |
| CALL METHOD /scmb/if_pb_data=>GET_PB_DATA...more details | ||
| GET_PRODUCT_HIERARCHY | OBSOLETE | Public |
| CALL METHOD /scmb/if_pb_data=>GET_PRODUCT_HIERARCHY...more details | ||
/SCMB/IF_PB_DATA 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 |
| MR_PACKAGE_HIERARCHY_SUB | Instance Attribute | Subordinate Package Hierarchy | LIKE TY_S_PACKAGE_HIERARCHY_LEVEL | Public | |
| MR_PACKAGE_HIERARCHY_SUPER | Instance Attribute | Superordinate Package Hierarchy | LIKE TY_S_PACKAGE_HIERARCHY_LEVEL | Public | |
| MT_ALT_PKG_SEQ_SETTINGS | Instance Attribute | LIKE /SCMB/IF_PB_PRD_PKG_ASSIGN=>TY_T_ALT_PKG_SEQ_SETTINGS | Public | ||
| MT_BP_LOC_SETTINGS | Instance Attribute | Business Partner / Location Settings | LIKE /SCMB/IF_PB_PRD_PKG_ASSIGN=>TY_T_BP_LOC_SETTINGS | Public | |
| MT_BP_SETTINGS | Instance Attribute | LIKE /SCMB/IF_PB_PRD_PKG_ASSIGN=>TY_T_BP_SETTINGS | Public | ||
| MT_EQUIPMENT_ATTRIBUTES | Instance Attribute | Equipment Attributes | LIKE TY_T_EQUIPMENT_ATTRIBUTES | Public | |
| MT_ITEM_FOOTPRINT_QUANTITY | Instance Attribute | Item Footprints | LIKE /SCMB/IF_PB_FOOTPRINT_DEF=>TY_T_FOOTPRINTS | Public | |
| MT_ITEM_PACKAGE_TYPE_ASSIGN | Instance Attribute | Item Package Type Assignments | LIKE /SCMB/IF_PB_PRD_PKG_ASSIGN=>TY_T_PRD_PKG_TYPE_ASGN | Public | |
| MT_LOCATION_HIERARCHY_HARD | Instance Attribute | Location Hierarchy (Hard) | LIKE TY_T_LOCATION_HIERARCHY | Public | |
| MT_LOCATION_HIERARCHY_PKG_AS | Instance Attribute | Location Hierarchy Package Type Assignment | LIKE TY_T_LOCATION_HIERARCHY | Public | |
| MT_LOCATION_HIERARCHY_SOFT | Instance Attribute | Location Hierarchy (Soft) | LIKE TY_T_LOCATION_HIERARCHY | Public | |
| MT_MATERIAL_ALT_QUANTITY | Instance Attribute | Alternative Quantities for Material | LIKE /SCMB/IF_PB_DATA=>TY_T_MAT_ALT_QUANT | Public | |
| MT_MATERIAL_HIERARCHY | Instance Attribute | Material Hierarchy | LIKE TY_T_MATERIAL_HIERARCHY | Public | |
| MT_MATERIAL_ROOT | Instance Attribute | Material Root | LIKE /SCMB/IF_PB_DATA=>TY_T_MATERIAL | Public | |
| MT_MAT_ORIENTATION_PROFILE | Instance Attribute | Material Orientation Profiles | LIKE TY_T_MAT_ORIENTATION_PROFILE | Public | |
| MT_MAT_RELATIONSHIP_CONS_SEQ | Instance Attribute | Material Consolidation Sequence | LIKE TY_T_MAT_RELATIONSHIP_CONS_SEQ | Public | |
| MT_MAT_RELATIONSHIP_INC | Instance Attribute | Material Incompatibility | LIKE TY_T_MAT_RELATIONSHIP_INC | Public | |
| MT_MAT_RELATIONSHIP_PROFILE | Instance Attribute | Material Relationship Profiles | LIKE TY_T_MAT_RELATIONSHIP_PROFILE | Public | |
| MT_MAT_RELATIONSHIP_STACKING | Instance Attribute | Material Stacking | LIKE TY_T_MAT_RELATIONSHIP_STACKING | Public | |
| MT_PACKAGE_ATTRIBUTES | Instance Attribute | Package Attributes | LIKE /SCMB/IF_PB_DATA=>TY_T_PACKAGE_ATTRIBUTES | Public | |
| MT_PACKAGE_HIERARCHY_LEVEL | Instance Attribute | Package Hierarchy Levels | LIKE TY_T_PACKAGE_HIERARCHY_LEVEL | Public | |
| MT_SPLIT_FACTORS | Instance Attribute | Split Factors | LIKE /SCMB/IF_PB=>TY_T_ITEM_SPLIT_FACTORS | Public | |
| MV_MATERIAL_HIERARCHY_MAX_LVL | Instance Attribute | Maximum Material Hierarchy Level | LIKE INT1 | Public | |
| MV_PACKAGE_HIERARCHY_EXISTS | Instance Attribute | Package Hierarchy exists indicator | LIKE BOOLE_D | Public | |
| SC_FOOTPRINT_SOURCE | Constant | LIKE | Public | ||
| SC_PRP_INCOMPATIBILITY | Constant | LIKE | Public | ||
| SC_PRP_STACKING | Constant | LIKE | Public |
/SCMB/IF_PB_DATA types
TY_S_EQUIPMENT_ATTRIBUTES - Equipment AttributesTY_S_LOCATION_HIERARCHY - Location Hierarchy
TY_S_MATERIAL - Material
TY_S_MATERIAL_ALT_QUANT - Alternative Quantity for Material
TY_S_MATERIAL_HIERARCHY - Material Hierarchy
TY_S_MAT_ALT_QUANT - Alternative Quantity for Material
TY_S_MAT_CONS_SEQ - Material Consolidation Sequence Entry
TY_S_MAT_INCOMPATIBLE - Material Incompatibility Entry
TY_S_MAT_ORIENTATION_PROFILE - Material Orientation Profile
TY_S_MAT_RELATIONSHIP_CONS_SEQ - Material Consolidation Sequence
TY_S_MAT_RELATIONSHIP_INC - Material Incompatibility
TY_S_MAT_RELATIONSHIP_PROFILE - Material Relationship Profile
TY_S_MAT_RELATIONSHIP_STACKING - Material Stacking
TY_S_MAT_STACKING - Material Stacking Entry
TY_S_PACKAGE_ATTRIBUTES - Package Attributes
TY_S_PACKAGE_HIERARCHY_LEVEL - Package Hierarchy Level
TY_S_SETTINGS - PB Data Settings
TY_T_EQUIPMENT_ATTRIBUTES - Equipment Attributes
TY_T_LOCATION_HIERARCHY - Locations Hierarchies
TY_T_MATERIAL - Materials
TY_T_MATERIAL_ALT_QUANT - Alternative Quantities for Material
TY_T_MATERIAL_HIERARCHY - Material Hierarchies
TY_T_MAT_ALT_QUANT - Alternative Quantities for Material
TY_T_MAT_CONS_SEQ - Material Consolidation Sequence Entries
TY_T_MAT_IDS - Material IDs
TY_T_MAT_INCOMPATIBLE - Material Incompatibility Entries
TY_T_MAT_ORIENTATION_PROFILE - Material Orientation Profiles
TY_T_MAT_RELATIONSHIP_CONS_SEQ - Material Consolidation Sequence
TY_T_MAT_RELATIONSHIP_INC - Material Incompatibility
TY_T_MAT_RELATIONSHIP_PROFILE - Material Relationship Profiles
TY_T_MAT_RELATIONSHIP_STACKING - Material Stacking
TY_T_MAT_STACKING - Material Stacking Entries
TY_T_ORIENTATION_PROFILE_IDS - Material Relationship Profile IDs
TY_T_PACKAGE_ATTRIBUTES - Package Attributes
TY_T_PACKAGE_HIERARCHY_LEVEL - Package Hierarchy Levels
Links to Related Class(s)
/SCMB/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects