Menu

SAP Function Module CY01_CHECK_TIME_PROFILE

Checks the consistency of a time profile

The Function Module CY01_CHECK_TIME_PROFILE (Checks the consistency of a time profile) is a standard Function Module in SAP ERP and is part of the function group CY08 within the package CY01.

Technical Information

Function Module CY01_CHECK_TIME_PROFILE
Short Text Checks the consistency of a time profile
Function Group CY08
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
CRPTIPRO_IMP LIKE CYCRPTIPRO Current time profile
FLG_CHK_ANDATE LIKE CYREFS-FLAG 'X' Analysis time interval should be checked
FLG_CHK_DBDATE LIKE CYREFS-FLAG 'X' Database time interval should be checked
FLG_CHK_INTERVAL LIKE CYREFS-FLAG 'X' Consistency of time intervals should be checked
FLG_CHK_PLDATE LIKE CYREFS-FLAG 'X' Planning time interval should be checked
FLG_CHK_RDATE LIKE CYREFS-FLAG 'X' Backlog date should be checked
FLG_SEND_MESSAGE LIKE CYREFS-FLAG SPACE Send error messages

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_ERROR_ANDATE LIKE CYREFS-FLAG Error in analysis time interval
FLG_ERROR_DBDATE LIKE CYREFS-FLAG Error in database time interval
FLG_ERROR_INTERVAL LIKE CYREFS-FLAG Inconsistent intervals
FLG_ERROR_PLDATE LIKE CYREFS-FLAG Error in planning time interval
FLG_ERROR_RDATE LIKE CYREFS-FLAG Error in backlog date

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.