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 NameDescriptionVisability
ADJUST_CAPACITYAdjust CapacityProtected
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_CAPACITY...more details

ADJUST_CAPA_FOR_MTR_COMBCalculate utilization in percentageProtected
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_CAPA_FOR_MTR_COMB...more details

ADJUST_ITEM_4_CONSOL_BOOKAdjust the qty / capa for consolsPrivate
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_4_CONSOL_BOOK...more details

ADJUST_ITEM_4_CONSOL_BOOK_ADDAdjust the qty / capa for consols - add qtyPrivate
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_4_CONSOL_BOOK_ADD...more details

ADJUST_ITEM_CAPACITYAdapt capacity of items with special functionsProtected
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_ITEM_CAPACITY...more details

ADJUST_QUANTITYAdjust Qunatities (Requirements)Protected
CALL METHOD /scmtms/cl_capa_check_tools=>ADJUST_QUANTITY...more details

CALCULATE_DECR_CAPACalculate decreasing capa. for resources based on mater dataProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CALCULATE_DECR_CAPA...more details

CALCULATE_UTILIZATIONCalculate utilization in percentageProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CALCULATE_UTILIZATION...more details

CALC_STAGE_ITEM_CHKCheck CapacityPublic
CALL METHOD /scmtms/cl_capa_check_tools=>CALC_STAGE_ITEM_CHK...more details

CALC_UTIL_MTR_COMBCalculate utilization in percentageProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CALC_UTIL_MTR_COMB...more details

CHECK_STEP_FUNCTIONSCheck step functions for compartments and adjust payloadProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CHECK_STEP_FUNCTIONS...more details

COMPUTE_STAGE_QTYCompute the quantity of an item based on its childrenPublic
CALL METHOD /scmtms/cl_capa_check_tools=>COMPUTE_STAGE_QTY...more details

COMPUTE_STAGE_QTY_FROM_NODECompute the quantity of an stageitem based on BO-utilnodePublic
CALL METHOD /scmtms/cl_capa_check_tools=>COMPUTE_STAGE_QTY_FROM_NODE...more details

CONVERT_DIMTABLE_TO_CAPAFill dimension table from quantity structureProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CONVERT_DIMTABLE_TO_CAPA...more details

CONVERT_DIMTABLE_UOMConvert the dimensions of a dimtable to given UoMProtected
CALL METHOD /scmtms/cl_capa_check_tools=>CONVERT_DIMTABLE_UOM...more details

DET_MTR_COMB_IDDetermine MTR Combination ID for group of resourcesPublic
CALL METHOD /scmtms/cl_capa_check_tools=>DET_MTR_COMB_ID...more details

DET_NLQ_UTIL_RULE_FOR_STAGEDetermine the NLQ Utilization Rule for this StageProtected
CALL METHOD /scmtms/cl_capa_check_tools=>DET_NLQ_UTIL_RULE_FOR_STAGE...more details

FILL_DIMENSION_TABLEOBSOLETE -> moved to /SCMTMS/CL_COMMON_HELPERPublic
CALL METHOD /scmtms/cl_capa_check_tools=>FILL_DIMENSION_TABLE...more details

HANDLE_MTR_COMBAdapt capacity of items with special functionsProtected
CALL METHOD /scmtms/cl_capa_check_tools=>HANDLE_MTR_COMB...more details

MSG_NO_DIRECT_LOADAdd message for overloaded capacity itemsProtected
CALL METHOD /scmtms/cl_capa_check_tools=>MSG_NO_DIRECT_LOAD...more details

MSG_OVERLOADAdd message for overloaded capacity itemsProtected
CALL METHOD /scmtms/cl_capa_check_tools=>MSG_OVERLOAD...more details

PLN_CAPACITY_ADDAdd dimensionless capacity if necessaryProtected
CALL METHOD /scmtms/cl_capa_check_tools=>PLN_CAPACITY_ADD...more details

PLN_QTY_CHKCheck Planning QuantitiesProtected
CALL METHOD /scmtms/cl_capa_check_tools=>PLN_QTY_CHK...more details

PLN_QTY_NORMALIZENormalize Planning QuantitiesProtected
CALL METHOD /scmtms/cl_capa_check_tools=>PLN_QTY_NORMALIZE...more details

QTY_CHK_MSG_OVERLOADAdd message for overloaded capacity itemsPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_RES_CONTAINER_COMBInstance AttributeResource DataLIKE
/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



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!