cancel
Showing results for 
Search instead for 
Did you mean: 

BOM Pricing help

Former Member
0 Kudos

Hi All,

We have a unique situation for BOM pricing.

The requirement is that user should enter price at header level at the time of order creation and then based on a % allocation assigned to each lower level items, system should automatically calculate the price for each item.

e.g.

BOM Header Item - M1

Items - L1, L2, L3

The pricing % allocation

L1- 30%

L2 - 20%

L3 - 50%

When user enters 100$ for M1 system should allocate the following:

L1- 30$

L2 - 20$

L3 - 30$

Please suggest your ideas how to achieve this..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You might have create the BOM for M1 material.

Then you want this pricing to be calculated by system when you give the header pricing.

So what you can do is you can use the condition record for that.

Make the condition type as a percentage condition type in V/06.

Then store the condition record as 30%, 20% and 50%.

Then in pricing procedure you have to maintain from and to column for those condition type.

Then save these setting and create your sales order.

Check out whether all the pricing is carring out properly or not.

Regards

Raj.

Former Member
0 Kudos

Hi Raj,

This looks good but I want to price at the main item level M1 not at the document header level.

Any ideas..

Thanks,