ESV_COMP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ESV_COMP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The ESV_COMP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RECNVP (Sequential Number of Data Record), ACTNVP (Sequential Number of the Change State), VALFRVP (Valid-From Date), VALTOVP (Valid-To Date).. 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: Not classified


SAP ESV_COMP table view 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
MANDTVPClient MANDTCLNT3T000MANDT
RECNVPSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNVPSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRVPValid-From Date ESEVALFRDATS8DATUM
VALTOVPValid-To Date ESEVALTODATS8DATUM
AENNRVPChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGVPDeletion Indicator ESEDELFLGCHAR1ESDFLAG
RECNTVAReference to RECN for Tables ESTVA, ESTRH and ESTRI ESERECNTVANUMC20ALPHAESDRECN
COMPCATComponent Type ESECOMPCATCHAR10TCG76ESDCOMPCAT
RECNCMPReference to Specification Header of a Component ESERECNCMPNUMC20ALPHAESDRECN
PRECLOperator for Lower Limit ESEPRECLCHAR5ESDPREC
COMPLOWLower Limit of a Component Proportion ESECOMPLOWDEC10(4) ESDDEC6_4
PRECUOperator for Upper Limit ESEPRECUCHAR5ESDPRECU
COMPUPPUpper limit of a component proportion ESECOMPUPPDEC10(4) ESDDEC6_4
COMPAVGTarget Value or Actual Value of a Component ESECOMPAVGDEC10(4) ESDDEC6_4
COMPEXPUnit for Quantity Specification ESECOMPEXPUNIT3T006CUNITMEINS
COMPEXCVALException Value of a Component ESECOMPEXCVALCHAR2TCG78ESDCOMPEXCVAL
MANDTClient MANDTCLNT3T000MANDT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ESTCATValue Assignment Type ESEESTCATCHAR30TCG11ESDESTCAT
MANDTVAClient MANDTCLNT3T000MANDT
RECNVASequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNVASequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRVAValid-From Date ESEVALFRDATS8DATUM
VALTOVAValid-To Date ESEVALTODATS8DATUM
AENNRVAChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGVADeletion Indicator ESEDELFLGCHAR1ESDFLAG
RECNTVHReference to Value Assignment Header ESERECNTVHNUMC20ESTVHALPHAESDRECN
ORDSort Sequence ESEORDNUMC4NUMC4
COMPRELReference Quantity for Component Specification ESECOMPRELCHAR10TCG74ESDCOMPREL

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESV_COMP
INTO CORRESPONDING FIELDS OF WA_ESV_COMP
WHERE...

How to access SAP table ESV_COMP

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