TFITT SAP (SAPfind: Terms for CUA Access - Language-Specific Texts) Pooled Table details

Dictionary Type: Pooled Table
Description: SAPfind: Terms for CUA Access - Language-Specific Texts




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




Pooled Table field list including key, data, relationships and ABAP select examples

TFITT is a standard SAP Pooled Table which is used to store SAPfind: Terms for CUA Access - Language-Specific Texts data and is available within R/3 SAP systems depending on the version and release level.

The TFITT table consists of various fields, each holding specific information or linking keys about SAPfind: Terms for CUA Access - Language-Specific Texts data available in SAP. These include SHCLASS (Information class for indexing), IDENT (Descriptor identifier), CUA_TEXT (Text in pull-down menu), DESCR (Word form).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: TFIT


SAP TFITT pooled table 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
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SHCLASSInformation class for indexing SF_ICLASSCHAR4TFITSF_ICLASS
IDENTDescriptor identifier SF_DESCIDCHAR5CHAR5
CUA_TEXTText in pull-down menu SF_METEXTCHAR20SF_C20
DESCRWord form SF_WORDFCHAR40SF_WORD
SUCHTEXTSearch text for retrievel interface SF_STEXTCHAR60CHAR60

Key field Non-key field



How do I retrieve data from SAP table TFITT using ABAP code

The following ABAP code Example will allow you to do a basic selection on TFITT to SELECT all data from the table
DATA: WA_TFITT TYPE TFITT.

SELECT SINGLE *
FROM TFITT
INTO CORRESPONDING FIELDS OF WA_TFITT
WHERE...

How to access SAP table TFITT

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