on 2022 Mar 14 4:18 PM
Dear All,
One of our client had created a PM order without assigning equipment in header (only functional location is mentioned). In operations we specify functional location & equipment number along with work center/hours required etc. They also used object list to add 2 equipments.
My requirement is to find the table which is containing equipment number along with operation number, hours etc.
I searched the tables afvc and AFVC_ILOS etc. but unable to locate equipment number.
Any idea?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all, SAP is using a real relational model database system. I found the required data by following tables with joining operations:
1) Pass the PM order number (AUFNR) to AFKO table to get 'Routing no.of operatoin' (AUFPL).
2) Pass AUFL to table OPROL and get the OBKNR,OBZAE - combination (Object list no. & counter).
3) Pass (OBKNR,OBZAE) to table OBJK and get EQUNR (Equipment number).
Please friends, if you also found any db view in a single step, kindly tell me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
12 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.