The CFX_ACCESS table in SAP ERP or S/4HANA stores Track first access of object by user data. There are total 4 fields in CFX_ACCESS table. The Track first access of object by user 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 CFX_ACCESS table. It is in Collaboration Folders: Folder and Documents (CFX_FOLDERS) ABAP package and is part of the Collaboration Folders (PLM-CFO) module.
SAP CFX_ACCESS Table Fields
Following is the list of fields that are available in SAP CFX_ACCESS table. The primary key fields of the table are CLIENT (Client), OBJECT_ID (GUID in ‘CHAR’ Format in Uppercase), USER_ID (User ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| OBJECT_ID | GUID in ‘CHAR’ Format in Uppercase | GUID_32 | CHAR (32) | |
| USER_ID | User ID | CFX_USERID | CHAR (12) | |
| ACCESS_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) |


