I tried to create an integration which will delete a Shipment Ship Unit. I'm using an ActualShipment with the Transaction Code of RC and a ManagedChild of ShipmentStop and ShipUnit. The integration processes successfully. The ShipUnit is no longer associated with the Shipment (entries in shipment_stop_d are deleted), but the entry in the s_ship_unit and s_ship_unit_line for the ship unit is still in the table. This prevents the associated Release Line and Release Ship Unit from being deleted.
Is there anyway to get the entry in the s_ship_unit and s_ship_unit_line tables to be deleted via integration?
Is there anyway to get the entry in the s_ship_unit and s_ship_unit_line tables to be deleted via integration?
Comment