cancel
Showing results for 
Search instead for 
Did you mean: 

Use inspection point for in-process inspection with serial number

thomasdelmas
Discoverer
0 Kudos

Hello,

I am looking for a solution to manage in-process inspection of serialized material.

I noticed that in recent S/4 HANA release (1809, I guess) a new inspection point type was created for serial number.

I set up the material as serialized and made QM set up similar that if I am inspecting individual serial number and set up the routing header with inspection point = 320 (std customizing with inspection point type = 4)

Inspection lot is correctly generated but I can not generate inspection point and get following message :

- "Inspection point type for serialized materials (4) not supported Message no. QT105"

Is there any limitation for use of inspection point type = 4 ?

Is there any additional set up to perform ?

Many thanks for your inputs.

Regards

Thomas

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hello,

Now I think I have the answer...

Inspection point type = 4 is designed to be used with SAP-PEO only.

When using PEO with serialized material, it is mandatory to use Routing with inspection point set-up (in fact, SAP do it in background) and, in this scenario, it is using inspection point type 4.

The drawback of this, is that standard QM transactions are not designed to display this kind of inspection point and, for the moment, I haven't find any easy way to retreive the detailed information in PEO related apps (I get a consolidated results per operation or activity but not details per serial number)

Some CDS view and function modules exist but dev is needed then.

Thomas

pierrepruvost
Explorer
0 Kudos

sorry the inspection point type is 4 - Inspection Point for Serialized Material -, '320' is the field combination.

pierrepruvost
Explorer
0 Kudos

Hi Albert,

Not sure the question was a "where-used" list of the error message. I have the same question as Thomas, how should we use this new inspection point type 320 - Inspection Point for Serialized Material - is there a documentation somewhere describing the process? Thanks in advance,

Regards,

Pierre

AlbertSAP
Advisor
Advisor
0 Kudos

Hi Thomas,

thank you for the details provided. I have checked where this QT105 message is raised in the system, and it is an exception specifically for Inspection Point Type 4. (QALS-STAT13 = '4 Inspection Point for Serialized Material')

  • Function module QEEM_CHAR_RESULTS_DIALOG
* Ergebniserfassung zum Prüfpunkt
    MOVE s04 TO qaqee-schlcode.
    IF qals-stat13 EQ '4'.
      ROLLBACK WORK.
      MESSAGE e105(qt) WITH qals-stat13
              RAISING lot_with_wrong_status.
    ENDIF.
  • Include MQEEAF10
* Prüfpunktidentifikation zum Prüflos erfassen
            CASE qals-stat13.
              WHEN eins.               "Prüfpunkt für Equipment
                LEAVE TO TRANSACTION 'QE17'.
              WHEN zwei.               "Prüfpunkt für Technischen Platz
                LEAVE TO TRANSACTION 'QE20'.
              WHEN drei.               "Prüfpunkt für physische Probe
                LEAVE TO TRANSACTION 'QE23'.
              WHEN vier.
                MESSAGE e105(qt) WITH qals-stat13.
  • Include RQETBI10
* Prüfpunktabwicklung, alle Probensätze
* Alle Prüfpunkte einlesen
    IF object_tab-stat13 = 4.
      MESSAGE e105(qt) WITH object_tab-stat13.
    ENDIF.

I could add this information to the topic.

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