cancel
Showing results for 
Search instead for 
Did you mean: 

No Backorders set up for customer

Former Member
0 Kudos

Hi Experts,

Customer is set up with u201Cno backordersu201D but he still receives the products.

Take for example order placed on 07.07.2011. He received on 29.07 the goods at the customs.

But in the Customer Master sales area data "Partial delivery allowed" flag is set and Max.partial deliveries is 9.

I Hope because of this no backorder is not working for this customer.

Could you please help me regarding this.

Thanks

Raghu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209761
Active Contributor
0 Kudos

Dear Raghu,

Please explain your requirement.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Dear Angur & Hegal,

Thanks for your information.

For a customer no back order flag was set in the customer master. This means this should not allow partial quantities only complete delivery allowed or reason for rejection has to be set in sales order.

In the sales order for some materials the quantities are not confirmed and the date in the schedule lines are in future date.

But in this customer the "Partial delivery allowed" has been maintained in the customer master. Is there any link between this Partial delivery flag and no back order flag.

Advise me regarding this.

Thanks

Raghu

od_manikandan
Active Contributor
0 Kudos

Hai Raghu,

If you dont want any partial delivery irrespective of customer master

In SE38

Mod. Pool SAPMV45A

INCLUDE MV45AFZZ



IF sy-tcode = 'VA01' or sy-tcode = 'VA02'.
     LOOP at xvbap.
      xvbap-KZTLF = 'B'.
      xvbap-ANTLF = '1'.
      MODIFY xvbap.
    ENDLOOP.
  ENDIF.


This code will get activate

Part.dlv./item B

Max.Part.Deliv. 1

At the time if sales order saving. So once a sales order is delivered, it can not be processed further.

Regards,

Mani

Former Member
0 Kudos

Hi,

Can you pls explain your req. as I am not able to link Backorder with Partial Delivery Indicator.

Best Regards,

Ankur