Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Plan cost in Plant maintenance order

former_member214999
Participant
0 Kudos

Hello,

I need to show plan cost in plant maintenance order on the report. It appears in the cost tab (overview tab inside the cost tab). Please let me know if you know any function module.

Regards,

Eswar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think it's table PMCO.

Rob

4 REPLIES 4

Former Member
0 Kudos

I think it's table PMCO.

Rob

0 Kudos

Maybe PMCO_FOR_WORKORDER_READ will do it for ya.

Regards,

Rich Heilman

former_member181966
Active Contributor
0 Kudos

Try

CALL FUNCTION 'PM_WORKORDER_PLAN_COSTS_SET'

Standred program is using this FM and it has table " PMCO "<b>

include = LCOIHF2Y</b>

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"<b></b>

Former Member
0 Kudos

Table PMCO consist monthly data. In what table I may see daily routine costs?