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

Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
905

Hi All,

We are repatedly getting this while creating DBM order using tx /dbm/order01. it is happening after doing the client copy. the issue seemed to be with BSIS table and probably the document # range is not correctly set due to the client copy.

Please find the details of the Dump.

Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC

Exception CX_SY_OPEN_SQL_DB

Date and Time 03/24/2011 12:36:31

Short text

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

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLF005" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Could any 1 help.

7 REPLIES 7
Read only

Former Member
0 Likes
804

I think this is a number range issue. I've seen this in the past where during the client copy, your current number range is 1000 but transaction data is still coming in. That being said when you're complete with the client copy the number range and transaction data is out of sync. What you need to do is locate the number range and set the current number to match the transaction number.

Hope this helps.

Read only

Former Member
0 Likes
804

Could you please help us with the tx to find the number range and how to do the changes.

Read only

0 Likes
804

This is pretty basic stuff. Your financial analyst should be able to do this.

Rob

Read only

0 Likes
804

I am a Basis guy. so i do not have much information about this.

it would be great if you could help..

Read only

Former Member
0 Likes
804

Is any 1 able to help.

Read only

0 Likes
804

Your FI functional analyst should be able to determine the number range. If not, you need to post more details about the transaction you're trying to post.

Read only

0 Likes
804

What is tx? Transaction code? The tcode for number ranges is SNRO but you need to know which number range to change. This is where the FI functional analyst comes into play.