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

Reg:Short dump in VF01 transaction with error id SAPSQL_ARRAY_INSERT_DUPREC

nagamani_modala2
Discoverer
0 Likes
1,153

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".

The main program was "RSM13000 ".

The termination occurred in line 503

of the source code of program "LV60UF0V " (when calling the editor 5030).

The program "SAPLV60U " was started in the update system.

Can anyone help me in solving the issue.

Thanks in advance.

Nagamani

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".

The main program was "RSM13000 ".

The termination occurred in line 503

of the source code of program "LV60UF0V " (when calling the editor 5030).

The program "SAPLV60U " was started in the update system.

Can anyone help me in solving the issue.

Thanks in advance.

Nagamani

2 REPLIES 2
Read only

Former Member
0 Likes
753

Sounds like you have a number range issue.

double check you number ranges in VN01

Read only

Former Member
0 Likes
753

There are a number of notes on this. See 920468 for example.

You'll probably get quicker responses if you post this sort of question in one of the ABAP forums.

Rob