SAP /SCMB/CL_PB_FOOTPRINT_DET OO Class - Normalized Footprint Determination based on randomized data
/SCMB/CL_PB_FOOTPRINT_DET 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_FOOTPRINT_DET 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_FOOTPRINT_DETMethod list of /SCMB/CL_PB_FOOTPRINT_DET 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 |
| CHECK_SELECTED_MATERIALS | Check selected Materials | Protected |
| CALL METHOD /scmb/cl_pb_footprint_det=>CHECK_SELECTED_MATERIALS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_pb_footprint_det=>CONSTRUCTOR...more details | ||
| DETERMINE_FOOTPRINT_AGGR | Protected | |
| CALL METHOD /scmb/cl_pb_footprint_det=>DETERMINE_FOOTPRINT_AGGR...more details | ||
| DETERMINE_RANDOM_INPUT | Protected | |
| CALL METHOD /scmb/cl_pb_footprint_det=>DETERMINE_RANDOM_INPUT...more details | ||
| DETERMINE_RANDOM_INPUT_NORMAL | Determine Random Input based on Normal Distribution | Protected |
| CALL METHOD /scmb/cl_pb_footprint_det=>DETERMINE_RANDOM_INPUT_NORMAL...more details | ||
| GET_MAT_BY_MATNR | Protected | |
| CALL METHOD /scmb/cl_pb_footprint_det=>GET_MAT_BY_MATNR...more details | ||
|
| ||
| GET_RANDOM | Protected | |
| CALL METHOD /scmb/cl_pb_footprint_det=>GET_RANDOM...more details | ||
| GET_RANDOM_NORMAL_INV | Generate random number | Protected |
| CALL METHOD /scmb/cl_pb_footprint_det=>GET_RANDOM_NORMAL_INV...more details | ||
/SCMB/CL_PB_FOOTPRINT_DET 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_GUID_INIT | Constant | '00000000000000000000000000000000' | LIKE /SCMB/MDL_PRODUCT_ID | Protected | |
| MO_PB | Instance Attribute | LIKE /SCMB/IF_PB | Protected | ||
| MO_PB_DATA_MATERIAL | Instance Attribute | LIKE /SCMB/IF_PB_DATA_MATERIAL | Protected | ||
| MO_PB_FOOTPRINT_CALC | Instance Attribute | Package Building Footprint Calculation | LIKE /SCMB/IF_PB_FOOTPRINT_CALC | Protected | |
| MO_PB_FOOTPRINT_MGR | Instance Attribute | LIKE /SCMB/IF_PB_FOOTPRINT_MGR | Protected | ||
| MO_PB_MATERIAL_ACCESS | Instance Attribute | Material Master Data Access | LIKE /SCMB/IF_PB_MATERIAL_ACCESS | Protected | |
| MS_SETTINGS | Instance Attribute | Settings | LIKE TY_S_SETTINGS | Protected | |
| MT_FOOTPRINTS_QUA | Instance Attribute | LIKE /SCMB/IF_PB_FOOTPRINT_CALC=>TY_T_FOOTPRINT_QUA | Protected |
/SCMB/CL_PB_FOOTPRINT_DET types
TY_S_MAT_CHECK -TY_S_MAT_DATA -
TY_S_MAT_DATA_IN -
TY_S_SETTINGS - Settings
TY_T_MAT_CHECK -
TY_T_MAT_DATA -
TY_T_MAT_DATA_IN -
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