Menu

SAP Function Module FC_COI_VALUES_CONVERT

Translation of Values with Exchange Rate Determination

The Function Module FC_COI_VALUES_CONVERT (Translation of Values with Exchange Rate Determination) is a standard Function Module in SAP ERP and is part of the function group FC06A within the package FC06.

Technical Information

Function Module FC_COI_VALUES_CONVERT
Short Text Translation of Values with Exchange Rate Determination
Function Group FC06A
Package FC06
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IF_BUFFER TYPE FC_FLG 'X' Ind.: Use Data Buffer
IF_XRATE_PP TYPE FC_FLG Ind.: Use Exchange Rates for Prior Period
I_DATE TYPE SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum
I_FCURR TYPE FC_CURRENCY Currency Key of From Key Figure
I_KFIG_FROM TYPE FC_FIELDNAME GC_KFIG_FROM Name of Field for From Key Figure (Default: FVAL)
I_KFIG_TO TYPE FC_FIELDNAME GC_KFIG_TO Name of Field for To Key Figure (Default: TVAL)
I_PERID TYPE FC_PERID Period
I_PERIV TYPE FC_PERIV Fiscal Year Variant
I_RVERS TYPE FC_RVERS Consolidation (End-Result) Version
I_RYEAR TYPE FC_RYEAR Fiscal Year
I_TCURR TYPE FC_CURRENCY Currency Key of To Key Figure
I_XRIND TYPE FC_EXRIND Exchange Rate Indicator

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_XRATE_FACTOR TYPE FC06_S_CTR_XRATE_FACTOR Kursart, Von- und Nach-Faktoren, Stringaufbereitung f. Liste
ET_MESSAGE TYPE FC00_T_MESSAGE Reported Data of Consolidation

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CT_DATA TYPE STANDARD TABLE Data to be Translated

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.