cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing procedure and exclusion group

Former Member
0 Kudos

In Define exclusion process and assign to a procedure

D exclusive with ExGr1 group A and then ExGr2 group B

Group A has only one condition

Group B has multiple conditions

The idea is that if value for group A is found (with only one condition), then use the condition.

If condition in group A has no value, then use only one of the conditions in group B.

The configuration works fine and brings back the amount and the pricing procedure in the shipment costs only uses the one condition in group B to compute the Net Value (see below).

The problem is that the Gross Freight on the pricing procedure adds all the possible values in Group B. Then the Gross Value is used to compute further charges which are incorrect.

For instance (Cond 1 and Cond 2 are in ExGr2):

Cond 1 = $250

Cond 2 = $150

Gross = $400

Cond 3 = Gross * 20% = $80 (This should be only $150 * 20% = $30)

Shipment cost Net = $150 + 80 = $230, (but should only be $150 + $30 = $180)

The system recognizes the correct amount for the Net, but not for the gross.

Thanks for your input..

Bela

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In the Exclusion group assignment,

two sequences:

10 D ExGrp1 ExGrp2

20 A ExGrp2

This selected ExGrp1 when it was valid and if not, it selected the from of ExGrp2. The gross freight and cond 3 computed correctly. The header Net also computed correctly.