I_MKT_OfferFeature

DDL: I_MKT_OFFERFEATURE SQL: IMKTOFFRFEATURE Type: view BASIC Package: CUAN_CDS_OFFER

Marketing: Offer Feature

I_MKT_OfferFeature is a Basic CDS View that provides data about "Marketing: Offer Feature" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field OfferFeature. It has 1 association to related views. Part of development package CUAN_CDS_OFFER.

Data Sources (1)

SourceAliasJoin Type
dd07l OffeFeature from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MKT_OfferFeatureText _OfferFeatureText $projection.OfferFeature = _OfferFeatureText.OfferFeature

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMKTOFFRFEATURE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Marketing: Offer Feature view
ObjectModel.representativeKey OfferFeature view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OfferFeature
_OfferFeatureText _OfferFeatureText
@AbapCatalog.sqlViewName: 'IMKTOFFRFEATURE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true 
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Marketing: Offer Feature'
@ObjectModel: {
  representativeKey: 'OfferFeature',
  resultSet.sizeCategory: #XS,
  usageType: {
    dataClass: #META,
    sizeCategory: #S,
    serviceQuality: #A
  }
}
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE ]
define view I_MKT_OfferFeature
  as select from dd07l as OffeFeature

  association [0..*] to I_MKT_OfferFeatureText as _OfferFeatureText on $projection.OfferFeature = _OfferFeatureText.OfferFeature
{
      @ObjectModel.text.association: '_OfferFeatureText'
  key cast ( substring( domvalue_l, 1, 10 ) as cuan_ofm_offer_feature preserving type )     as OfferFeature,

      _OfferFeatureText
}
where
      domname  = 'CUAN_OFM_OFFER_FEATURE'
  and as4local = 'A'