SAP TFSCD_COV_PAR Ins: Parameter Cluster Builder Business Partner Environment Table data and field list

TFSCD_COV_PAR is a standard SAP Table which is used to store Ins: Parameter Cluster Builder Business Partner Environment data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The TFSCD_COV_PAR table consists of various fields, each holding specific information or linking keys about Ins: Parameter Cluster Builder Business Partner Environment data available in SAP. These include TYPE (Customer Overview Profile Category), PROFILE (Profile of Customer Information Cluster Builder), STRUC (Structure Selection), PARTNER (Display Activation for Cluster Builder Object Level)... 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. .

TFSCD_COV_PAR table Technical Details:

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFSCD_COV_PAR table 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 TFSCD_COV_PAR 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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFSCD_COV_PAR
INTO CORRESPONDING FIELDS OF WA_TFSCD_COV_PAR
WHERE...

How to access SAP table TFSCD_COV_PAR

Within an ECC or HANA version of SAP you can also view further information about TFSCD_COV_PAR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).