EOVCH SAP (Communication Structure: Credit Hist. for Cust. Overview) Structure details

Dictionary Type: Structure
Description: Communication Structure: Credit Hist. for Cust. Overview




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




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

EOVCH 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 "Communication Structure: Credit Hist. for Cust. Overview" 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_EOVCH TYPE EOVCH.

The EOVCH table consists of various fields, each holding specific information or linking keys about Communication Structure: Credit Hist. for Cust. Overview data available in SAP. These include VAL01 (Indicator for Payment History per Unit (Item/Month)), MON02 (Month number for creditworthiness), VAL02 (Indicator for Payment History per Unit (Item/Month)), MON03 (Month number for creditworthiness).. 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 EOVCH 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
MON01Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL01Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON02Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL02Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON03Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL03Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON04Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL04Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON05Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL05Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON06Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL06Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON07Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL07Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON08Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL08Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON09Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL09Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON10Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL10Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON11Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL11Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON12Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL12Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON13Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL13Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON14Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL14Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON15Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL15Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON16Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL16Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON17Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL17Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON18Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL18Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON19Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL19Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON20Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL20Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON21Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL21Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON22Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL22Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON23Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL23Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2
MON24Month number for creditworthiness E_CREMONCHAR2CHAR02
VAL24Indicator for Payment History per Unit (Item/Month) E_CREVALCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table EOVCH

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