The CAT_FDATA table in SAP ERP or S/4HANA stores CATT contents for field lists in CAT_FINFO data. There are total 10 fields in CAT_FDATA table. The CATT contents for field lists in CAT_FINFO 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 CAT_FDATA table. It is in Computer Aided Test Tools (SCAT) ABAP package and is part of the CATT Computer Aided Test Tool (BC-TWB-TST-CAT) module.
SAP CAT_FDATA Table Fields
Following is the list of fields that are available in SAP CAT_FDATA table. The primary key fields of CATT contents for field lists in CAT_FINFO table in SAP are ABLNR (CATT – Test case), COMMID (Character field, 8 characters long), SUBID (Character field, 8 characters long), CALLNO (10 digit number), DELTA (Single-Character Flag), MODIFNO (10 digit number), COL_ID (4 Byte Signed Integer), ROW_ID (4 Byte Signed Integer), SUB_ROW_ID (4 Byte Signed Integer).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ABLNR | CATT – Test case | CATNR | CHAR (30) | |
| COMMID | Character field, 8 characters long | CHAR8 | CHAR (8) | |
| SUBID | Character field, 8 characters long | CHAR8 | CHAR (8) | |
| CALLNO | 10 digit number | NUM10 | NUMC (10) | |
| DELTA | Single-Character Flag | CHAR1 | CHAR (1) | |
| MODIFNO | 10 digit number | NUM10 | NUMC (10) | |
| COL_ID | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| ROW_ID | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| SUB_ROW_ID | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| VALUE | CATT – Parameter value | CATPAVAL | CHAR (132) |


