cancel
Showing results for 
Search instead for 
Did you mean: 

Reg BAPI_CURRENCY_CONV_TO_EXTERNAL

abdul_hakim
Active Contributor
0 Kudos

hi experts,

im using bapi BAPI_CURRENCY_CONV_TO_EXTERNAL to convert the currency from internal

format to external format. the export parameter AMOUNT_EXTERNAL returns the result with

4 decimal accuracy. For example JPY doesnt have decimal notation of values. if i use this

bapi for conversion i am getting value for eg as 1234.0000 but i expect 1234 since JPY

shouldnt have any decimals. WRITE internal_format CURRENCY curkey TO external_format

works fine as it returns 1234.May i know how i can make use of this bapi and get exact result.

correct me if i misunderstood the functionality.

regards,

abdul hakim

Accepted Solutions (0)

Answers (2)

Answers (2)

abdul_hakim
Active Contributor
0 Kudos

hi experts, any update on my question?

former_member182387
Active Participant
0 Kudos

Try use the FM CURRENCY_AMOUNT_SAP_TO_BAPI and CURRENCY_AMOUNT_BAPI_TO_SAP

As this is generic BAPI for all Currencies, you will get the value with decimals only...

You have to externally code to remove the zeroes....

Edited by: Senthil Kumar on Jul 22, 2010 4:10 PM