FMCA_COV_PARD SAP (Screen Structure for Transaction EHVD) Structure details

Dictionary Type: Structure
Description: Screen Structure for Transaction EHVD




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




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

FMCA_COV_PARD 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 "Screen Structure for Transaction EHVD" 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_FMCA_COV_PARD TYPE FMCA_COV_PARD.

The FMCA_COV_PARD table consists of various fields, each holding specific information or linking keys about Screen Structure for Transaction EHVD data available in SAP. These include MANDT (Client), TYPE (Customer Overview Profile Category), PROFILE (Profile of Customer Information Cluster Builder), STRUC (Structure Selection).. 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 FMCA_COV_PARD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TYPECustomer Overview Profile Category EWCUSTENV_TYPECHAR2ALPHAEWCUSTENV_TYPE
PROFILEProfile of Customer Information Cluster Builder EWCUSTENV_PROFILECHAR10Assigned to domainALPHAEWCUSTENV_PROFILEEWCUSTENV_PROFILE
STRUCStructure Selection STRUC_COV_PSCHAR1STRUC_COV_PS
PARTNERDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
ACCOUNTDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
ACCOUNT_MAXNUMMax. No. of Contract Accounts in CIC & FS Data Environment EWCUST_ACC_MAXNUMNUMC2ALPHANUMC_00_20
PS_OBJECTDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
PS_OBJECT_MAXNUMMaximum Number of Contract Objects in CIC Data Environment COV_OBJ_MAXNUM_PSNUMC2ALPHANUMC_00_20
CONTACTDisplay Type for Cluster Builder Object Level EWCUST_OBJOPTCHAR1EWCUST_OBJOPT
CONTACT_MAXNUMMaximum Number of Objects for Display (0 = all) EWCUST_MAXNUMNUMC3ALPHAEWCUST_MAXNUM
CONTACT_MAXDAYSMaximum Age in Days of Object for Display (0 = all) EWCUST_MAXDAYSNUMC3ALPHAEWCUST_MAXDAYS
INFO_GPART_BALDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_ACC_BALDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_BUDBIL01Display Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_BUDBIL02Display Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_BUDBIL03Display Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_CUSTPAYMDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_PAIDITEMSDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_DUNNITEMSDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
INFO_CREDHISTDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
ACC_OVWDisplay Activation for Cluster Builder Object Level EWCUST_OBJACTCHAR1XFELD
ACC_OVW_PROFILECIC: Profile for Cluster Builder EWV_CBPROFILECHAR20EEFO01CHAR20
TEXTName for EWCUSTENV Profile EWCUSTENV_TEXTCHAR60TEXT60
INACTIVEIndicator: Hide Level EWCUSTENV_INACTIVECHAR1EBA_FLAG
CUR_CLU_TYPEObject Provider Service: Cluster Type CRM_CIC_OP_CLUSTER_TYPECHAR30CRM_CIC_OP_CLUSTER_TYPE
CUR_CLASSIDObject Provider: Class identification CCM_OP_CLASSIDCHAR30SEOCLSNAME
PROFILE_NVProfile for Data Environment EWCUSTENV_PROFILE_NVCHAR10Assigned to domainALPHAEWCUSTENV_PROFILEEWCUSTENV_PROFILE_NV
PROFILE_HVProfile for HTML Data Selection EWCUSTENV_PROFILE_HVCHAR10Assigned to domainALPHAEWCUSTENV_PROFILEEWCUSTENV_PROFILE_HV
NODEFRAMEText (80 Characters) TEXT80CHAR80TEXT80UEB
PRESFRAMEText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



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

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

How to access SAP table FMCA_COV_PARD

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