UMK_MB110 SAP (Industry Assignment) Table details

Dictionary Type: Table
Description: Industry Assignment




ABAP Code to SELECT data from UMK_MB110
Related tables to UMK_MB110
Access table UMK_MB110




Table field list including key, data, relationships and ABAP select examples

UMK_MB110 is a standard SAP Table which is used to store Industry Assignment data and is available within R/3 SAP systems depending on the version and release level.

The UMK_MB110 table consists of various fields, each holding specific information or linking keys about Industry Assignment data available in SAP. These include OBJVERS (Object Version), INDU (Industry).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UMK_MB110 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MEASMeasure UMK_Y_MEASCHAR18UMK_MB100UMK_D_MEAS
OBJVERSObject Version UMK_Y_OBJVERSCHAR1UMK_MB100UMK_D_OBJVERS
INDUIndustry UMK_Y_INDUCHAR4UMK_D_INDU

Key field Non-key field



How do I retrieve data from SAP table UMK_MB110 using ABAP code

The following ABAP code Example will allow you to do a basic selection on UMK_MB110 to SELECT all data from the table
DATA: WA_UMK_MB110 TYPE UMK_MB110.

SELECT SINGLE *
FROM UMK_MB110
INTO CORRESPONDING FIELDS OF WA_UMK_MB110
WHERE...

How to access SAP table UMK_MB110

Within an ECC or HANA version of SAP you can also view further information about UMK_MB110 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!