The Function Module HRNA_EVAL_RUN_GET_LAST (Gets the lastest evaluation run for a set of attributes/status) is a standard Function Module in SAP ERP and is part of the function group EVAL within the package PC07.
Function Module | HRNA_EVAL_RUN_GET_LAST |
Short Text | Gets the lastest evaluation run for a set of attributes/status |
Function Group | EVAL |
Package | PC07 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPL | TYPE | T596A-APPL | Subapplication | |
MAIN_ATTR | TYPE | PCER_ATTR | Select conditions on attributes of an evaluation run | |
MAIN_STATUS | TYPE | PCER_STATUS | Select conditions on status of an evaluation run | |
MOLGA | TYPE | T500L-MOLGA | Country Grouping | |
SAGRP | TYPE | T5961-SAGRP | Area |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LAST_RUNID | TYPE | PCERT-RUNID | Evaluation run ID |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ATTR_LIST | LIKE | PCERV | Attributes for Posting Runs | |
ATTR_TAB | LIKE | PCER_ATTR | Select conditions on attributes of an evaluation run | |
EXCL_ATTR_TAB | LIKE | PCER_ATTR | Select conditions on attributes of an evaluation run | |
EXCL_STATUS_TAB | LIKE | PCER_STATUS | Select conditions on status of an evaluation run | |
RUNID_LIST | LIKE | PCERT | Activities per Payroll Result | |
STATUS_LIST | LIKE | PCERH | History of Payroll Posting Runs | |
STATUS_TAB | LIKE | PCER_STATUS | Select conditions on status of an evaluation run |
This function module does not define any Exceptions.