cancel
Showing results for 
Search instead for 
Did you mean: 

PM: Operations Equipment

Former Member
0 Kudos

I need to get to each notification, their respective operations

And for each operation, their respective equipment.

My input parameter is QMNUM.

I got operations AFVC table, but I do not know how to get the respective equipment (object) for this operation.

I don't know how you can reach the EQUI table or another table, to get that number.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

please follow as per below steps

1. Pass QMNUM to the table VIQMEL and fetch the field VIQMEL-AUFNR

2.Pass VIQMEL-AUFNR into the table AFKO and fetch the field AFKO-AUFPL

3.Pass AFKO-AUFPL value into the table AFVC and fetch AFVC-VORNR and AFVC-LTX1(Operation text)

4.To get equipment number pass VIQMEL-QMNUM and get VIQMEL-EQUNR

Regards

Seenu

former_member385375
Contributor
0 Kudos

Will you clarify your requirement as equipments are not assigned to operations. equipment is assigned to the header of order or notification.For this you will get it in table QMEL/VIQMEL for notification

Shakti