cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing unit of measure

0 Kudos

Hello everyone,
I have a question about pricing Unit of Measure.

How can we overwrite quaintly conversion in sales order condition detail? In my client requirement, we need to use a price unit which is not sales unit of sales order and not Base Unit of Measure of material master.
[Example]
Base Unit of Measure in material master: KG
Sales unit in sales order item: Bundle
Pricing Unit of Measure: Rea

If we use KG as pricing unit of measure, it is no problem because there is conversion between base unit and sales unit. Additionally if we use bundle as pricing unit of measure, it is no problem.
If we use Ream as pricing unit, conversion between KG and Ream in material master is used.
But KG and Ream conversion is determined by material master, the conversion should be determined by sales order item level using variant configuration.(There is correct conversion between KG and Ream in a variant configuration field)
Is it possible to overwrite quantity conversion between KG and Ream of condition tab by ABAP logic?

Regards,
Takase

Accepted Solutions (0)

Answers (1)

Answers (1)

sez41
Active Contributor
0 Kudos

Nozomi,

It is possible to modify the numerator fields Kumza and Kumne in internal table XKOMV by using a VOFM condition value pricing routine.

0 Kudos

Thank you for your reply.
i will check it.