RMCSC SAP (Input/output table for standard analyses settings) Structure details

Dictionary Type: Structure
Description: Input/output table for standard analyses settings




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




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

RMCSC 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 "Input/output table for standard analyses settings" 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_RMCSC TYPE RMCSC.

The RMCSC table consists of various fields, each holding specific information or linking keys about Input/output table for standard analyses settings data available in SAP. These include MCAPP (Number of application), MCATX (Application text), MCANA (Number of standard analysis), MCANATXT (Text on analysis in Logistics Controlling).. 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 RMCSC 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
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
MCAPPNumber of application MCAPPCHAR2TMCAPMCAPPMCC
MCATXApplication text MCATXCHAR40TEXT40
MCANANumber of standard analysis MCANACHAR4TMC7MCANALYSEMCG
MCANATXTText on analysis in Logistics Controlling MCANATXTCHAR40TEXT40
MCGRAGraphical display indicator MCGRACHAR1X
MCPERNumber of previous periods for analysis period MCPERNUMC3MCPER
MCEXCSet indicator to include current period in period to analyze MCEXCCHAR1X
PFINFSet this indicator to display drill-down log in page header PFINFCHAR1X
IDENTIndicator: characteristic display as text OIDENTCHAR1X
MMSPBWidth of the characteristic column MCMMSPBNUMC2NUMC2
KZSPBMaximum width of key figure columns MCKZSPBNUMC2NUMC2
NRSequence Number LFNR2NUMC2NUM02
SCRTEXT_LCharacter field of length 40 CHAR40CHAR40CHAR40
KENNZAHLKey figures in Logistics Controlling RMCSCKENNCHAR30TEXT30
MERKMALCharacteristics in Logistics Information System RMCSCMERKCHAR30TEXT30
KURSTExchange rate type for conversion to analysis currency MCKURSTCHAR4TCURVKURST
MCINFName of information structure MCINFCHAR8TMC4MCINFMCB
ISTXTInfo structure description ISTXTCHAR30TEXT30
MCSRUMEDSData enhancement method in standard analyses MCSRUMEDSCHAR4MCSMETMCSRUME
MCSRUMELIList enhancement method in standard analyses MCSRUMELICHAR4MCSMETMCSRUME
MCSRUMEFOFormula for list enhancement in the standard analyses MCSRUMEFOCHAR4MCSMETMCSRUME
MCSMCRVersion can be selected on the selection screen MCSMCRCHAR1XFLAG
MCROBNRCharacteristic display as a key MCROBNRCHAR1XFLAG
MCROBTXCharacteristic display as a description MCROBTXCHAR1XFLAG
MCROBNTCharacteristic display as a key and description MCROBNTCHAR1XFLAG
WAERSKey for the currency in which the analysis is carried out MCAWAER1CUKY5TCURCWAERS
FACTORConversion factor for displaying values MCFACTORCHAR1ROUND
ODECIMALSNumber of decimal places MCDECIPCHAR1MCDECIP
MCPERZFuture periods of the analysis MCPERZNUMC3MCPER

Key field Non-key field



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

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

How to access SAP table RMCSC

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