BCONT
Geschäftspartnerkontakt
BCONT is an SAP database table in S/4HANA. Geschäftspartnerkontakt. It contains 19 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SHSM_H_BCONTACT | view | left_outer | Data definations of SHSM_H_BCONTACT | |
| SHSM_M_BCONA | view | from | Data definations of SHSM_M_BCONA |
Fields (19)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | bpcontact | ct_contact | BP Contact | |||
| pcategory | ct_pcateg | Partner Type | ||||
| partner | bu_partner | Busn. Partner | ||||
| altpartner | ct_altpart | Contact Person | ||||
| rltyp | bu_rltyp | Object part | ||||
| ctype | ct_ctype | Type | ||||
| cclass | ct_cclass | Class | ||||
| activity | ct_activit | Action | ||||
| f_coming | ct_coming | In/Outgoing | ||||
| origin | ct_origin | Origin | ||||
| ctdate | datum | Date | ||||
| cttime | time_ | Time | ||||
| wfid | ct_wfid | Workflow | ||||
| addinfo | ct_addinfo | Add. Info | ||||
| priority | ct_priority | Priority | ||||
| custinfo | ct_custinfo | Customer Info. | ||||
| sparte | sparte | Division | ||||
| bukrs | bukrs | Company Code |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Geschäftspartnerkontakt
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BCONT (
MANDT, -- Client [mandt]
BPCONTACT, -- BP Contact [ct_contact]
PCATEGORY, -- Partner Type [ct_pcateg]
PARTNER, -- Busn. Partner [bu_partner]
ALTPARTNER, -- Contact Person [ct_altpart]
RLTYP, -- Object part [bu_rltyp]
CTYPE, -- Type [ct_ctype]
CCLASS, -- Class [ct_cclass]
ACTIVITY, -- Action [ct_activit]
F_COMING, -- In/Outgoing [ct_coming]
ORIGIN, -- Origin [ct_origin]
CTDATE, -- Date [datum]
CTTIME, -- Time [time_]
WFID, -- Workflow [ct_wfid]
ADDINFO, -- Add. Info [ct_addinfo]
PRIORITY, -- Priority [ct_priority]
CUSTINFO, -- Customer Info. [ct_custinfo]
SPARTE, -- Division [sparte]
BUKRS, -- Company Code [bukrs]
PRIMARY KEY (MANDT, BPCONTACT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA