Menu

SAP Function Module CY23_CHECK_AVAIL_OF_CAPACITY

Check capacity availability of all operations in an order

The Function Module CY23_CHECK_AVAIL_OF_CAPACITY (Check capacity availability of all operations in an order) is a standard Function Module in SAP ERP and is part of the function group CY23 within the package CY01.

Technical Information

Function Module CY23_CHECK_AVAIL_OF_CAPACITY
Short Text Check capacity availability of all operations in an order
Function Group CY23
Package CY01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ORDER_ENDDATE LIKE SY-DATUM Production finish date of an order
ORDER_STARTDATE LIKE SY-DATUM Production start date of an order
PROFIL_ID LIKE TCY30-PROFILE_ID Overall profile for resource planning
WITH_DIALOG TYPE C 'X' online or not ( /X )

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ARBID LIKE CRHD-OBJID Selected ARBID in list (PLAF)
KAPID LIKE KAKO-KAPID Selected KAPID in list (PLAF)
PERIODE LIKE SY-DATUM Selected period in the list (PLAF)
RESULT_OF_CHECK LIKE CAUFVD-FLG_TERM Result of capacity availability: /N

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FILTER_TAB LIKE CYFIL_TAB Filter criteria

Exceptions

This function module does not define any Exceptions.