SAP Table FILEINFO
Attributes of an operating system file
FILEINFO (Attributes of an operating system file) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link FILEINFO to other SAP tables.
Source: FILEINFO (Attributes of an operating system file)
FILEINFO table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
TYPE | Type of a file in the operating system | FILETYPE | CHAR | 10 | 0 | |||||||
NAME | Name of a file in the operating system (shortened to 75) | FILENAME75 | CHAR | 75 | 0 | |||||||
LEN | Length of a file in bytes | FILESIZE | NUMC | 15 | 0 | |||||||
OWNER | Owner of a file (filename from operating system) | FILEOWNER | CHAR | 8 | 0 | |||||||
MTIME | Last change date of a file in seconds since 1970 | FILEMODSEC | NUMC | 10 | 0 | |||||||
UMODE | File rights (ex. like in UNIX) | FILEUMODE | CHAR | 9 | 0 | |||||||
USEABLE | File is useable (subjective classificaiton) | FILEUSEABL | CHAR | 1 | 0 |
Possible values
|
||||||
SUBRC | Return Code | SYSUBRC | INT4 | 10 | 0 | |||||||
ERRNO | SysLog: Operating system error number: "errno" | RSLGERRNO | CHAR | 6 | 0 | |||||||
ERRMSG | Error message for a file | FILEERRMSG | CHAR | 40 | 0 | |||||||
MOD_DATE | Data on which a file was last changed | FILEMODDAT | DATS | 8 | 0 | |||||||
MOD_TIME | Time when a file was last changed | FILEMODTIM | TIMS | 6 | 0 |