In this post, I will try and describe everything you need to know about the SAP crmd_m1o_sup_uom table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_M1O_SUP_UOM what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_M1O_SUP_UOM....Right lets get started!
Object Name: CRMD_M1O_SUP_UOM
Dictionary Type: Transparent table
Description: Supplier Settings for Units of Measure
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
SUPPLIER | BU_PARTNER | CHAR | 10(0) | * | Business Partner Number | BU_PARTNER | BPA | BUPA | PARTNER | CRM | ||
DIMENSION | DIMID | CHAR | 6(0) | * | Dimension key | DIMID | ME | CRM | ||||
UOM_SAP | MSEHI | UNIT | 3(0) | * | Unit of Measurement | MEINS | BZME | CRM | ||||
UOM_ISO | ISOCD_UNIT | CHAR | 3(0) | * | ISO code for unit of measurement | ISOCD_UNIT | FB | CRM | ||||
UOM_DESCSHORT | MSEHT | CHAR | 10(0) | Unit of Measurement Text (Maximum 10 Characters) | TEXT10 | MG | CRM | |||||
UOM_DESCLONG | MSEHL | CHAR | 30(0) | Unit of Measurement Text (Maximum 30 Characters) | TEXT30 | MG | CRM |