TTFKFBM_SHOW SAP (Display Structure for Report for Search Terms) Structure details

Dictionary Type: Structure
Description: Display Structure for Report for Search Terms




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




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

TTFKFBM_SHOW 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 "Display Structure for Report for Search Terms" 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_TTFKFBM_SHOW TYPE TTFKFBM_SHOW.

The TTFKFBM_SHOW table consists of various fields, each holding specific information or linking keys about Display Structure for Report for Search Terms data available in SAP. These include FBEVE (Event in Which a Function Module is Called), FUNCM (Name of the sample function module), XMEHR (Additional Functions), XBRFGEN (Generate BRFplus).. 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: Can be enhanced (character-type or numeric)


SAP TTFKFBM_SHOW 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
FBEVEEvent in Which a Function Module is Called FBEVE_KKCHAR4Assigned to domainALPHAFBEVE_KK
FUNCMName of the sample function module FUNCM_KKCHAR30Assigned to domainFUNCNAME
XMEHRAdditional Functions XMEHR_KKCHAR1XFELD
XBRFGENGenerate BRFplus XBRFGEN_KKCHAR1XFELD
UNAMUser Name UNAMECHAR12UNAME
CNAMAuthor CNAMCHAR12SYCHAR12
KEYWORDKey of a Search Term KEYWORD_KKCHAR10CHAR10
KEYWORD_TXTSearch Terms for Events KEYWORDTXT_KKCHAR40TEXT40
DOCU_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

How to access SAP table TTFKFBM_SHOW

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