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 - PM_PARTNER_UPDATE - CJ20N

Former Member
0 Likes
440

Hello,

when saving partner functions linked on a project, we receive sometimes this error.

I looked for OSS notes, and there are a lot of notes about this function module, but not related to the saving from a project.

Does anyone has some experience with this ?

Thanks in advance !

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi,

The dump means that duplicate entries are getting created.

Check the update termination in SM13.

It will show you where the error occured.

Put a break-point over there and debug your process.

Turn update debugging on so that it stops at your breakpoint.

Check the contents of the internal tables which are being passed to teh database table.

Probably the data has been modified incorrectly in some exit.

regards,

Ankur Parab