cancel
Showing results for 
Search instead for 
Did you mean: 

pricing

Former Member
0 Kudos

Hi Friends,

Can you explain clearly about Condition Base Value in Pricing Procedure.

Thanks and All the best to all.

Accepted Solutions (1)

Accepted Solutions (1)

former_member227476
Active Contributor
0 Kudos

dear vishal,

Alternative formula for condition type:

We can specify the alternative formula instead of standard one as a condition type in the form of routines Ex: routine no: 11 -- profit margin can be used as an alternative formula for condition type to calculate profit margin. As there is no standard condition type to calculate profit margin.

Alternative formula for condition base value:

Instead of using from column as a basis to calculate further value for particular condition type. We can use a formula in the form of routine to use base. Ex: routine no: 12 or 13 (gross weight or net weight) can be used with the condition type “KF00” to calculate freight charges. As for freight charges always weight of the material taken as a base.

rewards if it helps

siva

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks very much for such a clear explanations

Former Member
0 Kudos

Hi

If you have to calculate any value then you have to have a base value for it. For ex if you want to calculate the discount of 10 % for a material then you have to have a base value on which this 10% is calculated. Normally you take the condition value of the base price of the material to calculate the value.

Now you don't want to take the base value and take other values as base value which are derived on some formula. So you create a routine which will do the mathematical operations in the routine and derive you a value which is now used as the base value for calculating the condition value for a particular condition type.

Former Member
0 Kudos

Formula for determining the condition basis as an alternative to the standard.

It is again a Routine that is written by ABAP Consultant.

It is used as a basis to calculate value of the condition type instead of using it from the “FROM” column.

Ex.: Freight – KF00.

Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master.

In this column we can mention the value as 12 – Gross Weight or 13 – Net Weight.

During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.

Former Member
0 Kudos

Hi,

Condition Base value :

If you have to calculate any value then you have to have a base value for it. For ex if you want to calculate the discount of 10 % for a material then you have to have a base value on which this 10% is calculated. Normally you take the condition value of the base price of the material to calculate the value.

Now you don't want to take the base value and take other values as base value which are derived on some formulae. So you create a routine which will do the mathematical operations in the routine and derive you a value which is now used as the base value for calculating the condition value for a particular condition type.

Requirement:

A factor in the condition technique that restricts access to a condition table. The system only accesses a condition table to determine the price if the requirement specified has been met.

regards,

Arunprasad