I_SupDmndAllDocSupSource

DDL: I_SUPDMNDALLDOCSUPSOURCE Type: view BASIC

Description for Supply Source for All Documents

I_SupDmndAllDocSupSource is a Basic CDS View (Dimension) that provides data about "Description for Supply Source for All Documents" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field SupAssgmtSource. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SupDmndAllDocSupSourceT _Text $projection.SupAssgmtSource = _Text.SupAssgmtSource

Annotations (16)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISUPDMNDADSUPSC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey SupAssgmtSource view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Description for Supply Source for All Documents view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SupAssgmtSource
SupAssgmtSourceName ddtext
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
  sqlViewName: 'ISUPDMNDADSUPSC',
  compiler.compareFilter: true,
  preserveKey: true
 }
@Analytics: {
  dataCategory: #DIMENSION,
  internalName:#LOCAL
}
@ObjectModel: {
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #X,
     sizeCategory:   #S
   },
   representativeKey: 'SupAssgmtSource',
   supportedCapabilities: [#ANALYTICAL_DIMENSION,
                           #CDS_MODELING_ASSOCIATION_TARGET,
                           #CDS_MODELING_DATA_SOURCE,
                           #SQL_DATA_SOURCE],
   modelingPattern: #ANALYTICAL_DIMENSION
}
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Description for Supply Source for All Documents'
define view I_SupDmndAllDocSupSource
  as select from dd07v
  association [0..*] to I_SupDmndAllDocSupSourceT as _Text on $projection.SupAssgmtSource = _Text.SupAssgmtSource

{
      @ObjectModel.text.element: ['SupAssgmtSourceName']
  key cast( dd07v.domvalue_l as arun_sdo_alldoc_stock_source ) as SupAssgmtSource,
      ddtext           as SupAssgmtSourceName //,

      //      _Text

}

where
      domname    = 'ARUN_SDO_ALLDOC_STOCK_SOURCE'
  and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[
"I_SUPDMNDALLDOCSUPSOURCET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/