I_DCBBusinessPartner
Business Partner
I_DCBBusinessPartner is a Composite CDS View that provides data about "Business Partner" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartner) and exposes 68 fields with key field BusinessPartner. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartner | I_BusinessPartner | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AddressHomepageURL | _AddressHomepageURL | $projection.IndependentAddressID = _AddressHomepageURL.AddressID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | IDCBBP | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Business Partner | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | BusinessPartner | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (68)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | Issuing Authority | |
| BusinessPartnerCategory | BusinessPartnerCategory | Partner Cat. | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| BusinessPartnerUUID | BusinessPartnerUUID | UUID | ||
| PersonNumber | PersonNumber | Person Number | ||
| BusinessPartnerName | Extracted Customer Name | |||
| BusinessPartnerFullName | BusinessPartnerFullName | Broker Name | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDate | CreationDate | Time Stamp | ||
| CreationTime | CreationTime | Time of Change | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| LastChangeTime | LastChangeTime | Time changed | ||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | Purpose Completed | ||
| FirstName | FirstName | First Name | ||
| LastName | LastName | Last Name | ||
| OrganizationBPName1 | OrganizationBPName1 | Name 1 | ||
| OrganizationBPName2 | OrganizationBPName2 | Name 2 | ||
| OrganizationBPName3 | OrganizationBPName3 | Name 3 | ||
| OrganizationBPName4 | OrganizationBPName4 | Name 4 | ||
| InternationalLocationNumber1 | InternationalLocationNumber1 | Location no. 1 | ||
| InternationalLocationNumber2 | InternationalLocationNumber2 | Location no. 2 | ||
| InternationalLocationNumber3 | InternationalLocationNumber3 | Check digit | ||
| LegalForm | LegalForm | Legal form | ||
| OrganizationFoundationDate | OrganizationFoundationDate | Date founded | ||
| OrganizationLiquidationDate | OrganizationLiquidationDate | Liquidation | ||
| IsNaturalPerson | IsNaturalPerson | Natural person | ||
| IsFemale | IsFemale | Female | ||
| IsMale | IsMale | Male | ||
| IsSexUnknown | IsSexUnknown | Unknown | ||
| FormOfAddress | FormOfAddress | Title Key | ||
| AcademicTitle | AcademicTitle | Academic Title | ||
| _AcademicTitleValueHelp | _AcademicTitleValueHelp | |||
| NameFormat | NameFormat | Name Format | ||
| NameCountry | NameCountry | Country/Region | ||
| DataControllerSet | I_BusinessPartner | DataControllerSet | Data Ctrlr. Set | |
| DataController1 | I_BusinessPartner | DataController1 | Data Controller | |
| DataController2 | I_BusinessPartner | DataController2 | Data Controller | |
| DataController3 | I_BusinessPartner | DataController3 | Data Controller | |
| DataController4 | I_BusinessPartner | DataController4 | Data Controller | |
| DataController5 | I_BusinessPartner | DataController5 | Data Controller | |
| DataController6 | I_BusinessPartner | DataController6 | Data Controller | |
| DataController7 | I_BusinessPartner | DataController7 | Data Controller | |
| DataController8 | I_BusinessPartner | DataController8 | Data Controller | |
| DataController9 | I_BusinessPartner | DataController9 | Data Controller | |
| DataController10 | I_BusinessPartner | DataController10 | Data Controller | |
| BusinessPartnerGrouping | BusinessPartnerGrouping | Grouping | ||
| BusinessPartnerType | BusinessPartnerType | Undefined range (can be used for patch levels) | ||
| MiddleName | MiddleName | Middle Name | ||
| AdditionalLastName | AdditionalLastName | Other Last Name | ||
| GroupBusinessPartnerName1 | GroupBusinessPartnerName1 | Name 1 | ||
| GroupBusinessPartnerName2 | GroupBusinessPartnerName2 | Name 2 | ||
| CorrespondenceLanguage | CorrespondenceLanguage | Language | ||
| Language | Language | Report Text Language | ||
| SearchTerm1 | SearchTerm1 | Search Term 1 | ||
| SearchTerm2 | SearchTerm2 | Search Term 2 | ||
| IndependentAddressID | IndependentAddressID | Address Number | ||
| BirthDate | BirthDate | Date of Birth | ||
| _DefaultAddress | _DefaultAddress | |||
| _CurrentDefaultAddress | _CurrentDefaultAddress | |||
| _BusinessPartnerRole | _BusinessPartnerRole | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _AddressIndependentEmail | _AddressIndependentEmail | |||
| _AddressIndependentFax | _AddressIndependentFax | |||
| _AddressIndependentPhone | _AddressIndependentPhone | |||
| _AddressIndependentMobile | _AddressIndependentMobile | |||
| _AddressHomepageURL | _AddressHomepageURL |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_DCBBusinessPartner.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IDCBBP
CREATE VIEW I_DCBBusinessPartner AS
SELECT
BusinessPartner,
BusinessPartnerCategory,
AuthorizationGroup,
BusinessPartnerUUID,
PersonNumber,
cast( BusinessPartnerName as /dmbe/em_bp_name) AS BusinessPartnerName,
BusinessPartnerFullName,
CreatedByUser,
CreationDate,
CreationTime,
LastChangedByUser,
LastChangeDate,
LastChangeTime,
IsBusinessPurposeCompleted,
FirstName,
LastName,
OrganizationBPName1,
OrganizationBPName2,
OrganizationBPName3,
OrganizationBPName4,
InternationalLocationNumber1,
InternationalLocationNumber2,
InternationalLocationNumber3,
LegalForm,
OrganizationFoundationDate,
OrganizationLiquidationDate,
IsNaturalPerson,
IsFemale,
IsMale,
IsSexUnknown,
FormOfAddress,
AcademicTitle,
NameFormat,
NameCountry,
I_BusinessPartner.DataControllerSet AS DataControllerSet,
I_BusinessPartner.DataController1 AS DataController1,
I_BusinessPartner.DataController2 AS DataController2,
I_BusinessPartner.DataController3 AS DataController3,
I_BusinessPartner.DataController4 AS DataController4,
I_BusinessPartner.DataController5 AS DataController5,
I_BusinessPartner.DataController6 AS DataController6,
I_BusinessPartner.DataController7 AS DataController7,
I_BusinessPartner.DataController8 AS DataController8,
I_BusinessPartner.DataController9 AS DataController9,
I_BusinessPartner.DataController10 AS DataController10,
BusinessPartnerGrouping,
BusinessPartnerType,
MiddleName,
AdditionalLastName,
GroupBusinessPartnerName1,
GroupBusinessPartnerName2,
CorrespondenceLanguage,
Language,
SearchTerm1,
SearchTerm2,
IndependentAddressID,
BirthDate
FROM I_BusinessPartner
LEFT OUTER JOIN I_AddressHomepageURL AS _AddressHomepageURL ON IndependentAddressID = _AddressHomepageURL.AddressID -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA