The FILEALIAS table in SAP ERP or S/4HANA stores Aliases for Validation of Logical File Names data. There are total 4 fields in FILEALIAS table. The Aliases for Validation of Logical File Names 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 FILEALIAS table. It is in Platform-Independent File Names (SFIL) ABAP package and is part of the Platform-Independent File Names (BC-CCM-FIL) module.
SAP FILEALIAS Table Fields
Following is the list of fields that are available in SAP FILEALIAS table. The primary key fields of the table are RCLNT (Client), LOGFILE_APPL (Logical File Name of the Application), SEQNR (Seqeuntial NUmber).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| RCLNT | Client | MANDT | * | CLNT (3) |
| LOGFILE_APPL | Logical File Name of the Application | FILE_LAPPL | FILENAMECI | CHAR (60) |
| SEQNR | Seqeuntial NUmber | SEQNR_NUMC3 | NUMC (3) | |
| LOGFILE_ALIAS | Alias for a Logical File Name | FILE_ALIAS | FILENAMECI | CHAR (60) |


