on 2018 Sep 20 9:18 AM
Hello everyone,
I get a dump that states 'Exception Condition ERROR_CHECK_LIMIT Triggered' when I call BAPI_PR_CHANGE passing items with currency of type COP and values where second last digit is 0 (eg: 12305).
The standard code calls FM CURRENCY_CONVERTING_FACTOR and obtains a factor of 100 for currency type COP.
Post this, it divides the value by the factor (eg: 12305/100 = 123.05).
Next, it checks if the [value - floor(value) = 0.05] obtained lies between 0.01 and 0.09. If it does, then it raises an exception. It performs this in Method CHECK_CURRENCY_DECIMALS of class CL_LIMIT_MMSRV.
Any idea why it does this? Any suggestions on what I could do to avoid this?
Thanks,
Saud.
Hi Saud,
Check SAP NOTE '2277140 - PR creation failed in BAPI_PR_CREATE if currency has zero decimal places'
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you (or basis) perform some search on OSS notes available in your system with keyword such as "CL_LIMIT_MMSRV"
Else you should
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
8 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.