cancel
Showing results for 
Search instead for 
Did you mean: 

Need MIC details from table

former_member224727
Active Participant
0 Kudos

I have list of inspection plan header (Group and group counter) combination from PLKO table.

With these group and group counter combination I want to go some table to pull MIC details. Could you help me?

I checked PLMK table but there is no field to enter group counter.

thanks again.

Accepted Solutions (0)

Answers (4)

Answers (4)

shubhphoenix
Explorer
0 Kudos

Hi,

How can i find with below combination:

Plant | Material | Group | Inspection Characteristics

former_member224727
Active Participant
0 Kudos

thanks

Former Member
0 Kudos

Hi,

please find below tables

Master Data QMAT Inspection type - material parameters

Master Data QMHU QM Link Between Inspection Lot and Handling Unit Item

Master Data QMTB Inspection method master record

Master Data QMTT Inspection Method Texts

Master Data QPAC Inspection catalog codes for selected sets

Master Data QPAM Inspection catalog selected sets

Master Data QPMK Inspection characteristic master

Master Data QPMT Master Inspection Characteristics Texts

Master Data QPMZ Assignment table - insp. methods/master insp. characteristic

Master Data TQ01D Authorization groups for QM master data

Master Data TQ01E Text authorization groups for QM master data

Master Data TQ21 Assignment of screens to screen groups

Master Data TQ25 QM:screen sequence for master and inspection characteristics

Inspection Plan PLKO Inspection plan Header

Inspection Plan MAPL Material Assignement

Inspection Plan PLPO Operation Details

Inspection Plan PLMK Inspection plan characteristics

Inspection Plan PLMW MAPL-Dependent Charac. Specifications (Inspection Plan)

Inspection Plan TQ03 QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6)

Inspection Plan TQ29A Dependency tolerance key - nominal measurement

Inspection Plan TQ72 Type of share calculation

Inspection Plan TQ72T Texts for type of share calculation

Inspection Plan TQ75 QM formula parameters

Inspection Plan TQ75F Field names for QM formulas

Inspection Plan TQ75K Short text for Table TQ75F

Inspection Plan TQ75T Description of formula parameters

Regards

SANIL

former_member224727
Active Participant
0 Kudos

Let me repeat my question one more time...I have two inspection plan both inspection plan have same group name but counter is different.

Inspection plan1 = Group GP1 & group counter 1

Inspection plan2 = Group GP1 & group counter 2

both inspection plan has four operation and each operation two MIC, but these MIC are different in both inspection plan.

Now my requirement is how to differentiate these MIC in table? how I know that which MIC belongs to which inspection plan? To understand my question if you need more info let me know.

thanks in advance.

former_member42743
Active Contributor
0 Kudos

I think the problem is you don't kow which fields to link to which tables to get you the proper characteristics in PLMK.

I believe if you try the following it will work.

Plan charc to plan opeartions

PLMK-PLNTY <> PLPO-PLNTY

PLMK-PLNNR <> PLPO-PLNNR

PLMK-PLNKN <> PLPO-PLNKN

Plan operations to task list of operations

PLPO-PLNTY <> PLAS-PLNTY

PLPO-PLNNR <> PLAS-PLNNR

PLPO-PLNKN <> PLAS-PLNKN

Task list of operations to Task List Header

PLAS-PLNTY <> PLKO-PLNTY

PLAS-PLNNR <> PLKO-PLNNR

PLAS-PLNAL <> PLKO-PLNAL

FF

former_member224727
Active Participant
0 Kudos

Fantastic boss, your answer help me lot. I applied following link.

PLKO --> PLAS --> PLMK

Former Member
0 Kudos

Hi,

in PLMK Table put the group counter in the field ZAEHL(Counter) and then check,

Regards,

Naveen.