Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection Charateristics

Former Member
0 Kudos

Hi All,

How to fetch the values of Control Indicators under Inspection Characteristics for a given material.

T Code - QP03

the indicators are stored in DB table TQ27 but I am not able to get link between the given material and those indicators

Thanx

6 REPLIES 6

Former Member
0 Kudos

hi

goto QP03...

give material.no and plant no

it will display all task list available in that material...

u select the requried task list and check the opertions

0 Kudos

Yes I have been to the transaction,

but i need to generate a report with all the details in the qp03 transaction for the given material and plant. I have been able to fetch all the details except for the inspection characteristic details.

Former Member
0 Kudos

link between table tq27 and the given material and plant

0 Kudos

Hi

use the table <b>PLMW and PLMK</b>and link the TQ27 with the

field <b>PLMW-KZEINSTELL</b> characteristic Type

PLMW have MATNR and WERKS fields in it.

Reward points if useful

Regards

Anji

0 Kudos

Thanx Anji,

steuerkz field of PLMK table gave me Status of Control Indicators

0 Kudos

Only quantitative

XX = X

Only Qualitative

= X

Quantitative with lower limit

XX X = X

Quantitative with upper limit

XX X = X

Quantitative with check value

XX X= X

Quantitative with upper & lower limit

XX XX = X

Quantitative with Upper & check value

XX X X= X

Quantitative with lower & check value

XX XX= X

Quantitative with lower/Upper/Check value

XX XXX= X

Quantitative with only sampling procedure

XX = X X

Quantitative with uppper/lower/check with sampling procedure

XX XXX= X X

Qualitative with only charac. attribute

X = X

Qualitative with only sampling

= X X

Qualitative with sampling & charac. attribute

X = X X

might add values!

Rgds,

Nirav Parekh

Note : if you look into the every samples posted precisely you will eventually get a logic! afterall its a system logic is bound to be there!