cancel
Showing results for 
Search instead for 
Did you mean: 

QA13..Inspection lot status should be UD without result

Former Member
0 Kudos

Hello Guys,

One of our client want report to show for the inspection lot for which UD is done, And there is no results in the Result column in Transaction:QA13,Those records need to display in the report.

But report was developed ,we are getting only the valuated once without result and ud is done.One more requirement is that non valuated once with UD,Without result should also display in the report.

Normally logic is like this from table :QALS with ud we are passing to QAMR table..But we are not getting the non valuated once in this table.

Can any one explain how we need to get the non valuated once in the report.Is there any table or Function Module where we can able to look into.

Regards

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

anand_rao3
Active Contributor
0 Kudos

Dear Kumar,

Without result recording has many interpretations. Suppose you have 2 MICs (LENGTH and WIDTH) in a particular lot and you have to enter 5 readings for each MIC. Letu2019s have a look on following cases.

1. Not a single reading is entered for any of the MICs.

2. Readings have been recorded for all samples for only 1 or partial MICs. (All the 5 readings for LENGTH are entered and no readings are entered for WIDTH)

3. Partial readings are recorded for all MICs. (2 readings for LENGTH and 3 readings for WIDTH are recorded)

4. All the readings have been entered but none of the MICs have been valuated up to status 5. (5 readings for LENGTH and WIDTH entered but you have not valuated / closed MIC)

The logic for report changes based on above assumptions.

1. If you do not get data in QAMR table, it means result recording is not all done. Not for a single reading is entered.

2. QAMR is for getting the information about Results Record Status. i.e. whether MIC is set for processing or MIC is closed and valuated.

3. I think, you must explore QASE table also. QASE if for individual MIC readings.

4. Test the effect of result recording in both the tables for a particular inspection lot and develop logic accordingly. But the definition of NO RR should be finalized first.

Regards,

Anand Rao

Former Member
0 Kudos

Hi Guys,

We have fected the valuated once from Table :QAMR,No valuation once from Field:QAVE,Both combined and we are fetching in the final report.

Thank you for your help.

Regards

Kumar

Former Member
0 Kudos

Issue resolved.

Answers (1)

Answers (1)

Former Member
0 Kudos

In Qcc3-->status mgt->define selection profile->New entries>Enter name like NoResut->enter status profile as"QM_L_001"-->selection condition->New entries---->Enter status --->RREC & tick "Not" --->save

In QA32 there is "Selection profile in selection screen-->enter this & execute