The FOPCWFITEM table in SAP ERP or S/4HANA stores MIC: Workflow Items data. There are total 10 fields in FOPCWFITEM table. The MIC: Workflow Items 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 FOPCWFITEM table. It is in Workflow-Unique (FOPC_WORKFLOW) ABAP package and is part of the Management of Internal Controls (FIN-CGV-MIC) module.
SAP FOPCWFITEM Table Fields
Following is the list of fields that are available in SAP FOPCWFITEM table. The primary key fields of the table are MANDT (Client), ITEM_ID (Work Item).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| ITEM_ID | Work Item | FOPCWF_ITEM | CHAR (32) | |
| TASK | Task ID | FOPC_TASK | FOPCTASK | CHAR (10) |
| OBJECT_TXT | Name | FOPC_TEXT | CHAR (100) | |
| CONTEXT_TXT | Name | FOPC_TEXT | CHAR (100) | |
| POST_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| POST_USER | User Name | SYUNAME | CHAR (12) | |
| DUE_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| WF_UNIQUE | Checkbox | XFELD | CHAR (1) | |
| FINISHED | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


