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 in ME9F while issuing output messageSAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
507

Hi Gurus ,

I am getting a shot dump in ME9F when i click on output message . I have selected the medium as external send . The exact place in the program is in include FSS01E07 at line number 367 i am getting the dump . Please see the below statement

  • Update the array on the database

INSERT SOES FROM TABLE SOES_ARRAY.

Thanks in advance .

Regards

Shankar

Hi Gurus ,

I am getting a shot dump in ME9F when i click on output message . I have selected the medium as external send . The exact place in the program is in include FSS01E07 at line number 367 i am getting the dump . Please see the below statement

  • Update the array on the database

INSERT SOES FROM TABLE SOES_ARRAY.

Thanks in advance .

Regards

Shankar

2 REPLIES 2
Read only

Former Member
0 Likes
469

If you have not made enhancements, search SAP Notes with the suggested phrases. If the code has been enhanced look for the insert command that is resulting in an attempt to insert a row with key values that already exist in the database table. The message is, as is so often the case, exactly descriptive of the error that has occurred...duprec says it all.

Read only

Former Member
0 Likes
469

HI all ,

My issue was solved by applying the following note 612902. I hope it would be helpful to all