The following symptoms are possible:
- 1. Execution of a report group terminates with error message GR205.
- 2. The report group generation terminates with the runtime error TABLE_INVALID_INDEX. The termination takes place in the generated program JggggccF (gggg = report group, cc = client) in the subroutine FILL-COLUMNS. The program instruction just processed is: MODIFY R INDEX OLD-REPORT.
Program error.
Solution- 1. In the following constellation, the error can be avoided by changing the set definition:
The report contains several column blocks with multi-sets. These multi-sets each contain a data set. The data set appears in a different place in each multi-set. If you move the dataset to the last position of all the multi-sets, the error will no longer occur.
- 2. This error occurs, for example, under the following circumstance: The report contains a multi-set in the column. The multi-set has a data set in the first position and a single set in the second position. The single set has a detail level of 1.
If you move the data set to the last position in the multi-set, you can avoid this error.
Report Writer
No comments:
Post a Comment