I_ProductProfileCode

DDL: I_PRODUCTPROFILECODE Type: view_entity BASIC Package: VDM_MD_PRODUCT_DDIC

Product Profile Code

I_ProductProfileCode is a Basic CDS View (Dimension) that provides data about "Product Profile Code" in SAP S/4HANA. It reads from 1 data source (t141) and exposes 2 fields with key field ProductProfileCode. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_DDIC.

Data Sources (1)

SourceAliasJoin Type
t141 t141 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProductProfileCodeText _Text $projection.ProductProfileCode = _Text.ProductProfileCode

Annotations (18)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Product Profile Code view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.entityBuffer.definitionAllowed true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey ProductProfileCode view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.sapObjectNodeType.name ProductProfileCode view
ObjectModel.modelingPattern #NONE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProductProfileCode
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Product Profile Code'
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.entityBuffer.definitionAllowed: true

@ObjectModel: {
usageType:{
  serviceQuality: #A,
  sizeCategory: #M,
  dataClass: #CUSTOMIZING
},
  representativeKey: 'ProductProfileCode',
  dataCategory: #VALUE_HELP,
  sapObjectNodeType.name:'ProductProfileCode',
  modelingPattern:#NONE
}
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
                           #CDS_MODELING_DATA_SOURCE,
                           #CDS_MODELING_ASSOCIATION_TARGET,
                           #VALUE_HELP_PROVIDER,
                           #SEARCHABLE_ENTITY,
                           #ANALYTICAL_DIMENSION,
                           #EXTRACTION_DATA_SOURCE
  ]

@Analytics: {
  dataCategory: #DIMENSION ,
  internalName:#LOCAL,
  dataExtraction: {
    enabled: true,
    delta.changeDataCapture.automatic: true
  }
}

@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
define view entity I_ProductProfileCode as select from t141
association [0..*] to I_ProductProfileCodeText as _Text on $projection.ProductProfileCode = _Text.ProductProfileCode
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key cast(t141.mmsta as profilecode preserving type ) as ProductProfileCode,

      _Text
}