cancel
Showing results for 
Search instead for 
Did you mean: 

Function module for PM order cost report

patrick_g1
Active Participant
0 Kudos
2,155

Dear experts,

when I open a PM (EAM) order in Tcode IW33 I can open in tag costs the Report for Plan and Actual costs (Plan/Actual Comparison) using button Rep. Plan/Act..

Is there a function module available which provides me with these information?

I need to create a new repoort where exactly this cost report should be shown.

Many thanks in advance.

Best regards

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

patrick_g1
Active Participant
0 Kudos

Hi,

seems like we can solve this using FM CK_F_CO_OBJECT_DISPLAY

Many thanks for your suggestions.

Best regards

Patrick

sthitapragnya_mahanty
Participant
0 Kudos

Hi Patrick,

You can use the FM IBAPI_ALM_ORDERCOSTS_READ.

Hope this helps you

Regards

Sthita

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Patrick

You can use "call transaction" with "KKBC_ORD_INT" instead of using a FM.

Useful info: https://blogs.sap.com/2013/07/25/faq-pmcs-cost-reports/

PeteA