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

SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
2,101

Dear All,

I am getting dump for INSERT operation while I am doing update by using program "SAPLV05I" with Function module "SD_PARTNER_UPDATE".

Client.............. 900

Language key........ "E"

Transaction......... "VA01 "

Program............. "SAPLV05I"

Screen.............. "RSM13000 3000"

Screen line......... 2

Runtime Error: "SAPSQL_ARRAY_INSERT_DUPREC"

Exception: "CX_SY_OPEN_SQL_DB"

-


> INSERT (OBJECT) FROM TABLE DA_XVBPAI.

Can anyone tell me the reason & solution for this?

Best Regards,

Rahul Asthana

3 REPLIES 3
Read only

Former Member
0 Likes
1,126

Hi

We can only say that in internal table DA_XVBPAI there are records with the same keys....why? It's hard to give an answer.

If your transaction is "standard" you should check SAP OSS note

If you have implemented some user-exit you should check if those exits update the internal table XVBPA in correct way

Max

Read only

0 Likes
1,126


Hello,

I am also getting similar dump in Production But if I am debugging in QA system,then no error and dump is coming.

Can you please help me if You know the reason.

Thanks A lot,

Ishani

Read only

0 Likes
1,126

In my case, For the delivery partner procedure, it was assigned one with many partners related to Sales Order, then I changed it to LF and it worked fine.