RSTTYP SAP (BRST assignment of types in RSTHIE) Structure details

Dictionary Type: Structure
Description: BRST assignment of types in RSTHIE




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




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

RSTTYP 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 "BRST assignment of types in RSTHIE" 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_RSTTYP TYPE RSTTYP.

The RSTTYP table consists of various fields, each holding specific information or linking keys about BRST assignment of types in RSTHIE data available in SAP. These include TABNM (Table Name), FIENM (Field Name), ROLNM (Data element (semantic domain)), DOMNM (Domain name).. 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 RSTTYP 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
TYPENode type SEU_TYPECHAR4SEU_TYPE
TABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIENMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLNMData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
HCLASSBRST Class of hierarchies (Sets, etc.) RSTHCLASSCHAR4Assigned to domainRSTHCLASS
TDOMNMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
RETABRead (text) table CGSRETABCHAR30TABNAME
REFIERead (text) field CGSREFIECHAR30Assigned to domainFDNAME
MASKDisplay Screen for 50-Character Field RKE_MASK_LCHAR50KEYID
CONVConversion Routine CONVEXITCHAR5CONVEXIT
LNGWField length/output CFLNGWINT410CFINT4
ABHKTNumber of link for compound characteristics CFABHKTNUMC3NUMC3
DIMPIMaster data default display RKE_DIMPICHAR1RKE_DIMPI
TYPSOGeneral Flag FLAGCHAR1FLAG
COLORColor display of a hierarchy node SEU_COLORNUMC1NUM1
INTENSIVIntensity of display SEU_INTENSCHAR1CHAR1
ONLY_KEYGeneral Flag FLAGCHAR1FLAG
HPOSTBRST ID: Hierarchy node that can be posted RSTHPOSTCHAR1FLAG
BASICNode is also valid characteristic value of basic char. RSTHBASICCHAR1FLAG
LEAFNode is endnode (contains no further nodes) RSTHLEAFCHAR1FLAG
NODE_INPUTNode entry is allowed (Drill-Down reporting) RSTHNODEINCHAR1RSTHNODEIN

Key field Non-key field



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

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

How to access SAP table RSTTYP

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