cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Restrict release of production order if no cost exists In S/4HANA Cloud Public Edition.

Jitendra_Bharambe
Discoverer
716

In S/4HANA Cloud Public Edition. we want to restrict release of production order, if there is no standard cost exist for material.

 

thank you in advance

Accepted Solutions (1)

Accepted Solutions (1)

Jerry_Lowery
Product and Topic Expert
Product and Topic Expert

Hi Jitendra,

Have you already investigated the Production Operations BADI (https://help.sap.com/docs/SAP_S4HANA_CLOUD/2bba750d1e124e1ea2a039bb1cd9b6c5/c20b8cfa8000468d86a005ec...

Manufacturing Order Check before Save (BD_MFGORDER_CHECK_BEFORE_SAVE)

"You can use this BAdI to implement your own custom logic to check the order data on header, on operation, and on component level before saving the order"

You should be able to confirm in the logic if the standard cost exists and prevent the save of the Production Order.

Thank you

Jerry

Jitendra_Bharambe
Discoverer
0 Likes

Thanks Jerry,

I will check implementation of "BD_MFGORDER_CHECK_BEFORE_SAVE" BADI

Answers (0)