A division by 0 error (COMPUTE_INT_ZERODIVIDE) is returned by the report RSSTAT25 or by the transaction AL05.
Cause and prerequisitesProgram error.
SolutionIn the report RSSTAT25, the following must be inserted in line 780 (or 7800 in the editor) in the form UPDATE-RECORDS: ...
delta_t_needed = sta1-avcount * corr / ( wpno * 100 ).
check delta_t_needed ne 0. "!!! INSERT THIS LINE !!!
delta_t_needed = statrecno * 60 / delta_t_needed.
No comments:
Post a Comment