Assign Internal to Language-Dependent Unit — the language-dependent text table for T006 units of measurement: given an internal unit (MSEHI) and a language (SPRAS), returns the commercial 3-character external unit, technical 6-character external unit, and the short/long display texts. This is the text table T006 itself lacks — T006 carries the unit's conversion factors and flags, T006A carries what a human or a printed document actually sees. SAP's real T006A carries all its fields; this definition carries the table complete.
Hover a canonical name to see the legacy SAP field name
| Canonical name | Concept | Description | Data element | Type | Check table |
|---|---|---|---|---|---|
| CLI key | cliens | Client | MANDT | CLNT 3 | T000 |
| LNG_CLV key | lingua clavis | Language Key | SPRAS | LANG 1 | T002 |
| UNI_MSU_CLV key | unitas mensuratio clavis | Unit of Measurement — the internal unit key resolving to T006 | MSEHI | UNIT 3 | T006 |
| UNI_MSU | unitas mensuratio | External Unit of Measurement in Commercial Format (3-Char.) | MSEH3 | CHAR 3 | — |
| UNI_MSU2 | unitas mensuratio | External Unit of Measurement in Technical Format (6-Char.) | MSEH6 | CHAR 6 | — |
| UNI_MSU_TXT | unitas mensuratio textus | Unit of Measurement Text (Maximum 10 Characters) | MSEHT | CHAR 10 | — |
| UNI_MSU_TXT2 | unitas mensuratio textus | Unit of Measurement Text (Maximum 30 Characters) | MSEHL | CHAR 30 | — |
Foreign keys
| Field | Check table | Check field |
|---|---|---|
MANDT | T000 | MANDT |
SPRAS | T002 | SPRAS |
MSEHI | T006 | MSEHI |