RSRD1 SAP (Local structure for SAPMSRD1) Structure details

Dictionary Type: Structure
Description: Local structure for SAPMSRD1




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




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

RSRD1 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 "Local structure for SAPMSRD1" 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_RSRD1 TYPE RSRD1.

The RSRD1 table consists of various fields, each holding specific information or linking keys about Local structure for SAPMSRD1 data available in SAP. These include COMWORD (First word of a command or function), COMPAR (Parameter of a COMLINE (2nd word)), OBJNAME (Name of ABAP Dictionary Object), TBMA (Object class for tables).. 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: Not classified


SAP RSRD1 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
COMLINECommand line on screen AS4COMLINECHAR60AS4COMLINE
COMWORDFirst word of a command or function COMWORDCHAR5COMWORD
COMPARParameter of a COMLINE (2nd word) COMPARCHAR20COMPAR
OBJNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
TBMAObject class for tables CLASSTABCHAR1DYNPCHOICE
TFMAObject class tables - append fields CLASSTABFCHAR1DYNPCHOICE
DOMAObject class domains CLASSDOMCHAR1DYNPCHOICE
DRMAObject class for data element CLASSDECHAR1DYNPCHOICE
VIMAObject class views CLASSVIEWCHAR1DYNPCHOICE
STMAObject class for table pool/table cluster CLASSPCCHAR1DYNPCHOICE
SOBJName of internal structure STRNAMECHAR30Assigned to domainAS4TABSTR
ENQUObject class for lock objects CLASSSPOCHAR1DYNPCHOICE
MACOObject class for matchcode objects CLASSMCOCHAR1DYNPCHOICEDMO
MCOFObject class: append MCO fields CLASSMCAFCHAR1DYNPCHOICE
TYMAObject class: type groups CLASSTYGRCHAR1DYNPCHOICE
SHMASearch helps object class CLASSSHLPCHAR1DYNPCHOICE
TTYPObject class table types CLASSTTYPECHAR1DYNPCHOICE
STRUObject class structures (structured types) CLASSSTRUCHAR1DYNPCHOICE
DDTYPEObject class types in Dictionary CLASSDDTYPCHAR1DYNPCHOICE
PROTNAMEABAP/4 Dictionary: name of SDIC log PROTNAMECHAR40PROTNAME
DAT1ABAP/4 Dictionary: Date of the last Dictionary News NEWSDATEDATS8AS4DATE
CLASSTABObject class for tables CLASSTABCHAR1DYNPCHOICE
CLASSDOMObject class domains CLASSDOMCHAR1DYNPCHOICE
CLASSDEObject class for data element CLASSDECHAR1DYNPCHOICE
CLASSVIEWObject class views CLASSVIEWCHAR1DYNPCHOICE
CLASSPCObject class for table pool/table cluster CLASSPCCHAR1DYNPCHOICE
CLASSMCOObject class for matchcode objects CLASSMCOCHAR1DYNPCHOICEDMO
OBJCLASSObject class OBJCLASSCHAR8OBJCLASS
TBMA_VALTable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
DOMA_VALName of a domain with Set/Get parameter DOMNAME_SGCHAR30Assigned to domainDOMNAMEDOMDD_DOMA
DRMA_VALData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
VIMA_VALName of an SAP table view, 16 characters VIEWNAME16CHAR16DBOBJ_NAMEDVIDD_VIEW_16
ENQU_VALLock object name ENQNAMECHAR16DBOBJ_NAMEENQUDD_ENQU
SHMA_VALName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
TTYP_VALName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
STRU_VALName of internal structure STRNAMECHAR30Assigned to domainAS4TABSTR
TYMA_VALType Group TYPEGROUPCHAR5TYPEGROUPDOB
STMA_VALName of Pool/Cluster in the Database SQLTABLECHAR10Assigned to domainSQLTABLESTB
MACO_VALName of a matchcode object (4-digit) MCONAME4CHAR4MCONAME4DMO
DDTYPE_VALName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES

Key field Non-key field



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

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

How to access SAP table RSRD1

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