cancel
Showing results for 
Search instead for 
Did you mean: 

PM Order:Table of Operation cost

former_member182535
Active Contributor
0 Kudos

Hi,

      We have develop Equipment History report but i am facing some problem  linkage of table between Operation No. details and Operation wise cost which is included to all types of operation like inside operation and outside operation(service).

And we are using Table AFVC for operation and ACCTIT for Maintenance cost but i am unable create the logic for opeation No. wise costing(one to one logic).

Regards,

Akhilesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you using any object list functionality?? If not, I hope just you want to categorize your cost as Internal Labor, Internal Material, External Service, External material, etc., based on value categories created.

The requirement is so then you can get it from PMCO table. Pass OBJNR of PM Order (OBJNR can be found out from AUFK table by passing AUFNR) with WRTTP = "4" to get the actual cost.

former_member182535
Active Contributor
0 Kudos

We are not using object list functionality and only three value categorize cost as spare & consumable,External Services & Maint & Labour.

As given concept of operation level costing,unable to rerieve DATA from SAP for operation level cost.

Former Member
0 Kudos

You should follow the logic AFKO - AFVC - AFRU - COBK - COEP tables.

Try it in SQVI by making join for these tables else check with ABAP consultants on joining these tables through SQVI.

former_member187991
Active Contributor
0 Kudos

hi

you can get the values in table PMCO_OP.

Pass AUFNR in AFKO to get AUFPL, the pass AUFPL in AFVC to get OBJNR.

Then pass the same in PMCO_OP to get plan and actual cost

Regards

Thyagarajan

former_member182535
Active Contributor
0 Kudos

Hi,

      Table PMCO_OP does not exist during execution in SE16N.Screenshot for your reference

Former Member
0 Kudos

What is your SAP Version??

Have you activated Operation Level Costing in configuration??

As per the message, I think, Operation Level Costing is not available for your SAP Version.

former_member182535
Active Contributor
0 Kudos

My Client are using SAP ECC 6.0 version using with plane EHP and I have checked Configuration in SPRO there is no any tab of Operation Level costing.

As well as I have read this document as given link.

http://scn.sap.com/people/kenneth.schieffer/blog/2011/12/11/operation-level-costing-in-plant-mainten...

Former Member
0 Kudos

Operation Level Costing feature is available from EHP 5. If you are using previous versions, it will not be available. That's the reason, PMCO_OP table is not available in your system.

So, you may have to arrive the logic by another logic mentioned using COEP table. Check the feasibility of that logic as well.

former_member182535
Active Contributor
0 Kudos

Thanks Maheswaran.

Answers (0)