short dumps with the message 'ABAP/4 runtime error SAPSQL_ARRAY_INSERT_DUPREC' occur. The termination occurs at the following point in the program SAPLKAUP (LKAUPF01): 'INSERT COBK FROM TABLE COBK_INS.'.
SAP Managed Tags: ABAP Development, Basis Technology The root cause is "memory allocation failed", you don't need to understand how the DB engine works, it would take too much time, but you can adjust till it works better. So, good that you found a solution. Also, searc...
i am getting short dump in SAP sapsql_array_insert_duprec cx_sy_open_sql_db Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC Exception CX_SY_OPEN_SQL_DB Date and Time 15.07.2011 10:31:32 * * Short text The ABAP/4 Open SQL array insert results in duplicate database records. What happened?
SAP Managed Tags: ABAP Development the dump clearly says thats you are try to insert a duplicate record try to explore that more over you can insert the record in the table and not in the view. cheers s.janagar Reply Former Member 2010 Mar 02 10:29 AM 0 Kudos 231 SAP ...
The termination occurred in ABAP program "SAPLSDIFRUNTIME", in "DD_INT_UPDATE_DDFTX". The main program was "SAPMSEDIPARTNER". In the source code, the termination point is in line 10 of (Include) program "LSDIFRUNTIMEU03". The termination is due to exception "CX_SY_OPEN_SQL_DB"...