RMCS0 SAP (E/A fields or help fields for LIS standard analyses) Structure details

Dictionary Type: Structure
Description: E/A fields or help fields for LIS standard analyses




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




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

RMCS0 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 "E/A fields or help fields for LIS standard analyses" 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_RMCS0 TYPE RMCS0.

The RMCS0 table consists of various fields, each holding specific information or linking keys about E/A fields or help fields for LIS standard analyses data available in SAP. These include KZSPB (Maximum width of key figure columns), ANZHL (Number of characteristic values in the ranking list), GKENN (Chosen key figure), AWAER1 (Key for the currency in which the analysis is carried out).. 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 RMCS0 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
MMSPBWidth of the characteristic column MCMMSPBNUMC2NUMC2
KZSPBMaximum width of key figure columns MCKZSPBNUMC2NUMC2
ANZHLNumber of characteristic values in the ranking list MCANZHLNUMC3NUMC3
GKENNChosen key figure MCGKENNCHAR20TEXT20
AWAER1Key for the currency in which the analysis is carried out MCAWAER1CUKY5TCURCWAERS
AWAER2Key for the currency in which the analysis is carried out MCAWAER2CUKY5TCURCWAERS
MSELPCheckbox: print with selection log MCMSELPCHAR1X
OSELPCheckbox: print without selection log MCOSELPCHAR1X
KURSTExchange rate type for conversion to analysis currency MCKURSTCHAR4TCURVKURST
CB_OPTKOSelect shipping option 'sender's comments' MCOPTKOCHAR1SCRPFLAG
CB_OPTSKRadio button: send list and comment MCOPTSKCHAR1SCRPFLAG
UMDATDate on which conversion is to take place MCUMDATDATS8DATUM
DATUM_KHStart of validity period for assignment DATUM_KHDATS8DATUM
JAHRYear MCJAHRNUMC4GJAHRGJAHR
QUARQuarter MCQUARNUMC6PERIMCPERIOD
TEXT10Description MCTEXT10CHAR10TEXT10
TEXT20Description MCTEXT20CHAR20TEXT20
TEXT30Description MCTEXT30CHAR30TEXT30
TEXT40Description MCTEXT40CHAR40TEXT40
TEXT50Description MCTEXT50CHAR50TEXT50
TEXT60Description MCTEXT60CHAR60TEXT60
HNODEHierarchy nodes in selection screen of standard analysis MCHNODECHAR60TEXT60
VRSIONumber of the version in the information structure VRSIO_SACHAR3Assigned to domainVRSIOMCV
FLGGSACheckbox for total document analysis MCFLGGSACHAR1XFELD
FLGASELCheckbox for companion selection MCFLGASELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RMCS0

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