I_MKT_OfferFeature
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | OffeFeature | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MKT_OfferFeatureText | _OfferFeatureText | $projection.OfferFeature = _OfferFeatureText.OfferFeature |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA