I_MKT_WebTrackingMappgType

DDL: I_MKT_WEBTRACKINGMAPPGTYPE SQL: IMKTWTMT Type: view BASIC Package: CUAN_CDS_WEB_TRACKING_MAPPING

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)

SourceAliasJoin Type
dd07l wtm from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MKT_WebTrackingMappgTypeTxt _WebTrackingMappgTypeTxt $projection.WebTrackingMappingType = _WebTrackingMappgTypeTxt.WebTrackingMappingType

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'