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: 

Relatation ship between Currency type and Document Currency

Former Member
0 Kudos

Hi Experts,

I just want to know the difference between the CURTP (Currency type) and Document currency like FAGLFLEXT-RTCUR in FI (If the currency key is '00' then how should we derive the document currency as 'USD' or 'CAD' or...). Is there any table with these 2 values. Please provide your valuable inputs.

Cheers,

Bujji

5 REPLIES 5

Former Member
0 Kudos

Hi,

Could any one help on this....

Cheers,

Bujji

0 Kudos

Hi Bujji,

I have serached some documents, please refer below links

http://books.google.co.in/books?id=WuhM4yEffEUC&pg=PA166&lpg=PA166&dq=CurrencytypeandDocumentCurrency++tablesap&source=web&ots=aX2G4X7FQ_&sig=5HZMEzSjWu90_uSdIXkpWZllLi8&hl=en&sa=X&oi=book_result&resnum=1&ct=result

http://help.sap.com/saphelp_nw04/Helpdata/EN/80/1a6806e07211d2acb80000e829fbfe/content.htm

Regards

jana

naveen_inuganti2
Active Contributor
0 Kudos

Hi...

One thing I am sure.. there is no common table for these two table.

We can use folloing code to find the common tables for two or more fields.

data: itab like dd03l occurs 0 with header line.

select * from dd03l into corresponding fields of table itab where fieldname = 'CURTP' and fieldname = 'RTCUR'.
if sy-subrc ne 0.
 message ' No data exists' type 'I'.
else.
  loop at itab.
    write:/ itab-tabname.
  endloop.
endif.

Plz refer data element documentation for these two, its very helpful.

Thanks,

Naveen.I

Naveen.I

Former Member
0 Kudos

Hi Experts,

Any other suggestions....

Rgds,

Bujji

Former Member
0 Kudos

Hi,

I am sending link go through the link it is very useful for u

Thanks&regards,

Naresh