2010 Feb 02 10:24 AM
0.53985667
i want only the result as 0.53985 after decimal 5 places without usinf offset techniques.
2010 Feb 02 11:36 AM
0.53985667
i want only the result as 0.53985 after decimal 5 places without usinf offset techniques.
2010 Feb 02 10:28 AM
Hi,
The datatype of the variable in which the result you want to store should be of type packed with 5 decimals.
Hope its clear.
Regards,
Mansi.
2010 Feb 02 10:30 AM
no man...its fixed length in a structure length 9 and decimal 5.
is there any FM or other techniques?
2010 Feb 02 11:36 AM
2010 Feb 02 11:48 AM
Hi,
use write statement to move it to another variable and use option DECIMAL where you can specify number of places you want after decimal point.
2010 Feb 18 10:09 AM
2010 Feb 18 10:19 AM
2010 Feb 02 11:46 AM
Hi,
Declare the variable type P with 5 decimal places.
Data : l_var type p decimals 5.
Regards,
Prashant
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |