SAP table TCURF (Conversion Factors)

SAP table TCURF has 5 primary key fields being MANDT,KURST,FCURR,TCURR,GDATU.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
KURST Exchange Rate Type CHAR 4 0 TCURV KURST_CURR
FCURR From currency CUKY 5 0 TCURC FCURR_CURR
TCURR To-currency CUKY 5 0 TCURC TCURR_CURR
GDATU Date from which the entry is valid CHAR 8 0 GDATU_INVV
FFACT Ratio for the "from" currency units DEC 9 0 FFACT_CURR
TFACT Ratio for the "to" currency units DEC 9 0 TFACT_CURR
ABWCT Alternative Exchange Rate Type CHAR 4 0 TCURV ABWKT_CURR
ABWGA Date from which the alternative exchange rate type is valid DATS 8 0 ABWGA_CURR

TCURF foreign key relationships

Table Field Check Table Check Field
0 TCURF ABWCT TCURV Exchange rate types for currency translation MANDT
0 TCURF ABWCT TCURV Exchange rate types for currency translation KURST
1 TCURF FCURR TCURC Currency Codes MANDT
1 TCURF FCURR TCURC Currency Codes WAERS
0 TCURF KURST TCURV Exchange rate types for currency translation MANDT
0 TCURF KURST TCURV Exchange rate types for currency translation KURST
1 TCURF TCURR TCURC Currency Codes MANDT
1 TCURF TCURR TCURC Currency Codes WAERS