RMCS4 SAP (I/O Table for Module Pool SAPMMCS4) Structure details

Dictionary Type: Structure
Description: I/O Table for Module Pool SAPMMCS4




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




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

RMCS4 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 Module Pool SAPMMCS4" 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_RMCS4 TYPE RMCS4.

The RMCS4 table consists of various fields, each holding specific information or linking keys about I/O Table for Module Pool SAPMMCS4 data available in SAP. These include MCINF (Name of information structure), MCANA (Number of standard analysis), GSTRU (Generated DDIC table for LIS, conditions, messages), MCATX (Application text).. 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 RMCS4 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
MCAPPNumber of application MCAPPCHAR2TMCAPMCAPPMCC
MCINFName of information structure MCINFCHAR8TMC4MCINFMCB
MCANANumber of standard analysis MCANACHAR4TMC7MCANALYSEMCG
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
MCATXApplication text MCATXCHAR40TEXT40
MCANATXTText on analysis in Logistics Controlling MCANATXTCHAR40TEXT40
ISTXTInfo structure description ISTXTCHAR30TEXT30
UNAMEUser Name UNAMECHAR12UNAME
VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
MCINFQSource information structure MCINFQCHAR8TMC4MCINFMCB
SZENTXTText Field of Length 60 TEXT60CHAR60TEXT60
MC_CM_QDUChange source data during copying MC_CM_QDUCHAR1FLAG
MC_CM_QDDDelete source data after copying MC_CM_QDDCHAR1FLAG
MC_CM_USEXSource data determined via a functional enhancement MC_CM_USEXCHAR1FLAG
MC_CM_OUPChange selected data only MC_CM_OUPCHAR1FLAG
MC_CM_VSDDelete selected data only MC_CM_VSDCHAR1FLAG
MC_CM_NODDelete according to selection MC_CM_NODCHAR1FLAG
MC_CM_IDDSelect and delete initial data records only MC_CM_IDDCHAR1FLAG
MC_CM_CIDOnly select and delete initial data and (all indic. initial) MC_CM_CIDCHAR1FLAG
MC_CM_CPCNo automatic period conversion MC_CM_CPCCHAR1FLAG
MC_CM_INIReset target version MC_CM_INICHAR1FLAG
MCINFZName of target information structure MCINFZCHAR8Assigned to domainMCINF
MC_CM_DVLEData transfer to updating MC_CM_DVLECHAR1FLAG
MCSRUMERB1SAP standard method to edit statistical data MCSRUMERB1CHAR1MCSRUMERB
MCSRUMERB2Self-defined method to edit statistical data MCSRUMERB2CHAR1MCSRUMERB
MCSRUMERB3Automatic enhancement to edit statistical data MCSRUMERB3CHAR1MCSRUMERB
CMVRSIOQVersion of an information structure MCCMVRSIOQCHAR3Assigned to domainVRSIOMCV
CMVRSIOZVersion of an information structure MCCMVRSIOZCHAR3Assigned to domainVRSIOMCV
ARVRSIOVersion of an information structure MC_ARVRSIOCHAR3Assigned to domainVRSIOMCV
CMFILEPATHPath description for external files MC_CMFPATHCHAR60TEXT60
CM_ED_FLAGIndicator to control the process flow in RMCAF000 MC_CMEDFLGCHAR1CHAR1
MC_CM_IDXF'Delete/Set Up Secondary Indices' indicator MC_CM_IDXFCHAR1FLAG
MC_CM_DCTBIndicator: 'Drop/Create table' MC_CM_DCTBCHAR1FLAG
MC_CM_PSIZEPacket Size of Data Processing in Copy Management MC_CM_PSIZENUMC6MC_PSIZE
MC_CM_ENQT(Un)lock table at information structure/version level MC_CM_ENQTNUMC1MCSENQTAB
MC_CM_SSELsorted reading of DB table MC_CM_SSELCHAR1FLAG
MC_CM_NOINITIndicator 'No copying of initial data records' MC_CM_NOINITCHAR1FLAG
MC_CM_PARALIndicator: Parallel Mode MC_CM_PARALCHAR1MC_PARAL

Key field Non-key field



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

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

How to access SAP table RMCS4

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