Menu

SAP Function Module HRNA_EVAL_RUN_GET_LAST

Gets the lastest evaluation run for a set of attributes/status

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.