EVERH SAP (IS-U Contract History) Table details

Dictionary Type: Table
Description: IS-U Contract History




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




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

EVERH is a standard SAP Table which is used to store IS-U Contract History data and is available within R/3 SAP systems depending on the version and release level.

The EVERH table consists of various fields, each holding specific information or linking keys about IS-U Contract History data available in SAP. These include VERTRAG (Contract), BIS (Date at Which a Time Slice Expires), NUM (Four-digit number), AB (Date from which time slice is valid).. 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: Can be enhanced (character-type or numeric)


SAP EVERH 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
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
NUMFour-digit number NUM4NUMC4NUM04
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
CONTRACTHEADGUID in 'RAW' format GUID_16RAW16SYSUUID
CONTRACTPOSGUID in 'RAW' format GUID_16RAW16SYSUUID
CRM_PRODUCTCRM Product ESALES_CRM_PRODUCTCHAR40ESALES_CRM_PRODUCT
PRODIDNode to Describe Master Data Template EPD_PRODIDCHAR20Assigned to domainEPD_PRODIDEPD_PRODID
PRODUCT_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
CRM_OBJECT_IDTransaction Number in CRM Document ECRMT_OBJECT_IDCHAR10ALPHAECRM_OBJECT_ID
CRM_OBJECT_POSItem Number in CRM Document ECRM_ITEM_NONUMC10ECRM_ITEM_NO
CAMPAIGNIS-U: Marketing Campaign ISU_MARKETING_CAMPAIGNRAW16UCAMPISU_MARKETING_CAMPAIGNPRPM_CGPL_K
CAMPAIGN_TO_DATEIS-U: Individual To-Date Campaign Analysis ISU_CAMPAIGN_TO_DATEDATS8DATS
LOEVMDeletion Indicator LOEVMCHAR1XFELD
PRODCH_BEGIndicators KENNZXCHAR1KENNZX
PRODCH_ENDIndicators KENNZXCHAR1KENNZX
OUCONTRACTMaster Agreement for Individual Contract OUCONTRACTCHAR10Assigned to domainALPHAVERTRAGVTGEVER
XREPLCNTLReplication Controls EXREPLCNTLCHAR1EXREPLCNTL
NODIndicators KENNZXCHAR1KENNZX
BUNDLE_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
GEN_DATEGeneration Date of EVERH (for Initial Load) ECRM_GEN_DATEDATS8DATUM
CRM_ITEM_DESCRContract Description ECRM_CONTRACT_DESCRCHAR40ECRM_CONTRACT_DESCR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVERH
INTO CORRESPONDING FIELDS OF WA_EVERH
WHERE...

How to access SAP table EVERH

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