I_MKT_IntactnCntctEventType
Event Type Name
I_MKT_IntactnCntctEventType is a Basic CDS View that provides data about "Event Type Name" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InteractionCntctEventTypeCode. It has 1 association to related views. Part of development package CUAN_CDS_IMPORT_MONITOR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MKT_IntactnCntctEventTypeT | _Text | $projection.InteractionCntctEventTypeCode = _Text.InteractionCntctEventTypeCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMKT_EVTNT_TYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Event Type Name | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | InteractionCntctEventTypeCode | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InteractionCntctEventTypeCode | domvalue_l | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IMKT_EVTNT_TYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Event Type Name'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'InteractionCntctEventTypeCode'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #XXL, dataClass: #TRANSACTIONAL}
define view I_MKT_IntactnCntctEventType
as select from dd07l
association [0..*] to I_MKT_IntactnCntctEventTypeT as _Text
on $projection.InteractionCntctEventTypeCode = _Text.InteractionCntctEventTypeCode
{
@ObjectModel.text.association: '_Text'
key domvalue_l as InteractionCntctEventTypeCode,
_Text as _Text
}
where domname = 'CUAN_IC_EVENT' 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