I_SupDmndAllDocSupType

DDL: I_SUPDMNDALLDOCSUPTYPE Type: view BASIC

Description of Supply Types

I_SupDmndAllDocSupType is a Basic CDS View (Dimension) that provides data about "Description of Supply Types" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key field AssignedSupplyType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SupDmndAllDocSupTypeT _Text $projection.AssignedSupplyType = _Text.AssignedSupplyType

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 ISUPDMNDADSUPT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey AssignedSupplyType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Description of Supply Types view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssignedSupplyType
AssignedSupplyTypeName ddtext
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
  sqlViewName: 'ISUPDMNDADSUPT',
  compiler.compareFilter: true,
  preserveKey: true
 }
@Analytics: {
  dataCategory: #DIMENSION,
  internalName:#LOCAL
}
@ObjectModel: {
   usageType: {
     dataClass:      #META,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   representativeKey: 'AssignedSupplyType',
   supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                           #CDS_MODELING_ASSOCIATION_TARGET, 
                           #CDS_MODELING_DATA_SOURCE,
                           #SQL_DATA_SOURCE],
   modelingPattern: #ANALYTICAL_DIMENSION 
}
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Description of Supply Types'
define view I_SupDmndAllDocSupType
  as select from dd07v
  association [0..*] to I_SupDmndAllDocSupTypeT as _Text on $projection.AssignedSupplyType = _Text.AssignedSupplyType

{
      @ObjectModel.text.element: ['AssignedSupplyTypeName']
  key cast( dd07v.domvalue_l as arun_bskz ) as AssignedSupplyType,
      ddtext           as AssignedSupplyTypeName,
      _Text
}

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