R_ChmlCmplncSuplrMatlAssgmtTP
Chemical Cmplnc Supplier Material - TP
R_ChmlCmplncSuplrMatlAssgmtTP is a Transactional CDS View that provides data about "Chemical Cmplnc Supplier Material - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncSuplrMatlAssgmt) and exposes 9 fields. Part of development package EHFND_RAP_CCI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncSuplrMatlAssgmt | I_ChmlCmplncSuplrMatlAssgmt | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Chemical Cmplnc Supplier Material - 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 (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| UUIDofSupplierMaterialChmlSuplrMatlUUID | ||||
| CreationUTCDateTime | CreationUTCDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeUTCDateTime | LastChangeUTCDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| ChmlSuplrMatlIsOutdated | ||||
| _ChmlCmplncInfo | _ChmlCmplncInfo | |||
| _SupplierMaterial | _SupplierMaterial | |||
| _SupplierStatus | _SupplierStatus |
@AccessControl:
{
authorizationCheck: #MANDATORY,
// blocking of personal data required because of link to business partner / supplier
personalData.blocking: #REQUIRED
}
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Chemical Cmplnc Supplier Material - TP'
@ObjectModel:
{
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
@VDM:
{
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define view entity R_ChmlCmplncSuplrMatlAssgmtTP
as select from I_ChmlCmplncSuplrMatlAssgmt
association to parent R_ChemicalComplianceInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
{
--UUID of assignment
key ChmlCmplncSuplrMatlAssgmtUUID,
--Active UUID of supplier material assignment
ChmlCmplncSuplrMatlAssgmtUUID as ActvChmlCmplncSuplrAssgmtUUID,
--UUID of chemical compliance info
ChmlCmplncInfoUUID,
--UUID of Supplier Material
ChmlSuplrMatlUUID,
CreationUTCDateTime,
CreatedByUser,
LastChangeUTCDateTime,
LastChangedByUser,
--Supplier Status per chemical compliance information
ChmlSuplrMatlSuplrSts,
--Supplier Material is outdated
_SupplierMaterial.ChmlSuplrMatlIsOutdated,
--Supplier (Business Partner)
_SupplierMaterial.BusinessPartnerSupplier as BusinessPartnerSupplier,
/* Associations */
_ChmlCmplncInfo,
_SupplierMaterial,
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
_SupplierStatus
}
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