/MRSS/SETNODE SAP (Lower-level sets in sets) Table details

Dictionary Type: Table
Description: Lower-level sets in sets




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




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

/MRSS/SETNODE is a standard SAP Table which is used to store Lower-level sets in sets data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/SETNODE table consists of various fields, each holding specific information or linking keys about Lower-level sets in sets data available in SAP. These include SETCLASS (Set class), SUBCLASS (Organizational Unit as Set Subclass), SETNAME (Set Name), LINEID (Set line counter).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /MRSS/SETNODE 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
SETCLASSSet class /MRSS/T_SETCLASSCHAR4CHAR4
SUBCLASSOrganizational Unit as Set Subclass /MRSS/T_SETSUBCLASCHAR12CHAR12
SETNAMESet Name /MRSS/T_SETNAMENEWCHAR24CHAR24
LINEIDSet line counter /MRSS/T_SETLINENUMC10NUM10
SUBSETCLSclass of a subordinate set /MRSS/T_SUBSETCLSCHAR4CHAR4
SUBSETSCLSSubclass of a subordinate set /MRSS/T_SUBSETSCLSCHAR12CHAR12
SUBSETNAMESubordinate Set ID /MRSS/T_SUBSETNAMECHAR24CHAR24
SEQNR10Sequential number of Set line /MRSS/T_SETLNSEQNRINT410INT4

Key field Non-key field



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

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

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

How to access SAP table /MRSS/SETNODE

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