C_BusinessPlaceDP
Business Place Information
C_BusinessPlaceDP is a Consumption CDS View that provides data about "Business Place Information" in SAP S/4HANA. It reads from 1 data source (I_BusinessPlace) and exposes 12 fields with key fields CompanyCode, BusinessPlace. It has 3 associations to related views. It is exposed through 1 OData service (DP_BUSINESSPLACE). Part of development package ID-FI-BUPLA-DATA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPlace | I_BusinessPlace | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Address_2 | _Address | $projection.AddressID = _Address.AddressID and _Address.AddressPersonID = '' and _Address.AddressRepresentationCode = '' |
| [1..1] | I_CompanyCode | _CompanyCode | $projection.CompanyCode = _CompanyCode.CompanyCode |
| [0..*] | C_BusinessPlaceTextDP | _Text | |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Business Place Information | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #EXTERNAL_DATA_PROVIDER | view | |
| ObjectModel.representativeKey | BusinessPlace | view | |
| ObjectModel.sapObjectNodeType.name | BusinessPlace | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| DP_BUSINESSPLACE | DP_BUSINESSPLACE | C2 | NOT_RELEASED |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | BusinessPlace | BusinessPlace | Business place | |
| AddressID | AddressID | Ship-to address | ||
| BusinessPlaceStartDate | BusinessPlaceStartDate | Vers.Valid From | ||
| BusinessPlaceEndDate | BusinessPlaceEndDate | Vers.Valid To | ||
| TaxNumber1 | TaxNumber1 | VAT Reg. No. | ||
| TaxNumber2 | TaxNumber2 | Tax Number 2 | ||
| TaxNumber5 | TaxNumber5 | Tax Number 5 | ||
| BusinessPlaceDescription | BusinessPlaceDescription | Zone name | ||
| _Text | _Text | |||
| _Address | _Address | |||
| _CompanyCode | _CompanyCode |
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 C_BusinessPlaceDP.
-- 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.
CREATE VIEW C_BusinessPlaceDP AS
SELECT
CompanyCode,
BusinessPlace,
AddressID,
BusinessPlaceStartDate,
BusinessPlaceEndDate,
TaxNumber1,
TaxNumber2,
TaxNumber5,
BusinessPlaceDescription
FROM I_BusinessPlace
LEFT OUTER JOIN I_Address_2 AS _Address ON AddressID = _Address.AddressID AND _Address.AddressPersonID = '' AND _Address.AddressRepresentationCode = '' -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode -- association [1..1]
LEFT OUTER JOIN C_BusinessPlaceTextDP AS _Text ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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