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

Former Member
0 Likes
1,056

Hi

1)could you please let me know how to find what is the currency defined for specific plant? I am basically looking for table name.

2)how to find valuation level? i.e. how to determine currency code needs to be taken from company level or plant level?

Thanks

Edited by: Yogesh Chavan on May 8, 2008 12:06 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
995

Hi ,

For the first point here is one solution.

Base tabel for Plant is T001w ; for every plant there will be a valutaion area BWKEY , for each valuation area there is a company code , see table T001K to get company code for the valutaion area and for each company code there is a currency , you can get it from table T001.

Hope this helps.

Regards

Arun

1 REPLY 1
Read only

Former Member
0 Likes
996

Hi ,

For the first point here is one solution.

Base tabel for Plant is T001w ; for every plant there will be a valutaion area BWKEY , for each valuation area there is a company code , see table T001K to get company code for the valutaion area and for each company code there is a currency , you can get it from table T001.

Hope this helps.

Regards

Arun