P_ChmlSuplrMatlSuplrStsWithT
Chemical Supplier Status (with outdated) with Description
P_ChmlSuplrMatlSuplrStsWithT is a Consumption CDS View that provides data about "Chemical Supplier Status (with outdated) with Description" in SAP S/4HANA. It reads from 1 data source (P_ChmlSuplrMatlSuplrStatus) and exposes 5 fields. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ChmlSuplrMatlSuplrStatus | SupplierStatus | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_ChmlSuplrMatlSuplrStsT | _Text | $projection.ChmlSuplrMatlSuplrSts = _Text.ChmlSuplrMatlSuplrSts |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Chemical Supplier Status (with outdated) with Description | view | |
| AbapCatalog.sqlViewName | PCCCSMSTST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ChmlCmplncSuplrMatlAssgmtUUID | ||||
| ChmlSuplrMatlUUID | ||||
| ChmlSuplrMatlSuplrSts | ||||
| ChmlSuplrMatlSuplrStsCritlty | ||||
| _Text | _Text |
--Label of view
@EndUserText.label: 'Chemical Supplier Status (with outdated) with Description'
@AbapCatalog:
{
-- SQL view name (16 characters)
sqlViewName: 'PCCCSMSTST',
--If it's true, the filter conditions are compared and, if they match, the associated join expression is evaluated only once
compiler.compareFilter: true
}
--Access Control: Authorizations Checks
@AccessControl:
{
authorizationCheck: #NOT_REQUIRED
}
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
--VDM view type
@VDM.viewType: #CONSUMPTION
--Private view
@VDM.private: true
define view P_ChmlSuplrMatlSuplrStsWithT
--Select data from private view of
as select from P_ChmlSuplrMatlSuplrStatus as SupplierStatus
--Text association
association [1..*] to I_ChmlSuplrMatlSuplrStsT as _Text on $projection.ChmlSuplrMatlSuplrSts = _Text.ChmlSuplrMatlSuplrSts
{
--UUID of Supplier Material Assignment
key SupplierStatus.ChmlCmplncSuplrMatlAssgmtUUID,
--UUID of Supplier Material
key SupplierStatus.ChmlSuplrMatlUUID,
--Supplier Status for Raw Material
SupplierStatus.ChmlSuplrMatlSuplrSts,
--Criticality
SupplierStatus.ChmlSuplrMatlSuplrStsCritlty,
/*Association*/
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CHMLSUPLRMATLSUPLRSTATUS"
],
"ASSOCIATED":
[
"I_CHMLSUPLRMATLSUPLRSTST"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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