Menu

SAP Function Module HR_CONVERT_AMOUNT

Umrechung von Beträgen bzgl. Währung und Zeiteinheit

The Function Module HR_CONVERT_AMOUNT (Umrechung von Beträgen bzgl. Währung und Zeiteinheit) is a standard Function Module in SAP ERP and is part of the function group HRCM within the package PCMP.

Technical Information

Function Module HR_CONVERT_AMOUNT
Short Text Umrechung von Beträgen bzgl. Währung und Zeiteinheit
Function Group HRCM
Package PCMP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AMOUNT_IN TYPE P Eingabebetrag
CURCY_IN LIKE TCURC-WAERS Währung des Eingabebetrags
CURCY_OUT LIKE TCURC-WAERS Währung des Ausgabebetrags
DATE LIKE SY-DATUM SY-DATUM Stichtag für Währungsumrechnung
DIVGV LIKE P0008-DIVGV Arbeitsstrunden pro Periode
FREQU_IN LIKE T710F-FREQU Zeiteinheit des Eingabebetrags (T710F)
FREQU_OUT LIKE T710F-FREQU Zeiteinheit des Ausgabebetrags (T710F)
HOURLY_IN LIKE RPUXXXXX-KR_FELD1 stuendlicher Eingabebetrag (s. Detail-Doku)
HOURLY_OUT LIKE RPUXXXXX-KR_FELD1 stuendlicher Ausgabebetrag (s. Detail-Doku)
MOLGA LIKE T500L-MOLGA HR-Laenderkennzeichen
PERNR LIKE PREL-PERNR Personalnr. zum Ermitteln PFREQ
PFREQ LIKE T549R-ZEINH Periode auf die sich DIVGV bezieht
ZEINH_IN LIKE T549R-ZEINH Zeiteinheit des Eingabebetrags (T549R)
ZEINH_OUT LIKE T549R-ZEINH Zeiteinheit des Ausgabebetrags (T549R)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AMOUNT_OUT TYPE P Ausgabebetrag

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.