2005 Oct 14 1:09 PM
Hello All,
Please tell me a way to multiply Total stock ( MBEW-LBKUM QUAN 13,3 ) with Standard Price ( MBEW-STPRS CURR 11,2 ) in a field of type CURR 13,3.
When is done with no casting I get COMPUTE_BCD_OVERFLOW exception. I've try also to cast to float values, but the conversion is ignoring the decimal digits.
Thank you
Bogdan
Hello All,
Please tell me a way to multiply Total stock ( MBEW-LBKUM QUAN 13,3 ) with Standard Price ( MBEW-STPRS CURR 11,2 ) in a field of type CURR 13,3.
When is done with no casting I get COMPUTE_BCD_OVERFLOW exception. I've try also to cast to float values, but the conversion is ignoring the decimal digits.
Thank you
Bogdan
2005 Oct 14 1:15 PM
2005 Oct 14 1:40 PM
2005 Oct 14 1:51 PM
Basically, your target field is not able to accommodate your calculated value. Try defining a field of type p decimals 2 length max 16.
v_target(15) type p decimals 2.
2007 Dec 16 2:06 PM
Hi Bogdan,
you still have to divide the result by MBEW-PEINH to get the total value. The result should be stored in MBEW-salk3 or salkv, respectively.
Regards,
Clemens
2022 Jan 23 8:37 AM
Hello;
I had such an error before during the goods receipt and when I examined it, I determined that the main data of the Gross weight was incorrect. It was 10,000,000,000 G. Could you also have a similar master data error?
Regards,
Mucahit Ozel
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |