cancel
Showing results for 
Search instead for 
Did you mean: 

SAP DM - Change Production with Quantity Copy

it10
Explorer
120

Hi experts,

I am using the change production snippet in the Order Download XSLT. For guidance I have used the following:

https://help.sap.com/docs/sap-digital-manufacturing/execution/updating-orders-after-release-bb250601...

I have set the DataCollectionCopy and QuantityCopy on true. In the Integration message Dashboard, I can see that this lines in the request/response data were set to true correctly. But in the manage orders app, when I go to the Order Schedule tab, I can not see any copy of the quantity, the progress is set to 0 when the Version of the routing changes.

Does anyone know how to avoid this and how to still see the progress in the Order Schedule tab?

This is what I have implemented in the XSLT Workflow: 

<ChangeProduction>
<SupportChangeAfterRelease>true</SupportChangeAfterRelease>
<HoldProduction></HoldProduction>
<DataCollectionCopy>true</DataCollectionCopy>
<QuantityCopy>true</QuantityCopy>

</ChangeProduction>

 

Thank you!

 

View Entire Topic
it10
Explorer
0 Kudos

I found it out by myself: I forgot the PlaceSFCIn because I didn't knew that commenting it out results into default "FIRST".