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

Unit conversion function module

Former Member
0 Likes
5,918

I have a requirement in which I have to convert unit of measurement such as Cases,Item,Pallets,Box into KG? Do we have a standard function module for it??

Is there any other way in which I canconvert this unit of measurements into unit of weight?

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
1,730

(FAQ)

- For conversion depending on material reference (eg. quantity ws weight,or number of vs length) -> FM like MD_CONVERT_MATERIAL_UNIT

- For other conversions (same dimension) -> FM like  UNIT_CONVERSION_SIMPLE

Regards,

Raymond

Read only

0 Likes
1,730

MD_CONVERT_MATERIAL_UNIT module doesn't exist in BW?IS there any other FM?

Read only

0 Likes
1,730

Just wanted to add in Shyam's question..can we import the standard FMs available in ECC into BW?

Please reply.

Read only

0 Likes
1,730

- This module is RFC enabled, and there should exist a RFC destination in your BW syste with your ECC system as target.

- Else the conversion factor for material should have been loaded into 0MAT_UNIT.

Regards,

Raymond

PS: Using search tool, found Unit Conversion in BI-7.0.

Read only

0 Likes
1,730

No, else you will have to import the database behind (material and unit master data)

Regards,

Raymond