Saturday, May 12, 2007

Item Deletion during Delivery is Saved

Welcome All,

SAP is a beautiful ERP, which has flaw-less performance and works with all grace to add more poise to it, it offers very efficient customization which suit different organization process needs. now all industries dont work same, hence lots of customization effort goes in, and to target such needs of the organizations, its an effort to list down the specific scenarios

There is this specific requirement, that many industry looks for, when for a delivery there is no batch available, the item should get deleted from the delivery and item should get open item in sales order.

This particular scenario is easily approachable if we go and use BAPI.

Real challenge comes when client wants no separate program, and just during the creation of delivery all the items should get filtered out when it doesnt find any batch to it.

So the end result should be, delivery contains line items which has batch, and items which have been filtered out, remains open for next delivery creation.

Various Scenarios are covered under this
1) BOM Scenario (Assembly Material)
2) Partial Delivery
3) Full Delivery
4) Delivery should get deleted when all the items are marked for deletion.

I have tried my best to make the functionality very clear and the solution pertaining to different scenarios.