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

Short dump in VF01 transaction with error id SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
2,109

Hi,

We are getting shortdump SAPSQL_ARRAY_INSERT_DUPREC when running VF01 transaction.

The ABAP/4 Open SQL array insert results in duplicate database records.

The termination occurred in the ABAP/4 program "SAPLV60U " in

"VBUK_BEARBEITEN".

Line Number 536

>>>>> INSERT vbuk FROM TABLE da_xvbuki.

Could some one please reply me when you have the time.

Regards,

Vishal

Moderator Message: De-prioritized.

Edited by: kishan P on Aug 29, 2011 2:05 PM

Hi,

We are getting shortdump SAPSQL_ARRAY_INSERT_DUPREC when running VF01 transaction.

The ABAP/4 Open SQL array insert results in duplicate database records.

The termination occurred in the ABAP/4 program "SAPLV60U " in

"VBUK_BEARBEITEN".

Line Number 536

>>>>> INSERT vbuk FROM TABLE da_xvbuki.

Could some one please reply me when you have the time.

Regards,

Vishal

Moderator Message: De-prioritized.

Edited by: kishan P on Aug 29, 2011 2:05 PM

3 REPLIES 3
Read only

Former Member
0 Likes
1,144

Check the [Link|;

Read only

Former Member
0 Likes
1,144

Duplicate records is being tried to enter in table VBUK, which is not allowed due to primary key concept. Hence the error.

For details, you can get help of the technical person in your team

Read only

0 Likes
1,144

thanks , I had the same problem , had vbuk values ​​in the table , and my ranges overlap with VN01