on 2022 Jan 12 2:46 PM
We have a challenge in understanding how the logic is in the "Traffic lights" shown on QS32 / QA33. Both on
the overview, and inside the result view.
On QA32 / QA33, the following is selected in list settings.
And gives the following result:
Inspection lot 40000006361 has a Monitor that is red on the overview.
When you press the "Display inspection results" button, the following appears:
Then press the Assigned Insp. Pnt, and the following appears:
All characteristics are winged off with a green tick, so why is the entire inspection lottery so marked with
red on the list?
The same applies to the inspection lots marked in green on the overview. If we look
on inspection lot no. 40000012883.
When you press the "Display inspection results" button, the following appears:
Then press the Assigned Insp. Pnt, and the following appears:
Here is a characteristic that is red, but Inspection Lot is green in the overview image.
Why is that? How is the logic in setting the red, yellow and green "Traffic Lights" ?
Dear Finn Køhler Hansen,
thank you for the very detailed description, based on the screenshots, you need following information:
"...
If you activate the monitor control on the initial screen, a traffic light is displayed in the list. There are 5 possible settings for the traffic light:
...
According to open characteristics
..."
Have a nice day,
Albert
***
Read and follow the 'SAP Community Rules of Engagement' athttps://www.sap.com/community/about/rules-of-engagement.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Finn,
I think you mix the traffic light of the valuation (acceptance or rejection) with the traffic lights of QA32/33 (open characteristics).
Whether the characteristic is rejected or accepted has no influence in QA32/33 when filter '4 Open Characteristics' is used.
If you wish to check this on code level, see include RQALVF16:
...
WHEN '4'. " Offene Merkmale
IF qals-offennlzmk GT 0.
object_tab-lights = '1'.
ELSE.
IF qals-offen_lzmk GT 0 AND qals-offennlzmk EQ 0.
object_tab-lights = '2'.
ELSE.
object_tab-lights = '3'.
ENDIF.
ENDIF.
...
Have a nice day,
Albert
***
Read and follow the 'SAP Community Rules of Engagement' at
https://www.sap.com/community/about/rules-of-engagement.html
User | Count |
---|---|
91 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.