2008 Aug 16 8:12 PM
hi,
In my program , in many statements i want to use a decimal number as 0.08.
So i want to define a constant as
CONSTANTS: C_T TYPE P VALUE 0.08.
Whats wrong ?
thks
2008 Aug 16 8:21 PM
define like this//
constants: c_p type p decimals 2 value '2.00'.
hi,
In my program , in many statements i want to use a decimal number as 0.08.
So i want to define a constant as
CONSTANTS: C_T TYPE P VALUE 0.08.
Whats wrong ?
thks
2008 Aug 16 8:21 PM
define like this//
constants: c_p type p decimals 2 value '2.00'.
2008 Aug 16 8:23 PM
hiii
define like
data:
w_pack type p decimals 2 value '0.08'.
regards
twinkal
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |