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

SAP DM - How to lock an order

okakoshow
Explorer
0 Kudos
574

Dear all experts,

Is there any way to release an order which I don't want operator to start yet?

This is because I don't want operaters to start an SFC in patriculer material, but an order would be integrated from S/4.

Regards,

Koichi Okamoto

Accepted Solutions (0)

Answers (1)

Answers (1)

Kevin_Hunter1
Product and Topic Expert
Product and Topic Expert
0 Kudos

As default we already use a 2 stage release process. First you release the order in ERP which then integrates it to SAP DM, then when you are ready to start work you carry out the 2nd release In SAP DM which releases it to the shop floor ready for the operators to start work on it.

okakoshow
Explorer
0 Kudos

Thank you for answering my question.

I have another question about SFC auto-release setting.

(https://help.sap.com/docs/sap-digital-manufacturing/execution/enabling-auto-release-of-production-an...)

Is it possible to switch auto-release setting depending on material?

ManoelCosta
Product and Topic Expert
Product and Topic Expert
In addition to that, you can also put Orders and SFCs on hold. See: Manage Holds at https://help.sap.com/docs/sap-digital-manufacturing/execution/manage-holds and Putting a Release on Hold at https://help.sap.com/docs/sap-digital-manufacturing/execution/releasing-orders which might also make sense to you, depending on your specific requirements. Br, Manoel
ManoelCosta
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes, you should definitely be able to define a custom XSLT logic to perform auto-release (<QuantityToRelease>all</QuantityToRelease>) depending on the IDOC material for the Order Download workflow.

okakoshow
Explorer
0 Kudos
Could you tell me how to define auto-release in paticular material?
ManoelCosta
Product and Topic Expert
Product and Topic Expert
0 Kudos
You can implement a 'Custom XSLT' in the LOIPRO Workflow on DM, using XSLT logic on top of MATNR field to decide for which materials to include <QuantityToRelease>all</QuantityToRelease> or not. Br, Manoel