cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding the monitor on QA32

f_k_hansen
Explorer
0 Kudos
2,065

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" ?

View Entire Topic
AlbertMolnar
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

  • If there are open short-term characteristics, the traffic light is red
  • If there are only long-term characteristics, the traffic light is yellow
  • If there are no open characteristics, the traffic light is green

..."

Have a nice day,
Albert
***
Read and follow the 'SAP Community Rules of Engagement' athttps://www.sap.com/community/about/rules-of-engagement.html

f_k_hansen
Explorer
0 Kudos

Yes I know that 🙂
But how come, that all characteristics are winged off with a green tick, so why is the entire inspection lot marked with

red on the list?

And how come that characteristics winged off with a red tick, have no characteristics that are marked with red in the detailed list ?

/Finn

AlbertMolnar
Product and Topic Expert
Product and Topic Expert

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