‎2012 Jan 14 3:11 AM
hi experts,
in my requirement i am facing a problem that when creating outbound delivery thru VL10B,it is showing the following
Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
in standard program SAPLV50U and In the Include LV50UF0L
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
in
procedure "LIPS_VERBUCHEN" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
If you use an ABAP/4 Open SQL array insert to insert a record in
the database and that record already exists with the same key,
this results in a termination.
(With an ABAP/4 Open SQL single record insert in the same error
situation, processing does not terminate, but SY-SUBRC is set to 4.)
Missing RAISING Clause in Interface
Program SAPLV50U
Include LV50UF0L
Row 70
Module type (FORM)
Module Name LIPS_VERBUCHEN
how can i solve this issue
can any body plz suggest me.
thanks®ards
maheshlap
‎2012 Jan 14 5:12 AM
Search for sap notes...have you doneany custom development also..try to comment itand check if its bcoz of your code or not.
NABHEET
‎2012 Jan 14 7:57 AM
‎2012 Jan 14 10:05 AM
stay on line number 305(thats where i think the error is happening). keep a break point on that.(line number may change based on the notes applied on your system). but search for this line in LV50UF0L.
insert lips from table lv_xlipsi.
check the content of lv_xlipsi.
check if already an entry exist for that key.
‎2014 Jun 04 3:29 PM
Hi,
I have the same error during VL10B elaboration. How have you solved the problem?
Thank you very much,
Marco