Hi experts,
I have a requirement where based on conditions, I need to ignore specific items from being delivered. Other items should go through. Currently, I have a routine where I am trying to implement the same, but if for one item, I set the sy-subrc as 8, the whole delivery stops.
Is it possible to ignore specific items and deliver others when I am trying to create a Delivery from VL01N for an Order.
Say SO A has items
10, 20 , 30 of which 10 has a Rejection reason set.
When I deliver the SO, 20 and 30 should be delivered, and 10 ignored.