Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

netpr problem

Former Member
0 Likes
535

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.

3 REPLIES 3
Read only

Former Member
0 Likes
494

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

Read only

Former Member
0 Likes
494

Hey,

Jus declare the variable of type p decimals 4.

I tink it should work.

Regards..

Read only

mahaboob_pathan
Contributor
0 Likes
494

hi

use this syntax in u r logic.

wa_<name>-<field> = <wa_source>-<feild>+1(4).