I_ProductAlert

DDL: I_PRODUCTALERT SQL: IPRODUCTALERT Type: view BASIC

Value help for Product Alerts

I_ProductAlert is a Basic CDS View (Dimension) that provides data about "Value help for Product Alerts" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ProductAlert. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProductAlertText _Text $projection.ProductAlert = _Text.ProductAlert

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IPRODUCTALERT view
VDM.viewType #BASIC view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey ProductAlert view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Value help for Product Alerts view
Analytics.dataCategory #DIMENSION view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProductAlert domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPRODUCTALERT'
@VDM.viewType: #BASIC
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel: {
  usageType : {
    serviceQuality: #C,
    sizeCategory : #S,
    dataClass: #MASTER
    },
  resultSet.sizeCategory: #XS,
  representativeKey: 'ProductAlert',
  dataCategory: #VALUE_HELP
}
@EndUserText.label: 'Value help for Product Alerts'
@Analytics.dataCategory: #DIMENSION
@Consumption.ranked: true

define view I_ProductAlert
  as select from dd07l
  association [0..*] to I_ProductAlertText as _Text on $projection.ProductAlert = _Text.ProductAlert
{

      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key domvalue_l as ProductAlert,
      _Text
}
where
  domname = '/SAPAPO/GET_ALERTS_FOR_PROD'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODUCTALERTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/