UMV_TR102 SAP (Value Driver Tree: Selections of the CPM Variables) Table details

Dictionary Type: Table
Description: Value Driver Tree: Selections of the CPM Variables




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




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

UMV_TR102 is a standard SAP Table which is used to store Value Driver Tree: Selections of the CPM Variables data and is available within R/3 SAP systems depending on the version and release level.

The UMV_TR102 table consists of various fields, each holding specific information or linking keys about Value Driver Tree: Selections of the CPM Variables data available in SAP. These include VDTREE (Value Driver Tree), CPM_VAR (Technical Name of a CPM Variable), SELNO (Selection number), AGGFLG (Indicator for Aggregation or Single Values).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UMV_TR102 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 MANDTCLNT3T000MANDT
VDTREEValue Driver Tree UMV_Y_VDTREECHAR10UMV_TR100UMV_D_VDTREE
CPM_VARTechnical Name of a CPM Variable UMM_Y_VANAMECHAR15Assigned to domainUMM_D_VANAME
SELNOSelection number UMC_Y_SELNONUMC2NUM02
AGGFLGIndicator for Aggregation or Single Values UMC_Y_AGGFLGCHAR1UMC_D_AGGFLG
SIGNSign for selection UMC_Y_SIGNCHAR1UMC_D_SIGN
OPERSelection operand (EQ, NE, .....) UMC_Y_OPERCHAR2UMC_D_OPER
LOWLower interval limit (ODBO) UMC_Y_LOWCHAR143UMC_D_TCHAVAL
LOWBWUpper Interval Limit (BW Internal Display) UMC_Y_LOWBWCHAR60UMC_D_ICHAVAL
LOWBW_EXTLower Interval Limit (BW) UMC_Y_LOWBW_EXTCHAR70UMC_D_ICHAVALEXT
HIGHUpper interval limit (ODBO) UMC_Y_HIGHCHAR143UMC_D_TCHAVAL
HIGHBWLower Interval Limit (BW Internal Display) UMC_Y_HIGHBWCHAR60UMC_D_ICHAVAL
HIGHBW_EXTUpper Interval Limit (BW) UMC_Y_HIGHBW_EXTCHAR70UMC_D_ICHAVALEXT
HINAMEHierarchy (ODBO Name) UMC_Y_THINAMECHAR65UMC_D_THINAME
HINAMEBWHierarchy Name (BW) UMC_Y_IHINAMECHAR30UMC_D_IHINAME
HINODEHierarchy Node (ODBO) UMC_Y_THINODECHAR143UMC_D_TCHAVAL
HINODEBWField for any Characteristic Value (BW Internal Display) UMC_Y_ICHAVALCHAR60UMC_D_ICHAVAL
HINODEBW_EXTField for any Characteristic Value (BW) UMC_Y_ICHAVALEXTCHAR70UMC_D_ICHAVALEXT
HIVERSHierarchy version UMC_Y_HIVERSCHAR3UMC_D_HIVERS
HIDATEHierarchy: Key date UMC_Y_HIDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMV_TR102
INTO CORRESPONDING FIELDS OF WA_UMV_TR102
WHERE...

How to access SAP table UMV_TR102

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