‎2008 Nov 18 3:20 PM
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
‎2008 Nov 18 3:51 PM
‎2008 Nov 18 4:02 PM
‎2008 Nov 18 4:25 PM
>
> yes rob..but not able to find one
Well, I saw at least two.
Rob
‎2008 Nov 18 4:13 PM
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.
‎2010 Aug 02 2:49 AM