3.1.11

SAP Note 16966 - Update termination in MCV_STATISTICS_UPD modules

Symptom:

When you create or change a document (VA01, VA02, VL01, VL04, VL02, VF01, VF04, VF02 etc.) update terminations occur in the ABAP processor: DBIF_RSQL_SQL_ERROR

in function modules

MCV_STATISTICS_UPD_V1_ORDER or MCV_STATISATICS_UPD_V2_ORDER or

MCV_STATISTICS_UPD_V1_DELIVER or MCV_STATISATICS_UPD_V2_DELIVER or

MCV_STATISTICS_UPD_V1_INVOICE or MCV_STATISATICS_UPD_V2_INVOICE.

A table from one of the following information structures is involved: S001 through S006 or S500 through S999.

Cause and prerequisites

DB parameters NextExt and MaxExt of the table are not sufficient.

Solution
Change the DB parameters of the involved table:
Increase NextExt by a factor of 10 and increase MaxExt to < 500. For detailed information on the procedure, please refer to the "Data Dictionary manual".

No comments:

Post a Comment