/MRSS/C_RM_COLS SAP (Maintain Column Display for WDA ALV) Table details

Dictionary Type: Table
Description: Maintain Column Display for WDA ALV




ABAP Code to SELECT data from /MRSS/C_RM_COLS
Related tables to /MRSS/C_RM_COLS
Access table /MRSS/C_RM_COLS




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

/MRSS/C_RM_COLS is a standard SAP Table which is used to store Maintain Column Display for WDA ALV data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/C_RM_COLS table consists of various fields, each holding specific information or linking keys about Maintain Column Display for WDA ALV data available in SAP. These include STRUCTURE_NAME (Dictionary object), FIELDNAME (Name of the data dictionary field. Identifies program field).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /MRSS/C_RM_COLS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
STRUCTURE_NAMEDictionary object DDIC_OBJCHAR30DDOBJNAME
FIELDNAMEName of the data dictionary field. Identifies program field /MRSS/T_RM_DDICFLDCHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP table /MRSS/C_RM_COLS using ABAP code

The following ABAP code Example will allow you to do a basic selection on /MRSS/C_RM_COLS to SELECT all data from the table
DATA: WA_/MRSS/C_RM_COLS TYPE /MRSS/C_RM_COLS.

SELECT SINGLE *
FROM /MRSS/C_RM_COLS
INTO CORRESPONDING FIELDS OF WA_/MRSS/C_RM_COLS
WHERE...

How to access SAP table /MRSS/C_RM_COLS

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