cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Pricing Condition Type Mandatory & Optional

Former Member
0 Kudos

Hi,

We have a requirement that a Condition Type in a Pricing procedure has to be set mandatory (Required) in general, but

for certain materials ( Say with Mat. grp X etc ), this condition type with the same procedure has to be made Optional.

Is there any way out. can any Routine solve this . If yes then how should we address this.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stuti,

First you need to classify the material by material grp's for which u need the condition to be mandatory.

This wont be addressed through condition records, but you'll have to create a new routine for requirements, and frame the logic with the help of your ABAP'er, which will decide for which matl grps the condition should be mandatory.

The same is possible by creating a new routine in VOFM by defining requirements in access sequence and including you matl grp field in the condition table.

You can also write the sane logic under unser exit MV45AFZZ, under FORM USEREXIT_PRICING_PREPARE_TKOMP.

Regards,

Amit

Former Member
0 Kudos

Hello Customer;

Neither In T-code V/06 you don't have this flexibility nor in pricing procedure.

What you can do is to create some rules to be applying base on your business requirement via VK11/12/13 and insert

a criteria via material to fill them.

Also, you can add some formula in your pricing procedure specifying that for one type of some material (here you must to establish any standard) the conditon doesn't need to be filled.

Thanks a lot for your comprehension.

Regards

Ruy Castro