The DWINACTIV table in SAP ERP or S/4HANA stores Inactive objects data. There are total 4 fields in DWINACTIV table. The Inactive 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 DWINACTIV table. It is in ABAP Workbench (SEU) ABAP package and is part of the Repository Browser (BC-DWB-UTL-BRR) module.
SAP DWINACTIV Table Fields
Following is the list of fields that are available in SAP DWINACTIV table. The primary key fields of the table are OBJECT (Object Type), OBJ_NAME (Object Name in Object List), UNAME (User Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT | Object Type | TROBJTYPE | CHAR (4) | |
| OBJ_NAME | Object Name in Object List | TROBJ_NAME | CHAR (120) | |
| UNAME | User Name | SYUNAME | CHAR (12) | |
| DELET_FLAG | Single-Character Flag | CHAR1 | CHAR (1) |


