CHECK_STEP_FUNCTIONS SAP Method Check step functions for compartments and adjust payload









Below is documentation, parameters and attributes of ABAP Method CHECK_STEP_FUNCTIONS within SAP class /SCMTMS/CL_CAPA_CHECK_TOOLS. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /SCMTMS/CL_CAPA_CHECK_TOOLS into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method CHECK_STEP_FUNCTIONS can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method CHECK_STEP_FUNCTIONS

.

NameTypeData TypeDescriptionDefault Value
IT_CMP_TYPE_CAPSTEPImportingTYPE
/SAPAPO/T_CTSTEP
Compartment Item Capacity Level
IV_CT_TYPEImportingTYPE
/SCMTMS/RES_CPTYPE
IV_RES_KEYImportingTYPE
/SCMTMS/UUID012
Key of Vehicle Resource
IV_CT_TYPEImportingTYPE
/SCMTMS/RES_CPTYPE
Compartment Type
ET_PAYLOAD_CORRExportingTYPE
/SCMTMS/T_PLN_DIMENSION
Correction quantities to be applied to parent
CT_SUM_PAYLChangingTYPE
/SCMTMS/T_PLN_DIMENSION
Dimensions for Capa Check



Exceptions of Method CHECK_STEP_FUNCTIONS

This method does not have any exceptions

Example ABAP coding


DATA: lv_CT_SUM_PAYL TYPE /SCMTMS/T_PLN_DIMENSION,
lv_ET_PAYLOAD_CORR TYPE /SCMTMS/T_PLN_DIMENSION,
lv_IT_CMP_TYPE_CAPSTEP TYPE /SAPAPO/T_CTSTEP,
lv_IV_CT_TYPE TYPE /SCMTMS/RES_CPTYPE,
lv_IV_RES_KEY TYPE /SCMTMS/UUID012,
lv_IV_CT_TYPE TYPE /SCMTMS/RES_CPTYPE,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_CAPA_CHECK_TOOLS=>CHECK_STEP_FUNCTIONS(
EXPORTING
IT_CMP_TYPE_CAPSTEP = lv_IT_CMP_TYPE_CAPSTEP
IV_CT_TYPE = lv_IV_CT_TYPE
IV_RES_KEY = lv_IV_RES_KEY
IV_CT_TYPE = lv_IV_CT_TYPE
IMPORTING
ET_PAYLOAD_CORR = lv_ET_PAYLOAD_CORR
CHANGING
CT_SUM_PAYL = lv_CT_SUM_PAYL ).

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!