In the end the problem was something very simple to fix: one of the BOM components of that Shop Order had the "Backflush in ERP" checkbox activated in the Build tab of Material Maintenance. The default configuration for yield confirmations is shown below:
noneIfBackflushed(default): does not report any components to SAP ERP if at least one of them hasBackflush in ERPselected on theBuildtab ofMaterial Maintenance(see Build Tab). [See this link]
Hence, none of the components was being added to the confirmation message.
We changed the configuration of the component, because we need to consume it, and we also changed the configuration of the yield confirmations in Collaboration Directive Maintenance to onlyNonBackflushed, so we can consume all the assembled components that do not have that checkbox activated.
Add comment