2009 Nov 06 4:44 PM
Greetings,
It appears that the ABAP command get run time field fname returns an integer value in microseconds. The first get run time initializes fname. Subsequent get run times get overflow if the application run time is over 75 minutes (4500000000 microseconds).
I have declared fname as P DECIMALS 0 but it still gets overflow.
Is there anyway to overcome this? Can we initialize run time more than once to avoid overflow?
Thanks,
Hung Nguyen
2009 Nov 06 4:53 PM
Use GET TIME instead.
Rob
2009 Nov 06 4:53 PM
2009 Nov 10 6:27 PM
2009 Nov 07 12:02 AM
Hung Nguyen,
as Rob recommends: For a runtime of more than an hour microseconds may not be required. If you want to use get run time, a type F field may eventually help - although you may loose some accuracy it should not lead to overflow.
Regards,
Clemens
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |