EDEPVALD SAP (Correction Data for Dependent Validations) Structure details

Dictionary Type: Structure
Description: Correction Data for Dependent Validations




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




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

EDEPVALD 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 "Correction Data for Dependent Validations" 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_EDEPVALD TYPE EDEPVALD.

The EDEPVALD table consists of various fields, each holding specific information or linking keys about Correction Data for Dependent Validations data available in SAP. These include COMPT_BILLREG (Total Consumption of Clearing Registers), PERMIS_DEVIATION (Permissible deviation from guide value), DIM_PERMIS_DEV (Dimension of permitted deviation), DV_DEVIATION (Actual deviation).. 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: Can be enhanced (character-type or numeric)


SAP EDEPVALD 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
COMPT_CONTRREGConsumption of control register COMPT_CONTRREGCHAR36E_VERBR
COMPT_BILLREGTotal Consumption of Clearing Registers COMPT_BILLREGCHAR36E_VERBR
PERMIS_DEVIATIONPermissible deviation from guide value PERMIS_DEVIATIONNUMC4NUM4
DIM_PERMIS_DEVDimension of permitted deviation DIM_PERMIS_DEVCHAR4CHAR4
DV_DEVIATIONActual deviation DV_DEVIATIONNUMC4NUM4
DIM_DEVIATIONDimension of actual deviation DIM_DEVIATIONCHAR4CHAR4
MIN_CPT_BILREGPermissible Minimum for Total Consumption of Clearing Regs MIN_CPT_BILREGCHAR36E_VERBR
MAX_CPT_BILREGMaximum Total Consumption of Clearing Registers MAX_CPT_BILREGCHAR36E_VERBR
COMPT_PRIMREGConsumption of primary register COMPT_PRIMREGCHAR36E_VERBR
COMPT_SECREGSecondary register consumption COMPT_SECREGCHAR36E_VERBR
MIN_CPT_SECREGMinimum consumption of secondary meter MIN_CPT_SECREGCHAR36E_VERBR
MAX_CPT_SECREGPermissible maximum consumption of secondary meter MAX_CPT_SECREGCHAR36E_VERBR
COSINEPHICosine phi COSINEPHIDEC5(2) DEC03_2
COSPHI_EXPExpected cosine phi COSPHI_EXPDEC5(2) DEC03_2
MIN_COSPHIPermissible lower limit of cosine phi MIN_COSPHIDEC5(2) DEC03_2
MAX_COSPHIUpper limit for cosine phi MAX_COSPHIDEC5(2) DEC03_2
REGRATIOConsumption ratio of registers REGRATIODEC5(2) DEC03_2
REGRATIO_PERMISPermissible consumption ratio REGRATIO_PERMISDEC5(2) DEC03_2
REGRATIO_EXPConsumption ratio of registers of previous period REGRATIO_EXPDEC5(2) DEC03_2
REGRATIO_FIXVALFixed value for consumption ratio MAXABWFIXDEC3(1) PRZ21
REGRATIO_MINMinimum consumption ratio REGRATIO_MINDEC5(2) DEC03_2
REGRATIO_MAXMaximum consumption ratio REGRATIO_MAXDEC5(2) DEC03_2
INDEXNRConsecutive number of register relationship INDEXNRNUMC12INDEXNR
OPCODEOperation code: Role of register in relationship E_OPCODENUMC2E_OPCODE
OPCODE_TXTText for operation code E_OPCODETCHAR30TEXT30
ZWZUARTRegister relationship type E_ZWZUARTNUMC2E_ZWZUART
ZWZUARTTXTText for register relationship type E_ZWZUARTTCHAR30TEXT30
PERIODNONumber of comparison period PERIODNONUMC2NUM2

Key field Non-key field



How do I retrieve data from SAP structure EDEPVALD using ABAP code?

As EDEPVALD 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 EDEPVALD as there is no data to select.

How to access SAP table EDEPVALD

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