cancel
Showing results for 
Search instead for 
Did you mean: 

issue in fetching MIC from inspection lot no.

Former Member
0 Kudos

Hi All,

I want to fetch MIC and MIC , MIC description,  specification and result by entering inspection lot no.

Kindly tell any table or flow of table by which it can happen.

Accepted Solutions (0)

Answers (2)

Answers (2)

john_lutz
Active Participant
0 Kudos

Use BAPI_INSPOPER_GETDETAIL instead of trying to read the master data tables.

Regards,

John

Former Member
0 Kudos

You could have referred your own thread.

You can refer the tables as below.

QALS    -  Inspection Lot Record

QAMV   - MIC Sp[ecifications

QAMR   -  Results

QAVE    -  Usage Decision

Former Member
0 Kudos

sir i know this but if user chage task list data then values in plmk also gets changed thats why i want another table in which i can enter inspection lot no. and able to get MIC AND MIC DESCRPTION ASSIGNED TO INSPECTION LOT NO.

Former Member
0 Kudos

Once you created Inspection Lot, you can't able to change the task list assigned to Inspection lot.

Even changes done in Task list will not have effect in the already created Inspection lot.

So, you can follow the same logic to get your details.

former_member42743
Active Contributor
0 Kudos

QAMV has the MIC numbers and the specifications for the inspection lot.  Not sure why you don't see those.  When the lot is created, the specs are copied from the plan. material spec, or configuration and stored in QAMV.

Craig