RSTTYPADD SAP (BRST Additional fields for RSTTYP (flags, etc.)) Structure details

Dictionary Type: Structure
Description: BRST Additional fields for RSTTYP (flags, etc.)




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




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

RSTTYPADD 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 Additional fields for RSTTYP (flags, etc.)" 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_RSTTYPADD TYPE RSTTYPADD.

The RSTTYPADD table consists of various fields, each holding specific information or linking keys about BRST Additional fields for RSTTYP (flags, etc.) data available in SAP. These include CONV (Conversion Routine), LNGW (Field length/output), ABHKT (Number of link for compound characteristics), DIMPI (Master data default display).. 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 RSTTYPADD 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
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 RSTTYPADD using ABAP code?

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

How to access SAP table RSTTYPADD

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