R_PckgdDngrsGoodHazardNoteTP
Pckgd Dngrs Good Hazard Note - TP
R_PckgdDngrsGoodHazardNoteTP is a Transactional CDS View that provides data about "Pckgd Dngrs Good Hazard Note - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncHzdNote) and exposes 6 fields with key fields ChmlCmplncInfoUUID, DngrsGdsHazardNotePhrsUUID. It has 1 association to related views. Part of development package EHDGM_RAP_PACKAGED_DNGRS_GOOD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncHzdNote | I_ChmlCmplncHzdNote | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProdCmplncPhrsTxtWthFallback | _ProdCmplncPhrsTxt | _ProdCmplncPhrsTxt.ProdCmplncPhrsUUID = $projection.DngrsGdsHazardNotePhrsUUID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Pckgd Dngrs Good Hazard Note - TP | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.sapObjectNodeType.name | PckgdDngrsGoodHazardNote | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncInfoUUID | ChmlCmplncInfoUUID | ||
| KEY | DngrsGdsHazardNotePhrsUUID | DngrsGdsHazardNotePhrsUUID | ||
| DngrsGdsHazardNoteSequence | DngrsGdsHazardNoteSequence | |||
| DngrsGdsRespUnit | DngrsGdsRespUnit | |||
| _PackagedDangerousGood | _PackagedDangerousGood | |||
| _ProdCmplncPhrsTxt | _ProdCmplncPhrsTxt |
@EndUserText.label: 'Pckgd Dngrs Good Hazard Note - TP'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:
{
sapObjectNodeType.name: 'PckgdDngrsGoodHazardNote',
// TODO: cannot set representativeKey because foreign target I_ProdCmplncPhrs does not have a representativeKey
// representativeKey: 'ChmlCmplncInfoUUID',
usageType:
{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view entity R_PckgdDngrsGoodHazardNoteTP
as select from I_ChmlCmplncHzdNote
association to parent R_PackagedDangerousGoodTP as _PackagedDangerousGood on $projection.ChmlCmplncInfoUUID = _PackagedDangerousGood.ChmlCmplncInfoUUID
// association to exact one I_ProdCmplncPhrs as _DngrsGdsHazardNotePhrs on $projection.DngrsGdsHazardNotePhrsUUID = _DngrsGdsHazardNotePhrs.ProdCmplncPhrsUUID
association [0..1] to I_ProdCmplncPhrsTxtWthFallback as _ProdCmplncPhrsTxt on _ProdCmplncPhrsTxt.ProdCmplncPhrsUUID = $projection.DngrsGdsHazardNotePhrsUUID
{
key ChmlCmplncInfoUUID,
// @ObjectModel.foreignKey.association: '_DngrsGdsHazardNotePhrs'
key DngrsGdsHazardNotePhrsUUID,
DngrsGdsHazardNoteSequence,
DngrsGdsRespUnit,
_PackagedDangerousGood,
_ProdCmplncPhrsTxt
}
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