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 Description ?

Former Member
0 Kudos

Hi All,

I am looking for a fn module / std table from whr I can get the currency description.

USD 10.09 should be printed as TEN DOLLARS NINE CENTS.

Currently I am using SPELL_AMOUNT to get 'TEN' and 'NINE'. Is there any fn module / std table which can give me DOLLARS and CENTS when I input USD ?

OR Does any one know any std report or trn where it's dynamically displaying the description of the amount.

USD 10.09 = TEN DOLLARS NINE CENTS

GBP 10.09 = TEN POUNDS NINE PENCE

Any hint is welcome.

Thanks,

Ashok

1 ACCEPTED SOLUTION

Former Member

Hi Ashok Satapathy,

There is standard table with SHORT TEXT for a currency key.



Table Name : TCURT
Table Text : Currency Code Names

Regards,

R.Nagarajan.

4 REPLIES 4

Former Member

Hi Ashok Satapathy,

There is standard table with SHORT TEXT for a currency key.



Table Name : TCURT
Table Text : Currency Code Names

Regards,

R.Nagarajan.

0 Kudos

We hv decided to maintain it in custom table as follows:

USD - Dollar/Cent

GBP - Pound/Pence

etc.

Thanks to everyone who tried to help me.

Thanks,

Ashok

Former Member

0 Kudos

None of the answers so far helped in anyways. Does any one has any other idea on this ?

Thanks,

Ashok