AFS Return Delivery
AFS Return Delivery
AFS Return Delivery
In businesses, it is common that a customer returns goods back to his vendor. This
could be for various reasons, for example, poor quality of the goods delivered to
him. Return Delivery facilitates the customer to have this business scenario
Process Flow:
1. Create a Return Order
2. Create the Return Delivery
3. Carry out PGI
There is no need of allocation here as the stock is coming to our warehouse.
Order type RE can be used for Order creation and the field Order reason has to be
maintained
Even though the stock movement is inward, the return delivery is depicted in the
system as an outbound delivery.
Logic :
Return Deliveries are created directly from the sales order. Hence the data to build
the delivery tables are picked from the Sales order tables. VBEP is read in the case
of AFS Deliveries to gather the Schedule line information.
Program Flow :
For Return delivery, the vbtyp will be H and the routine batch_split_retoure is
called.