SAP /SCMTMS/CL_CAPA_CHECK_TOOLS OO Class - Tools Capa Check
/SCMTMS/CL_CAPA_CHECK_TOOLS 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 /SCMTMS/CL_CAPA_CHECK_TOOLS 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 /SCMTMS/CL_CAPA_CHECK_TOOLS 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 |
| ADJUST_CAPACITY | Adjust Capacity | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_CAPACITY...more details | ||
| ADJUST_CAPA_FOR_MTR_COMB | Calculate utilization in percentage | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_CAPA_FOR_MTR_COMB...more details | ||
| ADJUST_ITEM_4_CONSOL_BOOK | Adjust the qty / capa for consols | Private |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_4_CONSOL_BOOK...more details | ||
| ADJUST_ITEM_4_CONSOL_BOOK_ADD | Adjust the qty / capa for consols - add qty | Private |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_4_CONSOL_BOOK_ADD...more details | ||
| ADJUST_ITEM_CAPACITY | Adapt capacity of items with special functions | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_CAPACITY...more details | ||
| ADJUST_QUANTITY | Adjust Qunatities (Requirements) | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_QUANTITY...more details | ||
|
| ||
| CALCULATE_DECR_CAPA | Calculate decreasing capa. for resources based on mater data | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CALCULATE_DECR_CAPA...more details | ||
| CALCULATE_UTILIZATION | Calculate utilization in percentage | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CALCULATE_UTILIZATION...more details | ||
| CALC_STAGE_ITEM_CHK | Check Capacity | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>CALC_STAGE_ITEM_CHK...more details | ||
| CALC_UTIL_MTR_COMB | Calculate utilization in percentage | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CALC_UTIL_MTR_COMB...more details | ||
| CHECK_STEP_FUNCTIONS | Check step functions for compartments and adjust payload | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CHECK_STEP_FUNCTIONS...more details | ||
| COMPUTE_STAGE_QTY | Compute the quantity of an item based on its children | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>COMPUTE_STAGE_QTY...more details | ||
| COMPUTE_STAGE_QTY_FROM_NODE | Compute the quantity of an stageitem based on BO-utilnode | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>COMPUTE_STAGE_QTY_FROM_NODE...more details | ||
| CONVERT_DIMTABLE_TO_CAPA | Fill dimension table from quantity structure | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CONVERT_DIMTABLE_TO_CAPA...more details | ||
| CONVERT_DIMTABLE_UOM | Convert the dimensions of a dimtable to given UoM | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>CONVERT_DIMTABLE_UOM...more details | ||
| DET_MTR_COMB_ID | Determine MTR Combination ID for group of resources | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>DET_MTR_COMB_ID...more details | ||
| DET_NLQ_UTIL_RULE_FOR_STAGE | Determine the NLQ Utilization Rule for this Stage | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>DET_NLQ_UTIL_RULE_FOR_STAGE...more details | ||
| FILL_DIMENSION_TABLE | OBSOLETE -> moved to /SCMTMS/CL_COMMON_HELPER | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>FILL_DIMENSION_TABLE...more details | ||
| HANDLE_MTR_COMB | Adapt capacity of items with special functions | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>HANDLE_MTR_COMB...more details | ||
| MSG_NO_DIRECT_LOAD | Add message for overloaded capacity items | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>MSG_NO_DIRECT_LOAD...more details | ||
| MSG_OVERLOAD | Add message for overloaded capacity items | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>MSG_OVERLOAD...more details | ||
| PLN_CAPACITY_ADD | Add dimensionless capacity if necessary | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>PLN_CAPACITY_ADD...more details | ||
| PLN_QTY_CHK | Check Planning Quantities | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>PLN_QTY_CHK...more details | ||
| PLN_QTY_NORMALIZE | Normalize Planning Quantities | Protected |
| CALL METHOD /scmtms/cl_capa_check_tools=>PLN_QTY_NORMALIZE...more details | ||
| QTY_CHK_MSG_OVERLOAD | Add message for overloaded capacity items | Public |
| CALL METHOD /scmtms/cl_capa_check_tools=>QTY_CHK_MSG_OVERLOAD...more details | ||
/SCMTMS/CL_CAPA_CHECK_TOOLS 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_RES_CONTAINER_COMB | Instance Attribute | Resource Data | LIKE /SCMTMS/CL_PLN_DATA_RESOURCE | Protected |
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects