RMCSV SAP (I/O table for managing selection versions in LIS) Structure details

Dictionary Type: Structure
Description: I/O table for managing selection versions in LIS




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




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

RMCSV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "I/O table for managing selection versions in LIS" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RMCSV TYPE RMCSV.

The RMCSV table consists of various fields, each holding specific information or linking keys about I/O table for managing selection versions in LIS data available in SAP. These include MCINF (Name of information structure), ISTXT (Info structure description), SETXT (Selection version description), XVERDICHT (Checkbox: Generate basic list for selected characteristics).. 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: Cannot Be Enhanced


SAP RMCSV structure 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
SELVSSelection version for standard analysis SELVSCHAR5MCRSVSELVSSLV
MCINFName of information structure MCINFCHAR8TMC4MCINFMCB
ISTXTInfo structure description ISTXTCHAR30TEXT30
SETXTSelection version description SETXTCHAR40TEXT40
XVERDICHTCheckbox: Generate basic list for selected characteristics XVERDCHAR1X
AKTPERSet indicator to include current period in period to analyze MCEXCCHAR1X
XDYNPERIndicator: Dynamic calculation of time of analysis XDYNPERCHAR1X
MCPERNumber of previous analysis periods of selection version MCSVPERNUMC3MCPER
VSELVSSelection version for standard analysis SELVSCHAR5MCRSVSELVSSLV
KURSTExchange rate type for conversion to analysis currency MCKURSTCHAR4TCURVKURST
WAERSKey for the currency in which the analysis is carried out MCAWAER1CUKY5TCURCWAERS
MERKMALCharacteristics in Logistics Information System RMCSCMERKCHAR30TEXT30
KENNZAHLKey figures in Logistics Controlling RMCSCKENNCHAR30TEXT30
MCAPPNumber of application MCAPPCHAR2TMCAPMCAPPMCC
DLINAMDistribution list for selection version MC_DLI_NAMCHAR12SO_OBJ_NAM
SELSETVariant for selecting the standard analysis MCSELSETCHAR14SELSET
UNAMEUser for selection version MCUNAME_SVCHAR12USR02XUBNAME
MCROBNRCharacteristic display as a key MCROBNRCHAR1XFLAG
MCROBTXCharacteristic display as a description MCROBTXCHAR1XFLAG
MCROBNTCharacteristic display as a key and description MCROBNTCHAR1XFLAG
FACTORConversion factor for displaying values MCFACTORCHAR1ROUND
ODECIMALSNumber of decimal places MCDECIPCHAR1MCDECIP
MMSPBWidth of the characteristic column MCMMSPBNUMC2NUMC2
KZSPBMaximum width of key figure columns MCKZSPBNUMC2NUMC2
MCPERZFuture analysis periods of selection version MCSVPERZNUMC3MCPER
SELVSPFXPrefix for reloaded selection versions from archives SELVSPFXCHAR1SELVSPFX

Key field Non-key field



How do I retrieve data from SAP structure RMCSV using ABAP code?

As RMCSV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RMCSV as there is no data to select.

How to access SAP table RMCSV

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