cancel
Showing results for 
Search instead for 
Did you mean: 

Extractor for service order costs

Former Member
0 Kudos

Hi everybody,

I want to extract costs for service orders. I came across the following standard DataSources: 0CO_OM_OPA_1 and 0CO_OM_OPA_6.

What are the differences between these 2 DataSources? Is it correct that 0CO_OM_OPA_1 accesses the tables COSP and COSS and is not delta capable while 0CO_OM_OPA_6 extracts data from table COEP and is delta capable?

Besides, I'm only interested in atual costs, but not in allocations. How can I filter out these allocations?

Thanks in advance!

Regards,

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215845
Active Participant
0 Kudos

Hi Thomas,

There is no standard delta capable DataSource to extract only actual costs of service orders.

The following are options for extracting service order costs;

1. Use the standard DataSource 0CO_OM_OPA_6. It should be able to extract actual costs of service orders. 0CO_OM_OPA_6 is not only for service orders, but also for other order types.

Or

2. The standard DataSource 0PM_OM_OPA_2 extracts only PM order actual costs.

You could modify the extractor (function module BWSM_PM_GET_ORDCST)

of 0PM_OM_OPA_2 to select service orders too.

Best Regards,

Vincent