EDISCORDSTATE SAP (Confirmation Status for Disconnections and Reconnections) Table details

Dictionary Type: Table
Description: Confirmation Status for Disconnections and Reconnections




ABAP Code to SELECT data from EDISCORDSTATE
Related tables to EDISCORDSTATE
Access table EDISCORDSTATE




Table field list including key, data, relationships and ABAP select examples

EDISCORDSTATE is a standard SAP Table which is used to store Confirmation Status for Disconnections and Reconnections data and is available within R/3 SAP systems depending on the version and release level.

The EDISCORDSTATE table consists of various fields, each holding specific information or linking keys about Confirmation Status for Disconnections and Reconnections data available in SAP. These include ORDSTATE (Status of disconnection or reconnection order), OBJALLOW (Disconnection activity can contain objects), SMORDERCLOSE (Store completion of contained service order), SMORDERNEW (Create new service order).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = EDISCORDSTATET


SAP EDISCORDSTATE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
ORDSTATEStatus of disconnection or reconnection order EDC_ORDSTATNUMC2EDC_ORDSTAT
OBJALLOWDisconnection activity can contain objects EDC_OBJALLOWCHAR1KENNZX
SMORDERCLOSEStore completion of contained service order EDC_SMORDERCLOSECHAR2EDC_SMORDERCLOSE
SMORDERNEWCreate new service order EDC_SMORDERNEWCHAR1KENNZX
RECONFLAGConfirmation status for disconnection or reconnection EDC_RECONFLAGCHAR1KENNZX
CHARGEEnter Charges Without Involved Disconnection Objects EDC_CHARGEFLAGCHAR1KENNZX

Key field Non-key field



How do I retrieve data from SAP table EDISCORDSTATE using ABAP code

The following ABAP code Example will allow you to do a basic selection on EDISCORDSTATE to SELECT all data from the table
DATA: WA_EDISCORDSTATE TYPE EDISCORDSTATE.

SELECT SINGLE *
FROM EDISCORDSTATE
INTO CORRESPONDING FIELDS OF WA_EDISCORDSTATE
WHERE...

How to access SAP table EDISCORDSTATE

Within an ECC or HANA version of SAP you can also view further information about EDISCORDSTATE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!