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: 

us money format to indian money format

Former Member
0 Kudos

i have to convert us money format to indian money format for that i dont know what data type want to be used or else is there any function module exists in sap.

3 REPLIES 3

former_member216668
Participant
0 Kudos

CONVERT_TO_FOREIGN_CURRENCY

Former Member
0 Kudos

You can use two function modules for this conversion. The function module BAPI_CURRENCY_CONV_TO_EXTERNAL converts currency amounts from SAP internal data formats into external data formats. The function module BAPI_CURRENCY_CONV_TO_INTERNAL converts currency amounts from SAP external data formats into internal data formats.

Hope it helps

Former Member
0 Kudos

Hi,

Try this one...

Function module:

CONVERT_TO_LOCAL_CURRENCY

Thanks,

Anon