Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Currency value

Former Member
0 Kudos

Hi

I would like to know, how the daily changing currency values are stored in SAP(US Dollar) and in which table its store and how its get updated.Can any one explain briefly.

Regards

Arunkumar

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

check exchange rates in SPRO > SAP Netweaver> General Settings --> Currencies --> Enter Exchange Rate.

currency table are TCUR*.

TCURV.

7 REPLIES 7

former_member181995
Active Contributor
0 Kudos

check exchange rates in SPRO > SAP Netweaver> General Settings --> Currencies --> Enter Exchange Rate.

currency table are TCUR*.

TCURV.

Former Member
0 Kudos

Hi,

It will update the table

Table - TCURR

Former Member
0 Kudos

Hi can any one explain briefly......

0 Kudos

Still What Brief information you need ?

Former Member
0 Kudos

hi arun,,,,

its simple and cant be brief anymore.

1,)SPRO > SAP Netweaver> General Settings --> Currencies....it is the way to go the table

2.)TCURR is the table for storing .

3.) Updates in the table TCURR

thanxs and regards

sachin sharma

njoy!!

jj
Active Contributor
0 Kudos

Exchange rate can be maintained using Tcode:OB08.

Table :TCURR.

There is Tcode:TBEX for uploading the exchange rate periodically.

Or else you can use program:RFTBFF00 for uploading the same.

Former Member
0 Kudos

HI

Thanks john and amit..i got the answer..