‎2007 Sep 05 3:53 PM
Hi experts
I have problem with the data type declarations
for ex itab-netpr value 1.00 and itab-menge value is 4.00
when multiplying i am getting 400.00 instead of 4.00 in the result field
pls advice which datatype i need to use for the result field
‎2007 Sep 05 3:56 PM
‎2007 Sep 05 4:14 PM
Hi
thanks for replying , I used tye p decimals 2 but i problem not solved
i declared like
data : totval1 type p decimals 2.
data : totval2 type p decimals 2.
data : totval3 type p decimals 2.
totval1 = itab-menge. here menge value is 4.00 but totval1 contains value 40.00
pls advice
thanks in advance
karthik