‎2016 Oct 28 8:25 AM
Hi Folks,
I need help in a issue as we are facing runtime time dump in only P50 system while creating sales order in VA01. When we are creating sales order in VA01 sales order is getting created but in blackened it is giving the runtime error SAPSQL_ARRAY_INSERT_DUPREC. So after creating sales order in VA01 when we try to check this sales order in VA02 and VA03 it is showing error that this sales order is not exist in database.
‎2016 Oct 28 8:49 AM
Hi,
it seems a duplicate entry is being created.
what is the value of OBJECT in sentence
insert (object) from table da_xvbpai?
Best regards,
Pablo
‎2016 Oct 28 8:53 AM
Hi
It seems there are duplicated records in partener data, it's strange error and in my experirence an error like yours is usually due to a modification by some user-exit
Anyway you can try to check which table is in OBJECT and which data are inDA_ XVBPAI
You can run the saving in debug with option Update Debugging activated
‎2016 Oct 28 9:04 AM
‎2016 Oct 28 9:12 AM
that OSS note seems to be for VA21/VA22 and the OP was for VA01
‎2016 Oct 28 9:59 AM