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: 

Data Source of a few fields in the Inspection Plan of transaction QP03

Former Member
0 Kudos

Hi All,

I am basically executing a transaction QP03 to display the Inspection Plan Information. On teh selection screen I can enter the Material number, Plant and Group. Then when I cleck on the Operation tab or hit enter I am displayed two line item details probably the details of the Inspection Lot number with respect to the Operations Number associated with them.

Now when I select one particlular line item detail and click on the Inspection Characteristics header tab on the application toolbar, I am shown the Inspection Plan Characteristic View.

On this view, I am shown three fields with respect to the characteristic of a particular Inspection Lot.

These are the Target Value, Lower Specification Limit and Upper Specification Limit.

I would like to know the data source for these fields i.e. ( Table name- fieldname ) so that I can fetch their corresponding values and use it in my program.

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Chk the tables.

QAMR, QAMV, CHVW and QALS

former_member254311
Active Participant
0 Kudos

hi

Use this table to fetch required information

PLMK - Table for the Inspection Plan

SOLLWERT this for the target value

TOLERANZUN This field for lower specification

TOLERANZOB This field for Upper specification

Try this may help u

Anand Kumar

0 Kudos

Hi,

Thanks for your reply but can you tell me where can I fetch the data for the key fields for the PLMK table from. As of now I have only the Inspection lot number , Production Order Number and the Operation Number available with me.

Thanks.