The EDISCORDSTATE table in SAP ERP or S/4HANA stores Confirmation Status for Disconnections and Reconnections data. There are total 7 fields in EDISCORDSTATE table. The Confirmation Status for Disconnections and Reconnections 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 EDISCORDSTATE table. It is in IS-U: Cross-Application Functions (EE05) ABAP package and is part of the Customer Service (IS-U-CS) module.
SAP EDISCORDSTATE Table Fields
Following is the list of fields that are available in SAP EDISCORDSTATE table. The primary key fields of the table are MANDT (Client), ORDSTATE (Status of disconnection or reconnection order).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| ORDSTATE | Status of disconnection or reconnection order | EDC_ORDSTAT | NUMC (2) | |
| OBJALLOW | Disconnection activity can contain objects | EDC_OBJALLOW | CHAR (1) | |
| SMORDERCLOSE | Store completion of contained service order | EDC_SMORDERCLOSE | CHAR (2) | |
| SMORDERNEW | Create new service order | EDC_SMORDERNEW | CHAR (1) | |
| RECONFLAG | Confirmation status for disconnection or reconnection | EDC_RECONFLAG | CHAR (1) | |
| CHARGE | Enter Charges Without Involved Disconnection Objects | EDC_CHARGEFLAG | CHAR (1) |


