P_ChmlSuplrMatlSuplrStsWithT

DDL: P_CHMLSUPLRMATLSUPLRSTSWITHT Type: view CONSUMPTION

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)

SourceAliasJoin Type
P_ChmlSuplrMatlSuplrStatus SupplierStatus from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_ChmlSuplrMatlSuplrStsT _Text $projection.ChmlSuplrMatlSuplrSts = _Text.ChmlSuplrMatlSuplrSts

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/