2010 Jan 14 3:59 AM
hi guys,
we copied RM07IDIF to ZRM07IDIF , we added 1 field to store numeric calculation. So here is the coding::
data: tl_dif like konp-kbetr.
data: tl_book like konp-kbetr.
data: tl_rate like konp-kbetr.
tl_book = '4.00'.
tl_dif = '2.00'.
tl_rate = tl_dif / tl_book .
tl_rate = 0.01
the value of tl_rate shud be 0.05, can anybody pls help why the result became wrong
hi guys,
we copied RM07IDIF to ZRM07IDIF , we added 1 field to store numeric calculation. So here is the coding::
data: tl_dif like konp-kbetr.
data: tl_book like konp-kbetr.
data: tl_rate like konp-kbetr.
tl_book = '4.00'.
tl_dif = '2.00'.
tl_rate = tl_dif / tl_book .
tl_rate = 0.01
the value of tl_rate shud be 0.05, can anybody pls help why the result became wrong
2010 Jan 14 4:19 AM
Hi,
I copied the same code and am getting valid result as '0.5'. Please verify your answer again. Maybe you are looking at the value of some other varaible.
Regards,
Mansi.
2010 Jan 18 6:04 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |