cancel
Showing results for 
Search instead for 
Did you mean: 

Table which will give me all MIC's of the inspection plan.

Former Member
0 Kudos

Hi guru's

Hope all are doing great. I have a question

I am developing an ABAP report.

I need to get all the MIC's for a particular inspection plan. one inspection plan has 6 operations. And each operations has around 100 MIC's .

I am able to get the group counter and group , but if i pass these values to get all the MIC's for this combination i am getting the MIC's for operation 10 sometimes, 20 sometimes, 50 sometimes......... for a different, group counter.

can u give me an idea of how to get all the MIC's for a particular operation in an inspection plan

Thank you

Regards

Nithi A

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello Nithiyaseelan,

have you taken a look at the transaction QP60 for this purpose, I agree that the list might be a bit inconvenient but it gives you all the necessary information.

Regards,

Isabelle

former_member42744
Active Contributor
0 Kudos

The table PLMK (plan characteristics) is actually keyed by a value called node or nodes. Use the fields Group, Group counter from PLKO to link to PLPO to get the available operations and their related Nodes.

Use Group, Group counter and Nodes from PLPO to link to PLMK to get your characteristics as they relate to your operations.

Craig