A report has columns with both data for totals data and with data for line item data. The correct period field is also used in each column.
When you check the report or generate the report group, error message GR672 is issued.
Incomplete check
SolutionPlease check first if the report is using the correct key figures. A key figure determines if the corresponding data is coming from summary data tables or line item data. Possibly you are using a key figure for line item data, even though you only want to report summary data.
If you really want to display both summary and line item data together in one report, please correct the lines marked with "QZM below in program FGRWRF20:
... PERFORM APPEND-MESSAGES
* USING 'E' 672 R-RNAME "QZM
USING 'W' 672 R-RNAME "QZM
RCD-SEQNR FIELD_TEXT CRFF_FIELD.
...
PERFORM APPEND-MESSAGES
* USING 'E' 672 R-RNAME "QZM
USING 'W' 672 R-RNAME "QZM
CRFF_SEQNR FIELD_TEXT CRFF_FIELD.
...
The correction changes the error message to a warning message. The warning message can then be ignored.
Additional key words ----- SUPPORTGUIDE 20010411140028 -----
REPORTWRITER, SGRW_CHECK_REPORT, SGRW_GENERATION, SGRW_MESSAGE, SGRW_MODIFICATION
SGRW_OM SGRW_PS SGRW_PC SGRW_SL SGRW_PCA SGRW_EC SGRW_LIS
No comments:
Post a Comment