RSFIN SAP (SAPfind: screen - table) Structure details

Dictionary Type: Structure
Description: SAPfind: screen - table




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




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

RSFIN 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 "SAPfind: screen - table" 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_RSFIN TYPE RSFIN.

The RSFIN table consists of various fields, each holding specific information or linking keys about SAPfind: screen - table data available in SAP. These include SEARCHW1 (Word form), SEARCHW2 (Word form), SEARCHW3 (Word form), AND2 (AND operator (Boolean)).. 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 RSFIN 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
WORDFWord form SF_WORDFCHAR40SF_WORD
SEARCHW1Word form SF_WORDFCHAR40SF_WORD
SEARCHW2Word form SF_WORDFCHAR40SF_WORD
SEARCHW3Word form SF_WORDFCHAR40SF_WORD
AND2AND operator (Boolean) SF_ANDCHAR1BOOLEAN
OR2OR operator (Boolean) SF_ORCHAR1BOOLEAN
DIREKTBoolean Value SF_BOOLCHAR1BOOLEAN
BEARB1Boolean Value SF_BOOLCHAR1BOOLEAN
BEARB2Boolean Value SF_BOOLCHAR1BOOLEAN
BEARB3Boolean Value SF_BOOLCHAR1BOOLEAN
BOOLBoolean Value SF_BOOLCHAR1BOOLEAN
TEXTTEIL1Boolean Value SF_BOOLCHAR1BOOLEAN
TEXTTEIL2Boolean Value SF_BOOLCHAR1BOOLEAN
DEL_INDEXBoolean Value SF_BOOLCHAR1BOOLEAN
CLASSInformation class for indexing SF_ICLASSCHAR4TFICSF_ICLASS
HITNO1Number of hits (NUMC) SF_HITNONUMC10SF_HITNO
HITNONumber of hits (NUMC) SF_HITNONUMC10SF_HITNO
REFNONumber of hits (NUMC) SF_HITNONUMC10SF_HITNO
BEARB4Boolean Value SF_BOOLCHAR1BOOLEAN
HITCHNumber of hits (CHAR) SF_HITCHCHAR10SF_HITCH
TITLEText title (document) SF_TITLECHAR60TEXT60
TXTKEYText key SF_TXTKEYCHAR100SF_TXTKEY
FCREACharacter for screen input SF_CHAR1CHAR1SF_C1
FMODICharacter for screen input SF_CHAR1CHAR1SF_C1
FINDXCharacter for screen input SF_CHAR1CHAR1SF_C1
FDELECharacter for screen input SF_CHAR1CHAR1SF_C1
SHWORDDisplay shell word with points SF_CHAR24CHAR24CHAR24
FIRSTPOSPosition in list display SF_TABPOSNUMC3NUM3
LISTLENPosition in list display SF_TABPOSNUMC3NUM3
LANGULanguage key SF_LANGULANG1T002ISOLASPRAS
DESCRLanguage-specific class description SF_CLDESCHAR35SF_CLDES
SEL1Boolean Value SF_BOOLCHAR1BOOLEAN
SEL2Boolean Value SF_BOOLCHAR1BOOLEAN
FOLDERIDSAPoffice: Folder ID FOLIDCHAR17SF_OBJID
BOOL1Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL2Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL3Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL4Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL5Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL6Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL7Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL8Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL9Boolean Value SF_BOOLCHAR1BOOLEAN
RELEASEChanged in Release (3 characters): SF_REL3CHAR3SF_REL3
REL_BISChanged in Release (3 characters): SF_REL3CHAR3SF_REL3
BOOL10Boolean Value SF_BOOLCHAR1BOOLEAN
BOOL11Boolean Value SF_BOOLCHAR1BOOLEAN
RELChanged in Release (3 characters): SF_REL3CHAR3SF_REL3

Key field Non-key field



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

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

How to access SAP table RSFIN

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