The Function Module HR_RIF_SCD (Calculation of SCD (Service Computation Date)) is a standard Function Module in SAP ERP and is part of the function group HRPBSUS_RIF within the package P10P1.
Function Module | HR_RIF_SCD |
Short Text | Calculation of SCD (Service Computation Date) |
Function Group | HRPBSUS_RIF |
Package | P10P1 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_PERNR | LIKE | PERNR-PERNR | Personnel number | |
I_PROCE | LIKE | T525P-PROCE | Calculation process for SCD | |
I_SEL_DATE | TYPE | BEGDA | SY-DATUM | Selection Date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DATE | TYPE | ENDDA | Service Computation Date | |
E_DURATION | TYPE | PSEN_DURATION_DEC | Duration in Years, Months, and Days with Decimals |
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 |
---|---|
ERROR_OF_OTHER_FUNCTIONS | Error in other functional modules |
MISSING_AUTHORITY_INFTY_0001 | Missing authorization infotype 0001 |
MISSING_INFOTYPE_0001 | Missing infotype 0001 |
NO_RESULT_FOR_CALTY | No result for selected type of calculation |
NO_VALUATION_MODEL_ASSIGNED | No evaluation model assigned |
PROCESS_NOT_FOUND | Calculation process missing |
PROCESS_PSTEP_NOT_FOUND | Step missing |
ROUNDING_RULE_NOT_FOUND | Rounding rule does not exist (T525E) |
WRONG_CALCULATION_TYPE | False parameter type of calculation |
WRONG_IMPORT_PARAMETER | False import parameter |