Menu

SAP Function Module FC_COI_AVERAGE_XRATE_CALC

Calculate Effective Exchange Rate

The Function Module FC_COI_AVERAGE_XRATE_CALC (Calculate Effective Exchange Rate) 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_AVERAGE_XRATE_CALC
Short Text Calculate Effective Exchange Rate
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
IT_DATA TYPE ANY TABLE Data to Be Evaluated
I_KFIG_FROM TYPE FC_FIELDNAME Name of Field in it_data for From Key Figure
I_KFIG_TO TYPE FC_FIELDNAME Name of Field in it_data for To Key Figure
I_SIGN_FROM TYPE FC_FIELDNAME Name of Field in it_data for Sign of From Key Figure
I_SIGN_TO TYPE FC_FIELDNAME Name of Field in it_data for Sign of To Key Figure
I_SIGN_WEIGHT TYPE FC_FIELDNAME Name of Field in it_data for Sign of Weighting Factor
I_WEIGHT TYPE FC_FIELDNAME Name of Field in it_data for Weighting Factor

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_XRATE TYPE ANY TABLE Result (See Long Text)
ET_XRATE_FACTOR TYPE ANY TABLE Kursart, Von- und Nach-Faktoren, Stringaufbereitung f. Liste

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.