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 conversion in FI

Former Member
0 Likes
666

The standard script for cheque printing gives the (rupees)amount in words in international system i.e in 'millions'.

Hw do I get the amount in Indian currency i.e in lakhs and crores.

ur earliest response will be highly appreciated

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
631

Use the Func Mod: HR_IN_CHG_INR_WRDS

Regards,

Ravi

The standard script for cheque printing gives the (rupees)amount in words in international system i.e in 'millions'.

Hw do I get the amount in Indian currency i.e in lakhs and crores.

ur earliest response will be highly appreciated

4 REPLIES 4
Read only

Former Member
0 Likes
632

Use the Func Mod: HR_IN_CHG_INR_WRDS

Regards,

Ravi

Read only

Former Member
0 Likes
631

Hi,

If you are using SPELL_AMOUNT, then you need to maintain entries in table T015Z to get lakh instead of million.

Rgds,

HR

Read only

Former Member
0 Likes
631

Hi,

since you want it to be in INR, then you can use the FM <b>HR_IN_CHG_INR_WRDS</b>

Regards

vijay

Read only

sridharreddy_kondam
Active Contributor
0 Likes
631

Hi,

use this CONVERT_TO_LOCAL_CURRENCY to convert into Local

and CONVERT_TO_FOREIGN_CURRENCY to convert to Foreign...

Regards,

Sridhar