cancel
Showing results for 
Search instead for 
Did you mean: 

Error 00671 ABAP/4 Processor SAP SQL-ARRAY_Insrt_Duprec

Former Member
0 Kudos

Hi Guys,

The user has started transaction VA02 and has added materials to existing order. Then when she clicked the save button, She got the message changes have been saved.

After that she got the express mail with ABAP/4 error message: SAPSQL_ARRAY_INSERT_DUPREC. All her changes were actually not saved and she has to dothe work again.

We already got the dump file in ST22 but we actually do not know how to check where the error occur. We also check if we could get a SAP note (formerly known as OSS) but were already implemented.

Please help me guys. Thank you.

Bluetag

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The reason for this is duplicate records in a table, which SAP does not allow. Common reasons for this dump are:

1. Number range reset for the Sales Order number

2. User-exits causing multiple records of partners

Most common cause is incorrect coding in user-exits.

More analysis is possible only if you provide the programs where this error occurs, i.e. the lines similar to below:

"RAISE_EXCEPTION" " "

"SAPLCVV5" or "LCVV5U02"

"CVV5_EVENT_START_DISTRIBUTION"

Regards

Nikhilesh