cancel
Showing results for 
Search instead for 
Did you mean: 

New report where QA11 has been done without doing results recording in QE51

Former Member
0 Kudos

Hi Guys,

One of our client requires one new report where in QA11 tab:Characteristics:Result is ok,Here result entry is done and after that UD is done.Report will not display this record.

One more scenerio is that Result analysis is not therebut still it is allowed to do the UD,Report should fetch this inspection lot.

And Field name :EINFELD will store in which table in sap

Can you through me some light on this how to develop.

Regards

Kumar

Edited by: Gadwal Kumar on Apr 11, 2011 1:28 PM

Accepted Solutions (1)

Accepted Solutions (1)

anand_rao3
Active Contributor
0 Kudos

Hi Kumar,

I suppose, you want the report displaying inspection lots whose usage decisions have been given without result recording.

1. All inspection lots are stored in QALS table which we treat as universal set.

2. In QALS you find field STAT35 -UD made or not. Apply condition here that QALS-STAT35 = X.

3. This will filter out the inspection lots based on material, inspection type, date and UD made.

4. Pass these filtered inspection lots through QASE table. If you do RR, the lot gets reflected in QASE table.

5. For your requirement you need the inspection lots which are present in QALS but not in QASE. Display such lots with ABAP techniques.

Try it.

Regards,

Anand Rao

Edited by: Anand Rao on Apr 12, 2011 12:50 PM

Former Member
0 Kudos

Hi Guys ,

I found the Table :QAMR....Where result recording details are stored.

Regards

Kumar

Answers (0)