The FINT table in SAP ERP or S/4HANA stores Title of the Indexed Texts (SAPfind) data. There are total 4 fields in FINT table. The Title of the Indexed Texts (SAPfind) table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of FINT table. It is in Basis Development: SAPfind Information Retrieval (SFIN) ABAP package and is part of the Implementation Guide (BC-CUS-TOL-IMG) module.
SAP FINT Table Fields
Following is the list of fields that are available in SAP FINT table. The primary key fields of the table are CLASS (Information class for indexing), LANGU (Language key), POINTER_C (Pointer (CHAR)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLASS | Information class for indexing | SF_ICLASS | TFIC | CHAR (4) |
| LANGU | Language key | SF_LANGU | T002 | LANG (1) |
| POINTER_C | Pointer (CHAR) | SF_POINT_C | CHAR (10) | |
| TITLE | Text title (document) | SF_TITLE | CHAR (60) |


