Application Development 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: 

UOM conversion issue

Former Member
0 Kudos

Hi,

We are trying to do PO creation using the BAPI.But when the UOM is PR, SAP wants the internal UOM PAA defined in the T006 - MSEHI field. It doesn't like the UOM PR being passed. Is ther fm to convert this PR to PAA UOM. I tried the UNIT_CONVERSION_sIMPLE, but that doesnt seem to have any effect.

Teresa

2 REPLIES 2

Former Member
0 Kudos

UNIT_OF_MEASURE_ISO_TO_SAP

use this FM it will work for sure

0 Kudos

Thanks for the info. But the ISO_CODE and SAP CODE for UOM PR is PR. T006 table carries the internal UOM(msehi) field for PR as PAA. I would like to know to how to arrive at this PAA uom when I pass PR.

Teresa