Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →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 |