cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Technical Complete for Production Order

Ariel09
Explorer
0 Kudos
132

Dear Experts,

Can we create auto technical complete for production order that already been overdue based on the schedule ? for example if a production order on the schedule is finished on 17th January , on 18th January the production will be auto technical complete.

Is it possible?

Thank You!

SAP S/4HANA Cloud Public Edition SAP S/4HANA Cloud Public Edition Manufacturing 

View Entire Topic
Dave_He
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello @Ariel09 ,

Thanks for your question, Yes, it is possible to automate the technical completion of overdue production orders in SAP S/4HANA Cloud. However, this would require some custom development and configuration.

You can achieve this by creating a background job that runs a custom program daily. This program would check for all production orders that are overdue based on the schedule and set them to technically complete (TECO) status.

The program would need to use the SAP function module COHV_MASS_TECHNICAL_COMPLETION to set the status of the production orders to TECO. This function module is used to technically complete production orders in mass.

However, please note that automatically setting production orders to TECO status without manual review could potentially cause issues. For example, if there are any issues with the production order that have not been resolved, setting the order to TECO status would prevent these issues from being addressed. Therefore, it is recommended to have a review process in place before setting production orders to TECO status.

Hope this can help.

Best Regards

Dave

 

Ariel09
Explorer
0 Kudos
Hi @Dave_He , thank you for the response! So we have to create a custom program that run the mass TECO for production? with some logic that see production order that pass due date? Thank You!