19.2.11

SAP Note 22621 - Division by 0 in report RSSTAT25

Symptom:

A division by 0 error (COMPUTE_INT_ZERODIVIDE) is returned by the report RSSTAT25 or by the transaction AL05.

Cause and prerequisites

Program error.

Solution
In 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