Menu

SAP Function Module HR_NO_GET_YRKE

Determine the professional code of an employee

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 HR_NO_GET_YRKE (Determine the professional code of an employee) is a standard Function Module in SAP ERP and is part of the function group HR_NO_AA_REGISTER within the package PC20.

Technical Information

Function Module HR_NO_GET_YRKE
Short Text Determine the professional code of an employee
Function Group HR_NO_AA_REGISTER
Package PC20
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEGDA LIKE P0001-BEGDA '19000101' Start Date
ENDDA LIKE P0001-ENDDA '99991231' End Date
PERNR LIKE P0001-PERNR Personnel Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SUBRC LIKE SY-SUBRC Return Value, Return Value After ABAP Statements

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
ERROR_TAB LIKE HRERROR Transfer table for HR error handling
I0001 LIKE P0001 HR Master Record: Infotype 0001 (Org. Assignment)
I0033 LIKE P0033 Infotype 0033: Statistics Exceptions
I0509 LIKE P0509 HR-AU-PS: Master Data (Higher Duty Allowance)
YRKE_TAB LIKE P20_YRKE_LINE Structure for storing Norwegian occupational codes

Exceptions

This function module does not define any Exceptions.