cancel
Showing results for 
Search instead for 
Did you mean: 

pricing in a sales order

Former Member
0 Kudos

Hi all experts, I have a scenario where a sales order can have one or more items. Each of these items will have a selling price. Now my question is that for pricing procedure of this sales order, do I have to define multiple condition types (one condition type representing sales price for each item)? Or is there some other way to implement this or else I might end up defining too many condition types? Also the no. of items in the sales order is not known beforehand.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Animesh,

In your Pricing procedure, u will only have to maintain one ConditionType for Sales Price eg 0PR0.

And in ur products, Tcode: COMMPR01, in the condition tab just maintain the price using the condition type 0PR0.

Whenever u will create a Sales order, a pricing Procedure will get determined.

For Each item entered, the system will search for the condition record for the condition type 0PR0.

This is how ur price will get determined.

Regards,

Shalini Chauhan

Answers (1)

Answers (1)

former_member184067
Active Contributor
0 Kudos

hi Animesh,

based on my experience, you just need to create one pricing procedure for a sales order that have several items.

you just need to create a condition type that for item level and assign it to the pricing procedure.

hopes it helps

cheers