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

difference between the fields MSEHI and MSEHT

Former Member
0 Likes
2,840

Hi Experts,

I want to know the difference between internal unit of measurement and

unit of measurement text.

Regards,

Kiran.

Hi Experts,

I want to know the difference between internal unit of measurement and

unit of measurement text.

Regards,

Kiran.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,853

Check the definition of the fields in SE11. I think that difference is obvious, to be honest with you.

MSEHI is of type UNIT (3 characters)

MSEHT is of type CHAR (10 characters).

MSEHI is sort of an abbreviation or a code, if you will, for the unit of measure. MSEHT is the text that further explains what that unit is (it may also be used to maintain texts in different languages). For example, for a common unit of weight used in the US the fields could be:

MSEHI = 'LB'

MSEHT = 'Pound'.

Hope this explains it.