RSFBB SAP (SAPfind: Screen Table for Diverse Transactions) Structure details

Dictionary Type: Structure
Description: SAPfind: Screen Table for Diverse Transactions




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




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

RSFBB 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 for Diverse Transactions" 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_RSFBB TYPE RSFBB.

The RSFBB table consists of various fields, each holding specific information or linking keys about SAPfind: Screen Table for Diverse Transactions data available in SAP. These include OBJECT (Texts: Application Object), ID (Text ID), SPRAS (Language key), COUNTER (Number of hits).. 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 RSFBB 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
NAMEName TDOBNAMECHAR70TDOBNAME
OBJECTTexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
IDText ID TDIDCHAR4TTXIDTDID
SPRASLanguage key TDSPRASLANG1T002ISOLASPRAS
COUNTERNumber of hits SF_HITSINT410SF_HITS
FIRST_CALLSearch word - classification SF_SWCLASSNUMC2NUM02
DYNP_INPSearch word - classification SF_SWCLASSNUMC2NUM02
TDLDATEChanged On TDLDATEDATS8DATUM
TDLUSERLast changed by TDLUSERCHAR12TDUSER
TDVERSIONVersion TDVERSIONNUMC5TDVERSION
TDTXTLINESNumber of Text Lines in Line Table TDTXTLINESNUMC5TDVALUE

Key field Non-key field



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

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

How to access SAP table RSFBB

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