Bit hard to read all the output of your question as the line breaks have been lost.
However Duprec is exactly what it says it is, attempt to save duplicate record to the database. You cannot create a duplicate record in a relation database when that record has a the same key as a primary key or unique key index. ie It is breaking the relational database model.
Now since I see that the error is on a "Z" program Z_LE1_SAVE_ALGORITHM_PICKS....my basis brain says first " Who wrote this s..t?", to be honest I would walk/phone a good ABAP developer and ask them if they could debug the program for this issue. Now there can be much rarer reasons for duprec (classic is with multibyte, codepage issues) but go with the most likely someone or something is trying to save the same bit of data twice.
However Duprec is exactly what it says it is, attempt to save duplicate record to the database. You cannot create a duplicate record in a relation database when that record has a the same key as a primary key or unique key index. ie It is breaking the relational database model.
Now since I see that the error is on a "Z" program Z_LE1_SAVE_ALGORITHM_PICKS....my basis brain says first " Who wrote this s..t?", to be honest I would walk/phone a good ABAP developer and ask them if they could debug the program for this issue. Now there can be much rarer reasons for duprec (classic is with multibyte, codepage issues) but go with the most likely someone or something is trying to save the same bit of data twice.
No comments:
Post a Comment