2008 Jun 11 9:23 AM
Dear friends,
is it possible to perform an arithmetical operation
if a data type is NUMC ?
If it is not possible what is the solution
perform an arithmetical operation ?
regards
ertas
2008 Jun 11 9:24 AM
Hi,
Try using packed decimals for arithmatic operations. They handle decimals as well which a numc wont allow.
the declaration is
data : v_abc type p decimals 2.
Thanks
Nayan
Dear friends,
is it possible to perform an arithmetical operation
if a data type is NUMC ?
If it is not possible what is the solution
perform an arithmetical operation ?
regards
ertas
2008 Jun 11 9:24 AM
Declare the data type as i.
data : l_count type i.Best regards,
Prashant
2008 Jun 11 9:24 AM
Hi,
Try using packed decimals for arithmatic operations. They handle decimals as well which a numc wont allow.
the declaration is
data : v_abc type p decimals 2.
Thanks
Nayan
2008 Jun 11 9:26 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |