TMDV_MDCRVALUES SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TMDV_MDCRVALUES is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TMDV_MDCRVALUES table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MDCRSETID (Structure Chart for MDCRs), RISKFACTORNO ( Serial Number of the Risk Factor in the MDCR Set), VALIDFROM (Valid From / Effective From), TERM (Term in Days).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TMDV_MDCRVALUES table view 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 MANDTCLNT3MANDT
MDCRSETIDStructure Chart for MDCRs TAN_MDCRSETIDCHAR10TMDT_MDCRHEADERALPHATAN_MDCRSETIDMDCRSID
RISKFACTORNO Serial Number of the Risk Factor in the MDCR Set TAN_RISKFACTORNONUMC4TMDT_MDCRFACTORSTAN_RISKFACTORNO
VALIDFROMValid From / Effective From TAN_VALIDFROMDATS8DATUM
TERMTerm in Days TB_LFZEITNUMC10TV_LFZN
TIMEUNITTime Unit TIMEUNITCHAR1TIMEUNIT
TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TAN_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMDV_MDCRVALUES
INTO CORRESPONDING FIELDS OF WA_TMDV_MDCRVALUES
WHERE...

How to access SAP table TMDV_MDCRVALUES

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