Menu

SAP Function Module CY01_PHASES_CHECK_EXISTENCE

Check if an operation has phases

The Function Module CY01_PHASES_CHECK_EXISTENCE (Check if an operation has phases) is a standard Function Module in SAP ERP and is part of the function group CY04 within the package CY01.

Technical Information

Function Module CY01_PHASES_CHECK_EXISTENCE
Short Text Check if an operation has phases
Function Group CY04
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
APLZL_IMP LIKE AFVGD-APLZL Counter for operations
AUFNR_IMP LIKE CAUFVD-AUFNR Order number of the operation
CHECK_CY04_INTERNAL_TABLE_IMP LIKE CYREFS-FLAG Check internal table instead of operation
DELIVER_PHASES_TAB_IMP LIKE CYREFS-FLAG If 'X', table with phases will be delivered
ORDER_INDEX_IMP LIKE CYSEL_OBJ-INDEXAKT Index of order

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PHASES_EXISTING_EXP TYPE C There are phases!

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
PHASES_TAB_EXP LIKE AFVGD Table with phases

Exceptions

This function module does not define any Exceptions.