Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO Quantity Rounding

Former Member
0 Likes
554

Hey All,

I needed some help trying to figure out the rounding logic which SAP applies for PO quantities when we create a PO though me21n or an interface.

I am creating a PO thru ME21N. I enter a material A( for which the rounding value is set in the material master). The PO UOM is different that the Material master UOM. So I think it first converts the value i enter to base UOM and then applies some logic using the rounding value to calculate the quantity. By debugging I found out that it uses 'MD_SINGLE_ROUNDING'. What is the exact logic?

Any input is highly appreciated.

Thanks,

Aparna.

1 REPLY 1
Read only

Former Member
0 Likes
430

Figured it out myself. Thanks.