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

Dump SAPSQL_ARRAY_INSERT_DUPREC in program "RFFONL_A"

Former Member
0 Likes
815

Termination occurred in the ABAP program "RFFONL_A" - in "ABSCHLUSS_REGUT".

The main program was "RFFONL_A ".

In the source code you have the termination point in line 4657

of the (Include) program "RFFORI99".

The program "RFFONL_A" was started as a background job.

dump occured at insert stmt in rffori99

IF tab_reguta-lfdnr <> *regut-lfdnr.

LOOP AT tab_reguta.

tab_reguta-lfdnr = *regut-lfdnr.

MODIFY tab_reguta.

ENDLOOP.

ENDIF.

INSERT reguta FROM TABLE tab_reguta.

any pointers will be appreciated

5 REPLIES 5
Read only

Former Member
0 Likes
762

This is a standard SAP program. Have you looked for notes?

Rob

Read only

0 Likes
762

yes rob..but not able to find one

Read only

0 Likes
762

>

> yes rob..but not able to find one

Well, I saw at least two.

Rob

Read only

christine_evans
Active Contributor
0 Likes
762

Since this is a 'duplicate key in index' error I'd hazard a guess that it could be something to do with a number range running out of numbers. Something you could ask your functional people to look at, but I'd think I'd end up raising an OSS note.

Read only

Former Member
0 Likes
762

Not following the thread and can be closed