cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSQL_ARRAY_INSERT_DUPREC in KO88

Former Member
0 Kudos

Hi All,

We have an issue in reversal of a capital investment order, using the actual settlement for orders "KO88". An incorrect settlement has been processed on this particular order after line item distribution was action-ed.

The reversal succeeds to the point where the report is displayed, but on exiting the screen an Express document is generated (pop up error), notifying update termination.

Looking into update record snaps (SM13) has revealed that the error occurs in module K_SETTLEMENT_DOCUMENT_INSERT and also short dump in ST22 indicates the update fails in line "INSERT COEPD FROM TABLE ACOEPD." of source code LKO78F10

I have tried may oss notes but unfortunately couldn't find any that could help. Even tested note175522 with no luck

The platform we are having this issue on is version 4.6B

Could anyone please shed some light on this issue for me, muchly appreciated in advance!

Regards,

Parviz

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Parviz,

Could you check with function PP consultant whether such record already exists in the system.

As per the log, there is an attempt to insert a record which already exists and hence the dump.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thanks. Not sure if this is the case, while debugging code we can see that COEPD~xstor (reversal flags) get inserted but at one point they all get reversed! Could this be a number range issue in CO docs?

Regards,

Parviz