DMC_TRVALD SAP (DMC: Recoding Object; Value Table (Lookup Values) Table details

Dictionary Type: Table
Description: DMC: Recoding Object; Value Table (Lookup Values




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




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

DMC_TRVALD is a standard SAP Table which is used to store DMC: Recoding Object; Value Table (Lookup Values data and is available within R/3 SAP systems depending on the version and release level.

The DMC_TRVALD table consists of various fields, each holding specific information or linking keys about DMC: Recoding Object; Value Table (Lookup Values data available in SAP. These include TROBJ_GUID (MWB: GUID of a Translation Oject), GUID (DMC: Globally Unique Key (22 Characters)), CURRNUM (DMC: Sequence Number), PARAMNO (DMC: Output/Input Parameters).. 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 DMC_TRVALD 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
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22DMC_TROBJSYSUUID_22
TROBJ_GUIDMWB: GUID of a Translation Oject DMC_TROBJ_GUIDCHAR22DMC_TROBJSYSUUID_22
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
CURRNUMDMC: Sequence Number DMC_CURRNUMC12DMCNUMC
PARAMNODMC: Output/Input Parameters DMC_PARANUMC2DMC_INT
VALUE_I1MWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
VALUEDMC: Value DMC_WERTCHAR60DMCCHAR
VALUE_I2MWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
VALUE_I3MWB: Translation Value DMC_TRVALUECHAR80DMC_TRVALUE
VALUE_OMWB: 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_TRVALD using ABAP code

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

SELECT SINGLE *
FROM DMC_TRVALD
INTO CORRESPONDING FIELDS OF WA_DMC_TRVALD
WHERE...

How to access SAP table DMC_TRVALD

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