I_MKT_ObjectResponsibleUser

DDL: I_MKT_OBJECTRESPONSIBLEUSER SQL: IMKTOBJRESU Type: view BASIC Package: CUAN_CDS_MKT_OVERVIEW

Responsible User for the Marketing Object

I_MKT_ObjectResponsibleUser is a Basic CDS View that provides data about "Responsible User for the Marketing Object" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MarketingObjectSelectionType. It has 1 association to related views. Part of development package CUAN_CDS_MKT_OVERVIEW.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MKT_ObjResponsibleUserText _Text $projection.MarketingObjectSelectionType = _Text.MarketingObjectSelectionType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMKTOBJRESU view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MarketingObjectSelectionType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
EndUserText.label Responsible User for the Marketing Object view
OData.entitySet.name ObjectResponsibleUser view
VDM.viewType #BASIC view
AbapCatalog.preserveKey true view
UI.textArrangement #TEXT_ONLY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MarketingObjectSelectionType domvalue_l
_Text _Text
@AbapCatalog.sqlViewName           : 'IMKTOBJRESU'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck  : #NOT_REQUIRED
@ObjectModel.representativeKey     : 'MarketingObjectSelectionType'
@ClientHandling.algorithm          : #SESSION_VARIABLE
@ObjectModel.usageType             : {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@EndUserText.label                 : 'Responsible User for the Marketing Object'
@OData.entitySet.name              : 'ObjectResponsibleUser'
@VDM.viewType                      : #BASIC
@AbapCatalog.preserveKey           : true
@UI.textArrangement: #TEXT_ONLY
define view I_MKT_ObjectResponsibleUser
  as select from dd07l
  association [0..*] to I_MKT_ObjResponsibleUserText as _Text on $projection.MarketingObjectSelectionType = _Text.MarketingObjectSelectionType
{
      @ObjectModel.text.association: '_Text'
      @ObjectModel.readOnly: true
  key domvalue_l as MarketingObjectSelectionType,
      _Text
}
where
      domname  = 'CUAN_MKT_OBJ_ASSGMT'
  and as4local = 'A'