Application Development and Automation 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: 
Read only

Currency value

Former Member
0 Likes
1,383

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
Read only

Former Member
0 Likes
1,301

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

currency table are TCUR*.

TCURV.

7 REPLIES 7
Read only

Former Member
0 Likes
1,302

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

currency table are TCUR*.

TCURV.

Read only

Former Member
0 Likes
1,301

Hi,

It will update the table

Table - TCURR

Read only

Former Member
0 Likes
1,301

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

Read only

0 Likes
1,301

Still What Brief information you need ?

Read only

Former Member
0 Likes
1,301

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!!

Read only

JoffyJohn
Active Contributor
0 Likes
1,301

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.

Read only

Former Member
0 Likes
1,301

HI

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