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 Release 700 ECC 6.0

Former Member
0 Likes
490

Hi expert.

When i run Financial Statements with T.Code F.01 then I see a error SAPSQL_ARRAY_INSERT_DUPREC and i try with SAP Report standard Cash Fow then i met error SAPSQL_ARRAY_INSERT_DUPREC too.

Please help me resolve this error.

SAP System intalled on OS LINUX

Version: ECC 6.0.

Release: 700.

Thanks & Best Regards,

Dungnv.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
455

Hi,

This dump arises when the program is trying to insert some entries but the entries already exists.

Check in SM13 the update terminations.

Keep a breakpoint at the statement where the dump is coming and re-run the process.

Turn on update debugging incase it is not stopping at the breakpoint and then re-run the process.

In debug check which entries the program is trying to insert and that those already exists in the table.

The issue might be due to some wrong updates of internal tables in some userexits.

Regards,

Ankur Parab

3 REPLIES 3
Read only

Former Member
0 Likes
456

Hi,

This dump arises when the program is trying to insert some entries but the entries already exists.

Check in SM13 the update terminations.

Keep a breakpoint at the statement where the dump is coming and re-run the process.

Turn on update debugging incase it is not stopping at the breakpoint and then re-run the process.

In debug check which entries the program is trying to insert and that those already exists in the table.

The issue might be due to some wrong updates of internal tables in some userexits.

Regards,

Ankur Parab

Read only

0 Likes
455

Thanks Ankur Parab support for me.

i checked T.Code SM13 but update request show 0 update recode found.

i know entries the program is trying to insert and that those already exists in the table too but i don't have solution to resolve

this problem.

please guide me details to resolve that issue.

Dungnv.

Thanks & best regards,

Read only

0 Likes
455

Hi,

As i suggested earlier put a breakpoint at the statement where the dump is coming.

You can see the dump details in ST22.

In debug just check which are the duplicate entries and what is causing them to come.

The problem may be some wrong period is selected.

You can also discuss with your functional consultant.

Regards,

Ankur Parab