Hello Experts,
in my project i have more then 80000 material loaded in the system, and my client wants a report on all the spares and engineering material for which particular inspection type not maintained.
say X is the inspection type in and it is not maintained in N no of materials, hence i want the list from list i have tried to check in MARA table with PSTAT field, there i can found out which all material have quality view active, but how to find out 1 particular field in the view is what my requirement is.
i even checked table TQ30T, but cld not find any thin in tat, also tried SQVI, but no success.
please help.
thanks and regards,
YK
Hello,
Check table MARC.
If MARC - QMATV field = 'X', then some inspection setup is maintained for this material. So you can put exclude condition and find the materials without inspection setup.
Or,
You can check table QMAT where Inspection type - material - plant data can be found.
Here you get only those materials for which the data is maintained.
regards
Add a comment