SAP table TCURR (Exchange Rates)

SAP table TCURR 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 As of Which the Exchange Rate Is Effective CHAR 8 0 GDATU_INV
UKURS Exchange Rate DEC 9 5 UKURS_CURR
FFACT Ratio for the "from" currency units DEC 9 0 FFACT_CURR
TFACT Ratio for the "to" currency units DEC 9 0 TFACT_CURR

TCURR foreign key relationships

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