‎2007 Dec 15 12:01 PM
Hi Experts
Pls help me to declare the data type of a variable
Decimal with length =10
Decimal places = 3
Data : amt like KONV-KKURS. * But its decimal places = 5
How to declare this data type.
Pls help me.
Regards
Rajaram
‎2007 Dec 15 12:10 PM
Plz Declare Like this .
data: amt(13) type P decimals 3.
Awards points if useful.
Regards
‎2007 Dec 15 12:10 PM
Plz Declare Like this .
data: amt(13) type P decimals 3.
Awards points if useful.
Regards
‎2007 Dec 15 1:43 PM
‎2007 Dec 17 5:03 AM
Hi
I am getting only 2 decimal places even i declared decimals 3.
what could be the reason actually.
Regards
Rajaram