Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error while processing VL10B

Former Member
0 Likes
909

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&regards

maheshlap

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
654

Search for sap notes...have you doneany custom development also..try to comment itand check if its bcoz of your code or not.

NABHEET

Read only

madhu_vadlamani
Active Contributor
0 Likes
654

Hi Mahesh,

Is there any enhancement done.

Regards,

Madhu.

Read only

Former Member
0 Likes
654

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.

Read only

0 Likes
654

Hi,

I have the same error during VL10B elaboration. How have you solved the problem?

Thank you very much,

Marco