Dear Experts;
When Planning department do their operation , they want to see alternative standart operating costs for their operation decision (which calculated by alternative routing).
As you know when we run CK11N, system uses first routing at tcode CA03. So I will develop a program and it will be use all routing and write an Z* table with operation details.
What I need;
Is there any function which can use alternative routing for cost estimate?
'BAPI_COSTESTIMATE_GETEXPLOSION' bapi determines BOM Explosion for a Cost Estimate but it is not about what ı want.
The function must not explode BOM , it must explode just alternative routing.
There are two option in my mind.
1- Repead CK11N for all levels : But it will take too much time to run all materials (More than 20.000)
2- System calculates with alternative routing for all levels and will write them to Z* table. (Which function)
Any idea?