Hi Experts,
I am using the FM BAPI_SALESORDER_CREATEFROMDAT2 to create order using a custom program. This program throws an error "External currency amount too big - unable to convert". This message is thrown by the FM BAPI_CURRENCY_CONV_TO_INTERN_9 called inside the original BAPI for Sales Order.
The amount in question is like 1140668720.000000000. Inside the BAPI_CURRENCY_CONV_TO_INTERN_9, there is a condition which checks if max_no_of_digits as 11. But for my amount, the max digits is more than 11, so i am getting the error.
Any idea how to get around this error??
Thanks