Menu

SAP Function Module CURRENCY_DOCUMENT_CONVERT_CATT

Umrechnen der Beträge in einer DDIC-Struktur - nur für CATT-Zwecke!

The Function Module CURRENCY_DOCUMENT_CONVERT_CATT (Umrechnen der Beträge in einer DDIC-Struktur - nur für CATT-Zwecke!) is a standard Function Module in SAP ERP and is part of the function group KSCT within the package KBAS.

Technical Information

Function Module CURRENCY_DOCUMENT_CONVERT_CATT
Short Text Umrechnen der Beträge in einer DDIC-Struktur - nur für CATT-Zwecke!
Function Group KSCT
Package KBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONVERSION_MODE LIKE TCURV-XFIXD Umrechnungsmodus
DATE LIKE SYST-DATUM Umrechnungsdatum
FIELDNAME_01 LIKE DDFLDNAM-NAME Feldname
FIELDNAME_02 LIKE DDFLDNAM-NAME Feldname
FROM_CURRENCY LIKE TCURR-FCURR Von-Währung
LOCAL_CURRENCY LIKE TCURR-TCURR Hauswährung
RATE LIKE TCURR-UKURS Umrechnungskurs
RATE_TYPE LIKE TCURR-KURST 'M' Kurstyp
TO_CURRENCY LIKE TCURR-TCURR Nach-Währung

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
KOMK2 LIKE KOMK2 Kommunikationstabelle in das FI - Kontokorrentpositionen
KOMK3_LINE01 LIKE KOMK3 Kommunikationstabelle in das FI - Sachkontenpositionen
KOMK3_LINE02 LIKE KOMK3 Kommunikationstabelle in das FI - Sachkontenpositionen
KOMK3_LINE03 LIKE KOMK3 Kommunikationstabelle in das FI - Sachkontenpositionen

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELDLIST LIKE DDFLDNAM nur Name eines DD-Tabellenfeldes
T_KOMK3 LIKE KOMK3 Kommunikationstabelle in das FI - Sachkontenpositionen

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_IN_CONVERSION Fehler bei der Währungsumrechnung
FIELD_NOT_AMOUNT Feld ist kein Betragsfeld
FIELD_UNKNOWN Feld existiert nicht
ILLEGAL_PARAMETERS Falsche Kombination aus CONVERSION_MODE/LOCAL_CURRENCY