RS33F SAP (Context: Screen fields and fields with data element docu.) Structure details

Dictionary Type: Structure
Description: Context: Screen fields and fields with data element docu.




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




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

RS33F 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 "Context: Screen fields and fields with data element docu." 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_RS33F TYPE RS33F.

The RS33F table consists of various fields, each holding specific information or linking keys about Context: Screen fields and fields with data element docu. data available in SAP. These include DBTAB (Context: Name of a table from the R/3 Repository), ROLL (Context: Data Element), PROG (Context: Name of an ABAP Program), FLDID (Context: Name of a context 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RS33F 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
FRMIDContext name CTXIDCHAR20CTXID
DBTABContext: Name of a table from the R/3 Repository CTXDBTABCHAR30Assigned to domainAS4TABDTB
ROLLContext: Data Element CTXROLLCHAR30Assigned to domainROLLNAMEROLDD_DTEL
PROGContext: Name of an ABAP Program CTXPROGCHAR40Assigned to domainPROGRAMMRID
FLDIDContext: Name of a context field CTXFLDIDCHAR16CTXFLDID
FLDLIKEContext: Reference field of a context field (Dict/Type pool) CTXFLDLIKECHAR60CTXFLDLIKE
FLDTYPContext: Associated type for a context field (LIKE/TYPE) CTXFLDTYPCHAR1CTXFLDTYP
FLDVALContext: Default value for a context field CTXFLDVALCHAR60CTXFLDVAL
MODIDContext: Module name CTXMODIDCHAR31CTXMODID
MODCCContext: Dict. table/Funct. mod./Context as context module CTXMODCCCHAR30CTXMODCC
MODBUFTYContext: Buffering type for a context model CTXMODBUFTCHAR1CTXMODBUFT
MODMSGTYContext: Message type for a context module CTXMODMSGTCHAR1SYCHAR01
MODMSGIDContext: Message ID for a context module CTXMODMSGICHAR20Assigned to domainARBGB
MODMSGNOContext: Message number for a module CTXMODMSGNNUMC3SYMSGNO
MODMSGF1Context: Context field variables in a module message CTXMODMSGFCHAR50SYCHAR50
MODMSGF2Context: Context field variables in a module message CTXMODMSGFCHAR50SYCHAR50
MODMSGF3Context: Context field variables in a module message CTXMODMSGFCHAR50SYCHAR50
MODMSGF4Context: Context field variables in a module message CTXMODMSGFCHAR50SYCHAR50
FIOIDContext: Actual parameters of a context module CTXFIOIDCHAR16CTXFLDID
FIOPARAContext: Formal parameters in the module interface CTXFIOPARACHAR16CTXFLDID

Key field Non-key field



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

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

How to access SAP table RS33F

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