I_MKT_InteractionStatus

DDL: I_MKT_INTERACTIONSTATUS SQL: IMKT_INTERSTAT Type: view BASIC Package: CUAN_CDS_CONTACT

Marketing: Interaction Status

I_MKT_InteractionStatus is a Basic CDS View (Dimension) that provides data about "Marketing: Interaction Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InteractionStatus. It has 1 association to related views. Part of development package CUAN_CDS_CONTACT.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MKT_InteractionStatusText _Text $projection.InteractionStatus = _Text.InteractionStatus

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IMKT_INTERSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view
EndUserText.label Marketing: Interaction Status view
ObjectModel.sapObjectNodeType.name Interaction view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey InteractionStatus view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InteractionStatus domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IMKT_INTERSTAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction : {enabled:true}
@EndUserText.label: 'Marketing: Interaction Status'
@ObjectModel.sapObjectNodeType.name: 'Interaction'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'InteractionStatus'  
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@ObjectModel.supportedCapabilities: 
   [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET ]
   
define view I_MKT_InteractionStatus as select from dd07l 
association [0..*] to I_MKT_InteractionStatusText as _Text
  on $projection.InteractionStatus = _Text.InteractionStatus {
    @ObjectModel.text.association: '_Text'
    key domvalue_l as InteractionStatus,
    _Text
}
where domname = 'CUAN_CE_IA_STATUS' and as4local = 'A'