UMM_DFT_T_RANGE SAP (Default Value Range for Tachometer) Table details

Dictionary Type: Table
Description: Default Value Range for Tachometer




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




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

UMM_DFT_T_RANGE is a standard SAP Table which is used to store Default Value Range for Tachometer data and is available within R/3 SAP systems depending on the version and release level.

The UMM_DFT_T_RANGE table consists of various fields, each holding specific information or linking keys about Default Value Range for Tachometer 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_T_RANGE 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
LOWFloating point value for the charts UMC_Y_GRAVALUEFLTP16(16) UMC_D_GRAVALUE
HIGHFloating point value for the charts UMC_Y_GRAVALUEFLTP16(16) UMC_D_GRAVALUE
COLORColor of Range UMC_Y_GRACOLORINT410UMC_D_GRACOLOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_DFT_T_RANGE
INTO CORRESPONDING FIELDS OF WA_UMM_DFT_T_RANGE
WHERE...

How to access SAP table UMM_DFT_T_RANGE

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