AFS Return Delivery

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

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

Create Delivery via VL01n.

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.

In Include: MJ3AVFDL_BATCH_SPLIT_RETOURE , FORM batch_split_retoure , data


from VBEP is read

Batch split items are created

You might also like