Hello,
I'm working on an interface between our Legacy system and CRM. Legacy is still the master for this interface, and when they send us an update to remove a delivery block on an order, we have to do so. I have been using the CRM_SHIPPING_MAINTAIN_OW function module to remove the block, but I have recently discovered this is causing CRM to re-source the parts through a call to gATP. I think the root cause might be changing the status of the sub-line to 'SHBR' (shipping block removal?).
Does anybody know of any badi's that I could implement, or any way that I can manipulate the data so that removing a delivery block does NOT cause a re-sourcing of parts? It's still important that it does things like release to R/3 check and combine, so I don't think I can just remove the status change altogether.
Thanks,
Erik