cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Run time Error in QE51N & QE03

Former Member
0 Kudos

Dear All,

I have inspection lot with inspection type 04 and user has to do RR.

Inspection lot have Operation 0010, 0020, 0030, 0040 and 0050.

for the Operation 0030 user has done changes 18 times RR for the Char and duplicate entries are found in table QASE with Combination Inspection lot number, Node, Char and Resultno screen shot attched.

When user run the TCode QE51N & QE03 for operation 0030 that ABAP Run time error come and not able to Lock the Results.

please help. also provide if any sap note available.

ABAP Run time error also attached.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Execute program  Z_QASE_DELETE_DUPLICATES or Z_QASE_DELETE_DUPLICATES_PL

from SAP note  720452 - ITAB_DUPLICATE_KEY in SAPLQEEA

Best Regards,

R.Brahmankar

Former Member
0 Kudos

thanks for your reply.

Former Member
0 Kudos

Execute both the Programs given in the SAP Note 720452 but still information was shown that No duplicate entries was available.

ABAP run time error is still exist.

Please Refer the attached Table data of the QASE.

thanks !

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Refer SAP note  1630753 - Program Z_QASE_DELETE_DUPLICATES does not work as expected.

create the  report Z_QASE_DELETE_DUPLICATES_II based on program Z_QASE_DELETE_DUPLICATES from note 1630753.

Best Regards,

R.Brahmankar

siva_subramanian2
Participant
0 Kudos

Hi Kethan,

Please check your QE51N or QE03 Inputs before save. I assume that the same data is getting passed again (i.e your Result No field value is 18). Please ask your technical guy to check the value in debugging.

As per attachement, Row with same key already exists is the error message in your attached dump. It means a record with same primary key is already available in your table and hence throwing this error. Please check the table

Thanks

Siva.A

busyaban7
Active Contributor
0 Kudos

Hi Ketan,

Have you send these details to your ABAP team? What is their analysis on this issue?

Thanks,

Arijit