Application Development 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: 

SAPSQL_ARRAY_INSERT_DUPREC error in PM_PARTNER_MAINTAIN

francisco_asensio
Participant
0 Kudos

Hi every one.

My problem is as follow:

I create a Quality notification using function GENERATE_NOTIFICATION,and just before I assing a partner using function PM_PARTNER_MAINTAIN.

The problem come when, after that, I try to change the user status of the quality notification using function IQS4_CHANGE_USR_STAT_NOTIF. This do not make the update since a dumb "SAPSQL_ARRAY_INSERT_DUPREC " occurs (This dump occurs in a new call to PM_PARTNER_MAINTAIN into change status function)

This error no occur if I do not call function IQS4_CHANGE_USR_STAT_NOTIF in the program and then i call it manually from SE37.

Thanks in advance for your help.

Regards.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check the following link

http://www.sapbrain.com

Regards,

Bhaskar

francisco_asensio
Participant
0 Kudos

Hi all,

I finally use the function I_CHANGE_STATUS to change the status. This function do not call the function PM_PARTNER_MAINTAIN so the Dump do not occur now.

Thank all.

PD: The link was not useful, It was look for a needle in a barn.