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: 

Convert UOM to Cubic feet

Former Member
0 Kudos

Hi all,

I have a requirement wherein I have to populate a volume field in IDoc segment(E1EDL24-VOLUM) from LIPS-VOLUM.

My requirement is the unit of measure(UOM) here should be cubic feet. If it is not in cubic feet then I have to change it to Cubic feet.

Can someone let me know how to do this. Is there a function module which can do this conversion or any other method to achieve this. Please advice.

<removed by moderator>

Thank You

Edited by: Thomas Zloch on Nov 17, 2010 9:50 AM - please do not offer ...

4 REPLIES 4

Former Member
0 Kudos

Hi,

Try this FM: EHSWA_490_UNIT_CONVERSION

INPUT

I_UNIT_SOURCE: CD3 (LIPS-VOLEH)

I_UNIT_TARGET: FT3

I_QUANTITY_SOURCE: 253.000 (LIPS-VOLUM)

OUTPUT

E_QUANTITY_TARGET: 8.935

Regards

GK.

Former Member
0 Kudos

Hi,

Check with the Function Module "MATERIAL_UNIT_CONVERSION" and also try to get the Unit Conversion Function Module names through SE37 by taking the F4 help for unit conversion. You will find lot of Function Modules.

Regards,

SRinivas

Former Member
0 Kudos

Hi friends,

I have tried the above ones and also a few other FM's but nothing helped.

I have to convert Volume Unit and not the material unit... any ideas please

Thank You

0 Kudos

Hi,

Use FM 'MD_CONVERT_MATERIAL_UNIT' for quantity conversion

If the quantity conversion factor is not maintained for a particular material then the FM give the error message.

Maintain conversion factors as below :

choose Accounting -Production Sharing Accounting - Basic Settings - Volume Conversion Factors

Thanks and Regards,

P.Bharadwaj