BCONTCONF SAP (Contact Configuration) Table details

Dictionary Type: Table
Description: Contact Configuration




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




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

BCONTCONF is a standard SAP Table which is used to store Contact Configuration data and is available within R/3 SAP systems depending on the version and release level.

The BCONTCONF table consists of various fields, each holding specific information or linking keys about Contact Configuration data available in SAP. These include BPCCONFIG (Contact Configuration), V_CCLASS (Default Value for Contact Class), V_ACTIVITY (Default Value for Contact Action), V_CTYPE (Default Value for Contact Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BCONTCONF 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 MANDTCLNT3T000MANDT
BPCCONFIGContact Configuration CT_BPCCONFCHAR8CT_BPCCONF
V_CCLASSDefault Value for Contact Class CT_VALUECCCHAR4BCONTCALPHACT_CLASS
V_ACTIVITYDefault Value for Contact Action CT_VALUEATCHAR4BCONTAALPHACT_ACTIVIT
V_CTYPEDefault Value for Contact Type CT_VALUETYCHAR3BCONTTALPHACT_CTYPE
V_FCOMINGDefault Value for Contact Direction CT_VALUECOCHAR1BCONTCDALPHACT_COMING
V_CUSTINFOCustomer Information CT_CUSTINFOCHAR2BCONTCIALPHACT_CUSTINFO
V_ADDINFODefault Value for Additional Information CT_VALUEADCHAR2BCONTAIALPHACT_ADDINFO
V_PBUTYPEDefault Value for Contract Partner Category CT_PVALUEBTCHAR1BU_TYPE
V_CBUTYPEDefault Value for Contact Person Role CT_CVALUEBTCHAR1BU_TYPE
V_PBUGROUPDefault Value for Contract Partner Grouping CT_PBUGROUPCHAR4TB001BU_GROUP
V_CBUGROUPDefault Value for Contact Person Grouping CT_CBUGROUPCHAR4TB001BU_GROUP
V_PBUKINDDefault Value for the Type of the Business Partner CT_PBUKINDCHAR4TB004BU_KIND
V_CBUKINDDefault Value for Type of Contact Person CT_CBUKINDCHAR4TB004BU_KIND
V_PRLTYPDefault Value for Contract Partner Role Type CT_PRLTYPCHAR6TBZ0BU_RLTYP
V_CRLTYPDefault Value for Contract Person Role Type CT_CRLTYPCHAR6TBZ0BU_RLTYP
V_PSDREFERENCEDefault Value for SD Ref. Customer of the Contract Partner CT_PSDREFERENCECHAR10KNA1ALPHAKUNNR
V_CSDREFERENCEDefault Value for SD Ref. Customer of the Contact Person CT_CSDREFERENCECHAR10KNA1ALPHAKUNNR
NO_PWINDOWDialog Box Control for Contract Partner CT_NOPWINDOWCHAR1CT_PWINDOW
NO_CWINDOWDialog Box Control for Contact Person CT_NOCWINDOWCHAR1CT_PWINDOW
NO_DIALOGNo Dialog Processing CT_NDIALOGCHAR1CT_KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM BCONTCONF
INTO CORRESPONDING FIELDS OF WA_BCONTCONF
WHERE...

How to access SAP table BCONTCONF

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