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 based on the given country?

former_member202077
Participant
0 Kudos

Hello

I need to find the link between COUNTRY(LAND1) and its associated all UoMs (Unit of measures), is there any table having these 2 fields or any FM or BAPI to get this info?

Thank you

1 ACCEPTED SOLUTION

sjeevan
Active Contributor
0 Kudos

I don't think UoM is tied to country you can go look at country specific setting in the table V_005_B through SM30

This function module determines the language-dependent business measurement unit

CONVERSION_EXIT_CUNIT_OUTPUT

If you they're using a unit of measurement system (which you can find int T006E* tables) you may want to use the following FM

UNIT_SYSTEM_CONVERSION

1 REPLY 1

sjeevan
Active Contributor
0 Kudos

I don't think UoM is tied to country you can go look at country specific setting in the table V_005_B through SM30

This function module determines the language-dependent business measurement unit

CONVERSION_EXIT_CUNIT_OUTPUT

If you they're using a unit of measurement system (which you can find int T006E* tables) you may want to use the following FM

UNIT_SYSTEM_CONVERSION