The Function Module HR_GET_DODMO_DATES (deliver Easter and Whit Saturday, Christmas Eve and New Year for 1 year) is a standard Function Module in SAP ERP and is part of the function group HRDP within the package P01O.
Function Module | HR_GET_DODMO_DATES |
Short Text | deliver Easter and Whit Saturday, Christmas Eve and New Year for 1 year |
Function Group | HRDP |
Package | P01O |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
YEAR | LIKE | SCAL-YEAR | Year for which dates are calculated |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHRISTMASEVE | LIKE | SCAL-DATE | Date of Christmas Eve | |
EASTERSAT | LIKE | SCAL-DATE | Date of Easter Saturday | |
NEWYEARSEVE | LIKE | SCAL-DATE | Date of New Year's Eve | |
WHITSAT | LIKE | SCAL-DATE | Date of Whit Saturday |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
YEAR_INVALID | Year was not between 1900 and 2098 |