Hi ,
Im using COMMIT WORK after updating a Custom table .
But in the FM " CKMS_BUFFER_POST_DYN " at the line
insert ckmlpp from table t_dyn_ckmlpp.
It is giving dump as ' The ABAP/4 Open SQL array insert results in duplicate database records.'
Use an ABAP/4 Open SQL array insert only if you are sure that none of
the records passed already exists in the database.
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
"SAPLCKMS" or "LCKMSU33"
"CKMS_BUFFER_POST_DYN".
Please help to solve this .