cancel
Showing results for 
Search instead for 
Did you mean: 

condition exclusion

Former Member
0 Kudos

Hi Experts,

I have maintained 4 conditions in a pricing procedure with same step no. but diffrent counter no.

Now I want to achieve that at a time only one condition type value should be effective.

Kindly advise how it can be achieved.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Sorry, I have understood your query in a different way, but know i understood your req,you want one condition to work at a time .

So the second option is invalid. it is only for entering one by by one maually .all will not come at a time but one condition will not stop the usage of the other.

The First one is the mentod for the condition exclusion.

So there is a Mehtod for the same,instead of using Requiremnt 6 follow the below procedure.

SPRO> MM>Purchasnig>Conditons>Define Price Determination Process--->Define Condition Exclusion

in this follow the below Process.

1. Create a condition exclusion group by entering an alphanumeric key that is max. four characters long, together with a description.

2. Assign the condition types to a condition exclusion group. A condition exclusion group can contain any number of condition types.

3. Enter the condition exclusion group in the calculation schema that you will be using for price (or cost) determination purposes. (your Pricing Procedure)

4. In the process, note the sequence (consecutive numbers) in which the exclusion groups are to be processed.

for eg:

You must choose procedure "C", which determines the lowest price between two exclusion groups.

or else in the Pricing Procedure you can create your own claicualtion Procedure for the same based on your requirement

hope so it helps

Regards

Anjanna.

Former Member
0 Kudos

Thanks,

this option I have already configured and tested.

my objective was if one condition have value then others should be ineffective, not like to choose best option or least favourable option between the condition types.

How reqt-6 condition exclusion works in pricing procedure I doubt....if anybody has the answer that will clarify my doubt

Rgds

Former Member
0 Kudos

Hi,

If you have a Abaper, try this option which could work out.

Maintain four Exclusion indicators

in the path

SPRO> MM>Purchasnig>Conditons>Define Price Determination Process--->Define Exclusion indicators

and add these indicators to four of your condition types.(let it be E1,E2,E3,E4)

and then go to your Pricing procedure and write a requiremnt the if E1 is present then Exclude E1,E2,E3and E4.

add this requiremnt to all these conditiontype steps in the Pricing procedure.

and vise versa and so on ..

hope so it will work out check it and let me know.

Regards

Anjanna.

Former Member
0 Kudos

thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

We can achieve it by the condition record Maintainance or you can do it by Manual entry also.

But what ever you do is completly depends on the condition type config only.

So Since these four condition are having different steps then you are good that these four are seperated.

Know comming to the condition type config.T code -- M/06

in this tcode just select the COndition type

Know since you want only one condition to come First ,we have to do the below setting.

Maintain a Access sequence in M/07 and add in the condition type,so that this condition will trigger only maintained when maintained against the tables of the Acess Sequence using the T code

MEK1.

Select the access sequence table that ,that difference the usage of these conditions

and also in the Tab "Changes which can be Made"-->Manual Enteries --> Click D.

Second method is

In the Pricing Procedure ( M/08) Click on the option Manual.

and in the condition type

in the Tab "Changes which can be Made"-->Manual Enteries --> make it balnk(NO limitation)

Hope so it helps

Regards

Anjanna

Former Member
0 Kudos

Hi,

Thanks for your reply.

I have tried the second option but still it is not working.

In pricing procedure for 2,3,4 conditions I have maintained the reqt 6.

Something is missing, if you give further input it will be helpful

Rgds