SAP FSCD_COV_PARD Screen Structure for Transaction EHVD Table data and field list

FSCD_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_FSCD_COV_PARD TYPE FSCD_COV_PARD.

The FSCD_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. .

FSCD_COV_PARD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FSCD_COV_PARD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FSCD_COV_PARD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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_INSCHAR1STRUC_COV_INS
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_INSNUMC2ALPHANUMC_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 FSCD_COV_PARD using ABAP code?

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

How to access SAP table FSCD_COV_PARD

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