The FOPCTIMEFRAME table in SAP ERP or S/4HANA stores Timeframe data. There are total 12 fields in FOPCTIMEFRAME 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 FOPCTIMEFRAME table. It is in Customizing (FOPC_CUSTOMIZING) ABAP package and is part of the Management of Internal Controls (FIN-CGV-MIC) module.
SAP FOPCTIMEFRAME Table Fields
Following is the list of fields that are available in SAP FOPCTIMEFRAME table. The primary key fields of the table are MANDT (Client), ATTR (Attribute), VALUE (Attribute Value), TIMEFRAME (Timeframe).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| ATTR | Attribute | FOPC_ATTRNAME | FOPCATTR | CHAR (20) |
| VALUE | Attribute Value | FOPC_ATTRVALUE | FOPCATTRVALUE | CHAR (10) |
| TIMEFRAME | Timeframe | FOPC_TIMEFRAME | CHAR (10) | |
| DAY_FROM | Day | FOPC_DAY | NUMC (2) | |
| MONTH_FROM | Month | FOPC_MONTH | CHAR (2) | |
| WEEK_FROM | Week | FOPC_WEEK | NUMC (2) | |
| DAY_TO | Day | FOPC_DAY | NUMC (2) | |
| MONTH_TO | Month | FOPC_MONTH | CHAR (2) | |
| WEEK_TO | Week | FOPC_WEEK | NUMC (2) | |
| YEAR_FROM | Timeframe Year | FOPC_YEAR_OFFSET | CHAR (2) | |
| YEAR_TO | Timeframe Year | FOPC_YEAR_OFFSET | CHAR (2) |


