cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch service cost(Actual cot) for Pm orders at item level.

former_member309899
Participant
0 Kudos

Hi all,

How to get item level actual service cost for an Maintenance order.

Which all the tables to be needed? How to find that tables?

Please help me.

Please note:

My current logic as following:

Table--------------------- input ----------------------------fetching fieds

AFKO------------ AUFNR----------------------------------- AUFPL

AFVC --------------AUFPL ----------------------------------APLZL

EKKN --------- -AUFNR,AUFPL,APLZL ---------------EBELN,EBELP

ESLH ---------------EBELN.EBELP---------------------- PACKNO

ESLL -----------------PACKNO----------------------------- NETWR

For you information, the above logic is work for PLANNED COST. but i want actual cost of service.(Item Level or Operation Level)

Thanks And Regards,

Nagarajan S.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Nagarajan S.

Have a look at the MSEG table populating AUFNR with the PM/CS order number.

PeteA

former_member309899
Participant
0 Kudos

Hi,

material cost i can see in MSEG table

But service cost could not see as item level.

peter_atkin
Active Contributor

Check MSEG-TCODE2_MKPF = ML81*

PeteA

rakesh_mane
Active Contributor

Hello

Please check the Table PMCO Or COEP and COSP.

Or you may also check Function Module-->PM_WORKORDER_COSTS_LIST

BR

Rakesh

former_member309899
Participant
0 Kudos

Hi

Can you explain in details? Please.