Quantcast
Viewing all articles
Browse latest Browse all 8902

Re: Decimal Places Issue

Hi Aishwarya ;

 

You can use 'DECFLOAT34' ; i tried with your values and its working , like below ;

 

data : v1 type eban-preis  VALUE '14.32' ,

          v2 type UKURS_CURR  VALUE '60.12345' ,

          v3 type eban-menge  VALUE '10.123' ,

          value type DECFLOAT34.

  value = v1 * v2 * v3 .

  write value .


Best Regards.


Viewing all articles
Browse latest Browse all 8902

Trending Articles