The FINK table in SAP ERP or S/4HANA stores Text Key -> Pointer (SAPfind) data. There are total 4 fields in FINK table. The Text Key -> Pointer (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 FINK 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 FINK Table Fields
Following is the list of fields that are available in SAP FINK table. The primary key fields of the table are CLASS (Information class for indexing), LANGU (Language key), TXTKEY (Text key).
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) |
TXTKEY | Text key | SF_TXTKEY | CHAR (100) | |
POINTER | Pointer | SF_POINTER | RAW (5) |