cancel
Showing results for 
Search instead for 
Did you mean: 

Group Condition Issue

Former Member
0 Kudos

Hi,

We have one discount condition type which is a group condition, and some pricing problem is identified.

An example is product DE3. Three lines were entered, the first had a quantity of 80,000 and was priced using ZPWS & ZPPG, the second line had a quantity of 40,000 and was priced using ZPWS & ZPPG, the third had a quantity of 900 and was priced using tariff YPWS & YPPG. YVRD is not applied to special prices (ZPWS & ZPPG) so the first two did not have this discount applied. The third however, although is applicable for this discount (YVRD) as it is a tariff price, the quantity is less than the required quantity for the pricing condition. Because this is a group condition all three quantities have been combined and used to calculated the discount.

can any routine around this solve this problem.

Regards

Swaroop

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The solution for this problem is achived by writing a group condition routine.

The routine we have to write a code by sub grouping all the line items which have base price conditions applied into one group, so the remaining line items will fall in another group.

Regards

Swaroop