R_ChmlCmplncBrnddProdCntryTP
Branded Product Country - TP
R_ChmlCmplncBrnddProdCntryTP is a Transactional CDS View that provides data about "Branded Product Country - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncBrnddProdCntry) and exposes 14 fields with key field ChmlCmplncBrnddProdCntryUUID. It has 1 association to related views. Part of development package EHFND_RAP_CCI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncBrnddProdCntry | I_ChmlCmplncBrnddProdCntry | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CountryText | _CountryText | _CountryText.Country = $projection.Country |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Branded Product Country - TP | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncBrnddProdCntryUUID | ChmlCmplncBrnddProdCntryUUID | ||
| ChmlCmplncBrnddProdNameUUID | ChmlCmplncBrnddProdNameUUID | |||
| ChmlCmplncInfoUUID | ChmlCmplncInfoUUID | |||
| Country | Country | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| _BrandedProductName | _BrandedProductName | |||
| _ChmlCmplncInfo | _ChmlCmplncInfo | |||
| _Country | _Country | |||
| _CountryText | _CountryText | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
@AccessControl:
{
authorizationCheck: #MANDATORY,
privilegedAssociations: [ '_CreatedByUser', '_LastChangedByUser' ]
}
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Branded Product Country - TP'
@ObjectModel:
{
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
@VDM:
{
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define view entity R_ChmlCmplncBrnddProdCntryTP
as select from I_ChmlCmplncBrnddProdCntry
association to parent R_ChmlCmplncBrnddProdNameTP as _BrandedProductName on _BrandedProductName.ChmlCmplncBrnddProdNameUUID = $projection.ChmlCmplncBrnddProdNameUUID
association to R_ChemicalComplianceInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
association [0..*] to I_CountryText as _CountryText on _CountryText.Country = $projection.Country
{
key ChmlCmplncBrnddProdCntryUUID,
ChmlCmplncBrnddProdNameUUID,
ChmlCmplncInfoUUID,
Country,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDateTime.localInstanceLastChangedAt: true
LastChangeDateTime,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
/* Associations */
_BrandedProductName,
_ChmlCmplncInfo,
_Country,
_CountryText,
_CreatedByUser,
_LastChangedByUser
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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