MCRSV SAP (Selection versions: Header data) Table details

Dictionary Type: Table
Description: Selection versions: Header data




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




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

MCRSV is a standard SAP Table which is used to store Selection versions: Header data data and is available within R/3 SAP systems depending on the version and release level.

The MCRSV table consists of various fields, each holding specific information or linking keys about Selection versions: Header data data available in SAP. These include SELVS (Selection version for standard analysis), GSTRU (Generated DDIC table for LIS, conditions, messages), ANNAM (Name of Person who Created the Object), ANDAT (Date on Which Record Was Created).. 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

Text table = MCRSVT


SAP MCRSV 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
SELVSSelection version for standard analysis SELVSCHAR5SELVSSLV
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
ANNAMName of Person who Created the Object ERNAMCHAR12USNAM
ANDATDate on Which Record Was Created ERDATDATS8DATUM
GENAMLast changed by AENAMECHAR12UNAME
GEDATDate of last change AENDTDATS8DATUM
AKTPERSet indicator to include current period in period to analyze MCEXCCHAR1X
XDYNPERIndicator: Dynamic calculation of time of analysis XDYNPERCHAR1X
KURSTExchange rate type for conversion to analysis currency MCKURSTCHAR4TCURVKURST
WAERSKey for the currency in which the analysis is carried out MCAWAER1CUKY5TCURCWAERS
SELSETVariant for selecting the standard analysis MCSELSETCHAR14SELSET
MCPERNumber of previous analysis periods of selection version MCSVPERNUMC3MCPER
SELDATDate when selection data was saved MCSELDATDATS8DATUM
KENNZSICHTName of key figure view MCKZSICHTCHAR12MCKZSMCKZSICHT
SELUSRUser who saved the selection data MCSELUSRCHAR12UNAME
SPRASLanguage in which the selection version was created MCSPRASSLANG1ISOLALANGU
SELTIMTime when selection data was saved MCSELTIMTIMS6UZEIT
MCANANumber of standard analysis MCANACHAR4Assigned to domainMCANALYSEMCG
MMSPBWidth of the characteristic column MCMMSPBNUMC2NUMC2
KZSPBMaximum width of key figure columns MCKZSPBNUMC2NUMC2
IDENTIndicator: characteristic display as text OIDENTCHAR1X
SELVS_TYPType of selection version MCSELVS_TYPCHAR1MCSELVS_TYP
REPIDCentral evaluation report in LIS MCREPOCHAR40PROGNAME
MCPERZFuture analysis periods of selection version MCSVPERZNUMC3MCPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCRSV
INTO CORRESPONDING FIELDS OF WA_MCRSV
WHERE...

How to access SAP table MCRSV

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