I_MKT_ObjectResponsibleUser
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MKT_ObjResponsibleUserText | _Text | $projection.MarketingObjectSelectionType = _Text.MarketingObjectSelectionType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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