SAP Message 70032 - Program cancelled due to incorrect DB operation &1 in table &2

Diagnosis
An error occurred in a database operation during the processing oftable &2.

  • DELETE

  • INSERT

  • UPDATE
  • Procedure
    If the error occurred due to a buffer overflow, it can be rectified bychanging one of the constants xxxx_INC, PAnnnn_PERNR_INC,or PAnnnnn_REC_INC. These constants are set in Include RPUEMU01.
    xxxx_INC defines the number of pay scales that can be selectedat one time and processed in table xxxx.
    PAnnnn_PERNR_INC defines the number of personnel numbers thatcan be selected and processed at one time when processing infotypetable PAnnnn.
    PAnnnn_REC_INC defines the number of data records that can beprocessed at one time when processing infotype table PAnnnn.
    In the case of a table overflow, you can lower this value. Execute thereport again. If this new run is not successful, contact your systemadministrator.
    You will find further information about pay scale currency conversionin the documentation of report RPUEMU00.