V_ERCHO SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_ERCHO 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 V_ERCHO table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BELNR (Number of a billing document), BUKRS (Company Code), OUTCNSO (Consecutive number of outsorting), SIMULATION (Indicator: billing simulation).. 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 V_ERCHO 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
MANDTClient MANDTCLNT3T000MANDT
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
OUTCNSOConsecutive number of outsorting OUTCNSONUMC4OUTCNSO
SIMULATIONIndicator: billing simulation SIMULATIONCHAR2SIMULATIONSIY
VKONTContract Account Number VKONT_KKCHAR12ALPHAVKONT_KKKTOFKKVKP_F4
VERTRAGContract VERTRAGCHAR10ALPHAVERTRAGVTGEVER
PORTIONPortion PORTIONCHAR8TE420PORTIONTPRE420
GPARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
VALIDATIONName of billing validation VALIDATIONCHAR10TE007VALIDAT
MANOUTSORTReason for manual outsorting in billing MANOUTSORTCHAR8TE127MANOUTSORT
DEVIATIONDeviation DEVIATIONDEC13(2) DEVIATION
FREI_AMDocument Release Date FREI_AMDATS8DATUM
FREI_VONName of user who released the document FREI_VONCHAR12USNAM
STORNODATReversal date STORNODATDATS8DATUMSTD
BILLINGRUNNONumber of Billing Run BILLINGRUNNOCHAR12ALPHAE_BELNRABRLAUFNR
OUTCOUNTNumber of manual outsortings to be carried out yet OUTCOUNTNUMC2OUTNUMBER
KTOKLASSEAccount class KTOKLASSECHAR4KTOKLASSE
ABWVKAlternative contract account for collective bills ABWVK_KKCHAR12ALPHAVKONT_KK
KOFIZAccount determination ID for IS-U contracts E_KOFIZCHAR2E_KOFIZKMM
ABLEINHMeter Reading Unit ABLEINHEITCHAR8ABLEINHEITTAETE422A
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
ZUORDDAAAllocation date for billing E_ZUORDDATABRDATS8DATUM
MDUSREQUESTIDMDUS Request ID E_MDUSREQUESTIDCHAR22EMDUSDRQHEADSYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_ERCHO
INTO CORRESPONDING FIELDS OF WA_V_ERCHO
WHERE...

How to access SAP table V_ERCHO

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