DMC_TRVALI SAP (DMC: Recoding Object, Interval Table) Table details

Dictionary Type: Table
Description: DMC: Recoding Object, Interval Table




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




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

DMC_TRVALI is a standard SAP Table which is used to store DMC: Recoding Object, Interval Table data and is available within R/3 SAP systems depending on the version and release level.

The DMC_TRVALI table consists of various fields, each holding specific information or linking keys about DMC: Recoding Object, Interval Table data available in SAP. These include GUID (DMC: Globally Unique Key (22 Characters)), VALUEMIN (MWB: Translation Value), VALUEMAX (MWB: Translation Value), RESULTS (MWB: Translation Value).. 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: Not classified


SAP DMC_TRVALI 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
TROBJ_GUIDMWB: GUID of a Translation Oject DMC_TROBJ_GUIDCHAR22DMC_TROBJSYSUUID_22
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
VALUEMINMWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
VALUEMAXMWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
RESULTSMWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
DELIVERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
STATEMWB: Status of a Translation Value DMC_TRVAL_STATENUMC1DMC_TRVAL_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_TRVALI
INTO CORRESPONDING FIELDS OF WA_DMC_TRVALI
WHERE...

How to access SAP table DMC_TRVALI

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