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

Short Dump SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
977

Hi Experts,

I am getting a the short dump SAPSQL_ARRAY_INSERT_DUPREC after executing report SDRQCR21 at line 1258

INSERT VBBE FROM TABLE DA_XVBBE.

Please help.

5 REPLIES 5
Read only

Former Member
0 Likes
787

Hi Rahul,

this error come when some one re-enter  same key record in the table . I think system trying to insert same reord in the  table VBBE.

Please check your system SM58 entry  and try to delete  or re-organize that record .

goto SM58 tcode   then log file-> re-organize and set user name who resend this record or using * and  after that  check checkboxes from screen and  execute.

I think this problem will be re-solved.

Regards,

Prasenjit

Read only

0 Likes
787

Hi,

I think check your data transfer, Definitely the duplicates are existed in your internal table DA_XVBBE.

- check the records again!

Read only

Former Member
0 Likes
787

Hi Rahul

Please refer notes 33267.

Regards,

Archer

Read only

Former Member
0 Likes
787

Hi Rahul,

But a break point in Insert command and check for which record you are getting error ? Is it for all the records or in some particular scenario ?

Thanks,

Prakash

Read only

RaymondGiuseppi
Active Contributor