The CNV_PE_WL table in SAP ERP or S/4HANA stores Worklist in posting engine data. There are total 10 fields in CNV_PE_WL table. The Worklist in posting engine 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 CNV_PE_WL table. It is in PE: General (basic) objects of posting engine (CNV_PE_BASIS) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNV_PE_WL Table Fields
Following is the list of fields that are available in SAP CNV_PE_WL table. The primary key fields of the table are MANDT (Client), ID (Worklist ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| ID | Worklist ID | CNV_PE_WL_ID | CNV_PE_OBJECT | CHAR (32) |
| TYPE | Type of Posting Engine Worklist | CNV_PE_WL_TYPE | NUMC (2) | |
| IF_ID | ID of an Interface | CNV_PE_IF_ID | CHAR (32) | |
| STATUS_TEC | Status | CNV_PE_STATUS_ID | NUMC (4) | |
| STATUS_SND | Status | CNV_PE_STATUS_ID | NUMC (4) | |
| STATUS_RCV | Status | CNV_PE_STATUS_ID | NUMC (4) | |
| STATUS_TEC_TSTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| STATUS_SND_TSTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| STATUS_RCV_TSTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


