I_MKT_WebTrackingMappgType
Web Tracking Mapping Type
I_MKT_WebTrackingMappgType is a Basic CDS View that provides data about "Web Tracking Mapping Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field WebTrackingMappingType. It has 1 association to related views. Part of development package CUAN_CDS_WEB_TRACKING_MAPPING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | wtm | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MKT_WebTrackingMappgTypeTxt | _WebTrackingMappgTypeTxt | $projection.WebTrackingMappingType = _WebTrackingMappgTypeTxt.WebTrackingMappingType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Web Tracking Mapping Type | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IMKTWTMT | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | WebTrackingMappingType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WebTrackingMappingType | domvalue_l | ||
| _WebTrackingMappgTypeTxt | _WebTrackingMappgTypeTxt |
@EndUserText.label: 'Web Tracking Mapping Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IMKTWTMT'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
representativeKey: 'WebTrackingMappingType',
resultSet.sizeCategory: #XS,
usageType: {
dataClass: #META,
sizeCategory: #S,
serviceQuality: #A
}
}
@VDM.viewType: #BASIC
define view I_MKT_WebTrackingMappgType
as select from dd07l as wtm
association [0..*] to I_MKT_WebTrackingMappgTypeTxt as _WebTrackingMappgTypeTxt on $projection.WebTrackingMappingType = _WebTrackingMappgTypeTxt.WebTrackingMappingType
{
@Consumption.filter.hidden: true
@ObjectModel.text.association: '_WebTrackingMappgTypeTxt'
key domvalue_l /*cast ( substring(wtm.domvalue_l, 1, 1) as cuan_wtm_type preserving type )*/ as WebTrackingMappingType,
_WebTrackingMappgTypeTxt
}
where
domname = 'CUAN_WTM_TYPE'
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