‎2008 Feb 22 5:54 AM
hello every one.
there is a problem in net price(NETPR).
in me23n it is showing
0.2345 for waers-usd i.e more than 3 or 4 decimal places.
but if we use in reports it is showing only 0.00 i.e two digits after decimal.
i want more than 2 decimals.plz go through this and reply me as soon as possible. iam asking netprice for waers-usd, i want 0.0000
must be print.4 digits.
regards.
prasad.
‎2008 Feb 22 6:14 AM
Hi
Have you declared the field to be displayed of type waers / cuky??? If yes, you can do the following to get 4 deciaml places:
wa_<name>-<field> = <wa_source>-<feild>+1(4).
Thanks
Vijay
PLZ reward points if helpful
‎2008 Feb 22 6:17 AM
Hey,
Jus declare the variable of type p decimals 4.
I tink it should work.
Regards..
‎2008 Feb 22 6:20 AM
hi
use this syntax in u r logic.
wa_<name>-<field> = <wa_source>-<feild>+1(4).