R_ChmlCmplncInfoUnpckgdProdTP
CCI Unpackaged Product Assgmt - TP
R_ChmlCmplncInfoUnpckgdProdTP is a Transactional CDS View that provides data about "CCI Unpackaged Product Assgmt - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncProdAssgmt) and exposes 6 fields with key field UnpckgdProductAssgmtUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncProdAssgmt | I_ChmlCmplncProdAssgmt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_ChemicalComplianceInfoTP | _ToUnpackagedProduct | _ToUnpackagedProduct.ChmlCmplncInfoUUID = $projection.UnpckgdChmlCmplncInfoUUID |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | CCI Unpackaged Product Assgmt - 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 (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UnpckgdProductAssgmtUUID | ChmlCmplncProdAssgmtUUID | ||
| PckgdChmlCmplncInfoUUID | ChmlCmplncInfoUUID | |||
| UnpckgdChmlCmplncInfoUUID | ChmlCmplncProdUUID | |||
| _ToUnpackagedProduct | _ToUnpackagedProduct | |||
| _ToPackagedProduct | _ToPackagedProduct | |||
| _ChmlCmplncInfo | _ChmlCmplncInfo |
@AccessControl:
{
authorizationCheck: #MANDATORY
}
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'CCI Unpackaged Product Assgmt - TP'
@ObjectModel:
{
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
@VDM:
{
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define view entity R_ChmlCmplncInfoUnpckgdProdTP
as select from I_ChmlCmplncProdAssgmt
association to parent R_ChemicalComplianceInfoTP as _ToPackagedProduct on _ToPackagedProduct.ChmlCmplncInfoUUID = $projection.PckgdChmlCmplncInfoUUID
association [1..1] to R_ChemicalComplianceInfoTP as _ToUnpackagedProduct on _ToUnpackagedProduct.ChmlCmplncInfoUUID = $projection.UnpckgdChmlCmplncInfoUUID
{
key ChmlCmplncProdAssgmtUUID as UnpckgdProductAssgmtUUID,
ChmlCmplncInfoUUID as PckgdChmlCmplncInfoUUID,
ChmlCmplncProdUUID as UnpckgdChmlCmplncInfoUUID,
/* Associations */
_ToUnpackagedProduct,
_ToPackagedProduct,
//Needed for Auth Check
_ChmlCmplncInfo
}
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