SAP ABAP Table
BCONTFORM
{Determination of Contact Class, Activity and Configuration}
Home
title {label: "SAP ABAP table BCONTFORM {Determination of Contact Class, Activity and Configuration}", size: "20"} # Entities [BCONTFORM] {bgcolor: "tomato"} *+MANDT {label: "CLNT (3)"} *+FORMKEY {label: "CHAR (30)"} +CCLASS {label: "CHAR (4)"} +ACTIVITY {label: "CHAR (4)"} +BPCCONFIG {label: "CHAR (8)"} [BCONTA] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *+CCLASS {label: "CHAR (4)"} *ACTIVITY {label: "CHAR (4)"} [BCONTC] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *CCLASS {label: "CHAR (4)"} [BCONTCONF] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *BPCCONFIG {label: "CHAR (8)"} [EFRM] {bgcolor: "#d0e0d0"} *+CLIENT {label: "CLNT (3)"} *FORMKEY {label: "CHAR (30)"} [T000] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} # Relationships BCONTFORM 1--* BCONTA {label: "BCONTFORM-ACTIVITY = BCONTA-ACTIVITY"} BCONTFORM *--* BCONTCONF {label: "BCONTFORM-BPCCONFIG = BCONTCONF-BPCCONFIG"} BCONTFORM 1--* BCONTC {label: "BCONTFORM-CCLASS = BCONTC-CCLASS"} BCONTFORM 1--* EFRM {label: "BCONTFORM-FORMKEY = EFRM-FORMKEY"} BCONTFORM 1--* T000 {label: "BCONTFORM-MANDT = T000-MANDT"}
View Full Image
View in PDF
Foreign Key tables (5)
BCONTA
{Contact Activities}
BCONTC
{Contact Classes}
BCONTCONF
{Contact Configuration}
EFRM
{Print Workbench: Application Forms}
T000
{Clients}