EST_CHANGE_DOCS SAP (EHS: Change Documents in the EH&S System) Table details

Dictionary Type: Table
Description: EHS: Change Documents in the EH&S System




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




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

EST_CHANGE_DOCS is a standard SAP Table which is used to store EHS: Change Documents in the EH&S System data and is available within R/3 SAP systems depending on the version and release level.

The EST_CHANGE_DOCS table consists of various fields, each holding specific information or linking keys about EHS: Change Documents in the EH&S System data available in SAP. These include CHANGENR (Document change number), SUBID (Specification), CHNG_RECN (Sequential Number of Data Record), CHNG_ACTN (Sequential Number of the Change State).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EST_CHANGE_DOCS 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 MANDTCLNT3Assigned to domainMANDT
CHANGENRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
CHNG_RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
CHNG_ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
CHNG_ATKEYEHS-BAS: Character String Length 32 EHSBE_CHAR0032CHAR32CHAR32
FNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CHNGINDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
USERNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
UDATECreation date of the change document CDDATUMDATS8DATUM
UTIMETime changed CDUZEITTIMS6UZEIT
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
VALUE_OLDField contents of changed field ESECDVALUECHAR254ESDFIELDVAL
VALUE_NEWField contents of changed field ESECDVALUECHAR254ESDFIELDVAL
CONTEXTShort Description of Operator ESDEXPOPNACHAR128ESEEXPOPNA
ESTCATValue Assignment Type ESEESTCATCHAR30Assigned to domainESDESTCAT
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
IDENTIdentifier ESEIDENTCHAR132TEXT132ES5
REFERENCESpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
MASTER_TABName of Master Table ESENAMEMSTCHAR30CHAR30
MASTER_RECNReference to Master Table ESERECNMSTNUMC20ALPHAESDRECN
SORTSort Sequence ESEORDNUMC4NUMC4
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TEXT_CASEText change flag ('X') CDTEXTINDCHAR1XFELD
CHANGED_BY3-Byte field CHAR3CHAR3CHAR3
BAD_CONTEXTTruth Value ESEBOOLECHAR1ESDBOOLE
PHRASETruth Value ESEBOOLECHAR1ESDBOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EST_CHANGE_DOCS
INTO CORRESPONDING FIELDS OF WA_EST_CHANGE_DOCS
WHERE...

How to access SAP table EST_CHANGE_DOCS

Within an ECC or HANA version of SAP you can also view further information about EST_CHANGE_DOCS 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!