cancel
Showing results for 
Search instead for 
Did you mean: 

Create return but linked to original sales order where the material was delivered in the first instance

Former Member
0 Kudos

Hi Everyone

I want to create return but linked to original sales order where the material was delivered in the first instance, I don’t want to create other sales order (to return) with references to the original, and then other sales order to be delivered again (replacement).

Example

SALES

  1. 1. Create a sales order number 33 with 10 Ton
  2. 2. The delivery is linked to sales order 33 just with 8 Ton
  3. 3. Invoice is created linked to the delivery with 8 Ton
  4. 4. Sales order number 10 pending qty is 2 Ton

RETURN

  1. 5. We would like to link the return delivery to the sales order, 5 Tons will be retuned
  2. 6. Credit memo is created
  3. 7. Sales order number 10 pending qty update to 7 Ton

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thx for your answer CS REDDY 

Do you have the user exit that can be implemented?

Former Member
0 Kudos

Check user exit  MV50AFZ1.

Former Member
0 Kudos

The only way is to change the item categories in the delivery.

Create the delivery wrt the original sales order.

Change the item category(In the config make sure the return is checked)- But I think you need to do some changes in the user exit to enable the item category in the delivery)..

The other option is to have a return order document(type RE) and then create the return delivery for this document. In the copy controls you can maintain the return item categories while creating the return order from sales order..

Thanks