The FRODIR table in SAP ERP or S/4HANA stores Obsolete: Index of Frozen Objects data. There are total 5 fields in FRODIR table. The Obsolete: Index of Frozen Objects 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 FRODIR table. It is in Downward Compatible Development (SPAK_AKB) ABAP package and is part of the Package Tools (BC-DWB-TOO-PAK) module.
SAP FRODIR Table Fields
Following is the list of fields that are available in SAP FRODIR table. The primary key fields of the table are OBJECTTYPE (Object Type), OBJECT (Object Name in Object Directory).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECTTYPE | Object Type | TROBJTYPE | CHAR (4) | |
| OBJECT | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| CHANGED_BY | Last changed by | UNAM | CHAR (12) | |
| CHANGED_ON | Changed On | RDIR_UDATE | DATS (8) | |
| CHANGED_AT | Last changed at | AS4TIME | TIMS (6) |


