UMM_DFT_LABEL SAP (Default Chart Unit for Frame Graphics) Table details

Dictionary Type: Table
Description: Default Chart Unit for Frame Graphics




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




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

UMM_DFT_LABEL is a standard SAP Table which is used to store Default Chart Unit for Frame Graphics data and is available within R/3 SAP systems depending on the version and release level.

The UMM_DFT_LABEL table consists of various fields, each holding specific information or linking keys about Default Chart Unit for Frame Graphics data available in SAP. These include CONAME (Cockpit), WANO (Number of a Wall in the Management Cockpit), LVNO (Number of a Logical View in the Wall), FRNO (Number of a Frame in a Logical View).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UMM_DFT_LABEL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CONAMECockpit UMM_Y_CONAMECHAR15Assigned to domainUMM_D_CONAME
WANONumber of a Wall in the Management Cockpit UMM_Y_WANONUMC1UMM_D_NOWA
LVNONumber of a Logical View in the Wall UMM_Y_LVNONUMC1UMM_D_NOLV
FRNONumber of a Frame in a Logical View UMM_Y_FRNONUMC1UMM_D_NOFR
CASENOCounter UMM_Y_CASENONUMC6NUMC6
SELNOCount parameters NUMC4NUMC4NUMC4
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
XPRIUNITUnit of Primary X Axis UMC_Y_XPRIUNITCHAR60UMC_D_LTXT
YPRIUNITUnit Primary Y Axis UMC_Y_YPRIUNITCHAR60UMC_D_LTXT
XSECUNITUnit Secondary X-Axis UMC_Y_XSECUNITCHAR60UMC_D_LTXT
YSECUNITUnit of Secondary Y Axis UMC_Y_YSECUNITCHAR60UMC_D_LTXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_DFT_LABEL
INTO CORRESPONDING FIELDS OF WA_UMM_DFT_LABEL
WHERE...

How to access SAP table UMM_DFT_LABEL

Within an ECC or HANA version of SAP you can also view further information about UMM_DFT_LABEL 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!