The EMCHECK table in SAP ERP or S/4HANA stores EM: Object List Checks data. There are total 4 fields in EMCHECK table. The EM: Object List Checks 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 EMCHECK table. It is in EM: object list checks (SEXP_OLC) ABAP package and is part of the Upgrade Tools for ABAP (BC-UPG-TLS-TLA) module.
SAP EMCHECK Table Fields
Following is the list of fields that are available in SAP EMCHECK table. The primary key fields of the table are CHECK_CLASS (Object Type Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CHECK_CLASS | Object Type Name | SEOCLSNAME | CHAR (30) | |
| MERGER | EM: running mode | EMCHECK_MODE | CHAR (1) | |
| AAK | EM: running mode | EMCHECK_MODE | CHAR (1) | |
| INACTIVE | Flag ( ‘X’ or ‘ ‘ ) | TRPARFLAG | CHAR (1) |


