Hi All,
I am getting a short dump at insert statement that inserts data from work area into database table. This insert statement is being used inside a loop. this loop contains about 1000 records and it always gives dump at record number 291.
I have also tried changing the record but irrespective of this, it still gives dump at the same 291 record.
The short dump says: "DBIF_RSQL_SQL_ERROR" with exception "CX_SY_OPEN_SQL_DB".
Also, it is not inserting a duplicate entry. Could someone suggest the possible cause of this dump?