The Function Module HR_FI_NEW_RUN_EXISTS (Check whether there is a newer run which is based on the current run) is a standard Function Module in SAP ERP and is part of the function group HR_FI_EVAL within the package PC44.
Function Module | HR_FI_NEW_RUN_EXISTS |
Short Text | Check whether there is a newer run which is based on the current run |
Function Group | HR_FI_EVAL |
Package | PC44 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EVTYP | TYPE | PEVST-TYPE | Run type | |
RUNID | TYPE | PEVST-RUNID | Number of Posting Run |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEWER_RUNID | TYPE | P_EVNUM | Number of Posting Run |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.