RMCV1 SAP (I/O fields for SAPMMCV1) Structure details

Dictionary Type: Structure
Description: I/O fields for SAPMMCV1




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




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

RMCV1 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 fields for SAPMMCV1" 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_RMCV1 TYPE RMCV1.

The RMCV1 table consists of various fields, each holding specific information or linking keys about I/O fields for SAPMMCV1 data available in SAP. These include SPMONB (Period to analyze - month), SPTAGV (Period to analyze - current date), SPTAGB (Period to analyze - current date), SPWOCV (Period to analyze - week).. 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 RMCV1 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
SPMONVPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPMONBPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGVPeriod to analyze - current date SPTAGDATS8DATUM
SPTAGBPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCVPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPWOCBPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPVPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
SPBUPBPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
KUNNRVCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KUNNRBCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MATNRVMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNRBMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VKORGVSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VKORGBSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGVDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VTWEGBDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTVDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SPARTBDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
ZEITRPeriod to analyze MCZEITRDATS8DATUM
DATUMVDate DATUMDATS8DATUM
DATUMBDate DATUMDATS8DATUM
MCGRTLIS: Graphics type MCGRTCHAR1MCGRT
SELVSSelection version for standard analysis SELVSCHAR5Assigned to domainSELVSSLV
SETXTSelection version description SETXTCHAR40TEXT40
UNAMEUser Name SYUNAMECHAR12SYCHAR12
DATUMSystem Date SYDATUMDATS8SYDATS

Key field Non-key field



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

As RMCV1 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 RMCV1 as there is no data to select.

How to access SAP table RMCV1

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