0% found this document useful (1 vote)
28K views

AFS Return Delivery

A return delivery facilitates the process of a customer returning goods back to a vendor for various reasons like poor quality. To create a return delivery, a return order is first generated using order type RE and specifying the return reason. A delivery is then created via transaction VL01N even though the stock movement is inward. The return delivery is depicted as an outbound delivery in the system because it is created directly from the sales order and gathers data from sales order tables and the schedule line information from VBEP if needed. The program flow calls routine batch_split_retoure for a return delivery where the delivery type is 'H' and data is read from VBEP to create batch split items.

Uploaded by

Sudha Naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
28K views

AFS Return Delivery

A return delivery facilitates the process of a customer returning goods back to a vendor for various reasons like poor quality. To create a return delivery, a return order is first generated using order type RE and specifying the return reason. A delivery is then created via transaction VL01N even though the stock movement is inward. The return delivery is depicted as an outbound delivery in the system because it is created directly from the sales order and gathers data from sales order tables and the schedule line information from VBEP if needed. The program flow calls routine batch_split_retoure for a return delivery where the delivery type is 'H' and data is read from VBEP to create batch split items.

Uploaded by

Sudha Naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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