The Function Module HR_NZ_ADD_MONTH_TO_DATE (HR-PT: Add or subtract months to a date) is a standard Function Module in SAP ERP and is part of the function group HRIL_NZ within the package PC43.
Function Module | HR_NZ_ADD_MONTH_TO_DATE |
Short Text | HR-PT: Add or subtract months to a date |
Function Group | HRIL_NZ |
Package | PC43 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DMM_COUNT | TYPE | C | Number of months | |
DMM_DATIN | LIKE | SY-DATUM | Input date | |
DMM_OPER | TYPE | C | Operation (add/subtract) | |
DMM_POS | TYPE | C | Set date in the beginning or end of month |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DMM_DAOUT | LIKE | SY-DATUM | Output date |
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 |
---|---|
UNKNOWN | Unknown error |