cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing based on Variant configuaration/Variant condition records

Former Member
0 Kudos

Hi All,

Could you please suggest me how to configure the below requirements:

We have variant based pricing and currently there is only one variant which is used for pricing in sales order. Say X

There is another Variant Y for the same material & Plan is to use this for pricing too.

Condition records of both variants are maintained in the same access sequence.

Presently the configuration is in place and both variants are appearing in the sales order.

Plan is to have only one pricing activated in the sales order( for which the condition record is maintained)

If both condition records are maintained, logic has to pick Y variant.

Your inputs will be appreciated.

Thanks

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Every one!

We have done the coding in the user exit, and now i can able to do the pricing based upon the grades.

We have set a validation check like Check if Variant X exists then pick the X if not the Y.

If both Variants X and Y exists then Pick only X.

by this way we achieved the above functionality.

Thanks

Anil

Former Member
0 Kudos

Dear All,

Is this possible by writing a requirement routine and assign to the condition type? or any other configuration needs to be done?

Please suggest.

Thank you

Anil

0 Kudos

Hi Anil,

If you have 2 different access maintained for Variant X and Variant Y in the same access sequence then change the no of access in access sequence by making Y 10 and X 20. If exclusive check box is checked system will not move to X and will exit after picking Y.

I'll not suggest writing any code if this can be handled via config.


Regards,

Chintan

Former Member
0 Kudos

Hello Chintan,

Thanks for your response!!

Currently we have Variant as common field in all the key combination for the access sequence ex: Country/Curr/Variant & Curr/Variant.

Variant will be applicable for all the available variants characteristics.

So what we thought is to write the required code in the user exit.

Will this be correct approach?

Please suggest if any.

Many thanks in Advance!!

Regards

Anil