The FOPCTIMEFRAMET table in SAP ERP or S/4HANA stores Timeframe data. There are total 6 fields in FOPCTIMEFRAMET table. The Timeframe 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 FOPCTIMEFRAMET table. It is in Customizing (FOPC_CUSTOMIZING) ABAP package and is part of the Management of Internal Controls (FIN-CGV-MIC) module.
SAP FOPCTIMEFRAMET Table Fields
Following is the list of fields that are available in SAP FOPCTIMEFRAMET table. The primary key fields of the table are MANDT (Client), LANGU (Language Key), ATTR (Attribute), VALUE (Attribute Value), TIMEFRAME (Timeframe).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| LANGU | Language Key | LANGU | * | LANG (1) |
| ATTR | Attribute | FOPC_ATTRNAME | CHAR (20) | |
| VALUE | Attribute Value | FOPC_ATTRVALUE | CHAR (10) | |
| TIMEFRAME | Timeframe | FOPC_TIMEFRAME | FOPCTIMEFRAME | CHAR (10) |
| TEXT | Name | FOPC_TEXT | CHAR (100) |


