Skip to Content
0
Former Member
Mar 13, 2015 at 09:11 AM

Correct use of BAPI_CURRENCY_CONV_TO_EXTERNAL

4091 Views

Hi all,

for special currencies i am using BAPI: BAPI_CURRENCY_CONV_TO_EXTERNAL to get correct values.

In some cases before calling this BAPI, we get correct values. but because of this BAPI again it is converting.

for example for perticular currency in the customization we have maintained value 123.

scenario1:

we have some BAPI to read value from customizing. it reads 1.23 instead of 123 which is wrong.

so, we are using BAPI_CURRENCY_CONV_TO_EXTERNAL. which will get correct value 123.

this is fine

Scenario2:

we are passing 123 to the BAPI_CURRENCY_CONV_TO_EXTERNAL. it is giving 12300. which is wrong.

can you pleas advice any correct BAPI. Thanks.

Regards,

Venkat