EHPRCS_EST_CHANGE_DOCS SAP (CP: Structure of est_change_docs) Structure details

Dictionary Type: Structure
Description: CP: Structure of est_change_docs




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




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

EHPRCS_EST_CHANGE_DOCS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CP: Structure of est_change_docs" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EHPRCS_EST_CHANGE_DOCS TYPE EHPRCS_EST_CHANGE_DOCS.

The EHPRCS_EST_CHANGE_DOCS table consists of various fields, each holding specific information or linking keys about CP: Structure of est_change_docs data available in SAP. These include MANDT (Client), CHANGENR (Document change number), SUBID (Specification), CHNG_RECN (Sequential Number of Data Record).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EHPRCS_EST_CHANGE_DOCS structure 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 structure EHPRCS_EST_CHANGE_DOCS using ABAP code?

As EHPRCS_EST_CHANGE_DOCS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EHPRCS_EST_CHANGE_DOCS as there is no data to select.

How to access SAP table EHPRCS_EST_CHANGE_DOCS

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