cancel
Showing results for 
Search instead for 
Did you mean: 

Order creation w.r.t Contract, Conditions not updating

Former Member
0 Kudos

Dear Friends,

We create Order with reference to Contract. When we create with reference, we change Qty and Terms of payment in the order. Qty gets updated in the Order.

Issue is in Terms of Payment. We’ve one Disct condition type (ZDXX). Its’ keys are Sales Area/ Terms of Payment/ Material.

While creating Order with ref to Contract, if the user changes the terms of payment then the disct cond (ZDXX) does not get updated automatically. User has to go to VA02 to click the Update button in the Condition tab @ line item level.

Our concern is that when user changes qty- it gets updated, but when user changes the Terms of Payment then the disct condition does not get updated AUTOMATICALLY.

How can we get it updated automatically? User may forget to click Update button, then Invoice will be created without disct condition.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

moazzam_ali
Active Contributor
0 Kudos

Hi

When we make change any change in sale order system don't update price automatically. It happens only for some specific fields which are Pricing date, material, inco terms, customer and quantity. I might be missing some other field too but Payment term is not one of them. Now you have two options.

  1. Use MV45AFZZ and add your logic to update price on save of every document. With this system will automatically update pricing when user click on save button.
  2. In copying control use pricing type B Carryout new pricing. But be careful when using pricing type B because it will update all pricing information in billing document. If your prices are always same on sale order and billing level then you can use this.

Now see and analyze which solution is feasible for your business. Please test this and update here.

Thank$