I_ClsgEmailRecipientType

DDL: I_CLSGEMAILRECIPIENTTYPE SQL: ICLSGMAILRTYPE Type: view BASIC Package: FCCO_VDM_MD

Closing Email Recipient Type

I_ClsgEmailRecipientType is a Basic CDS View (Dimension) that provides data about "Closing Email Recipient Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ClosingEmailRecipientType. It has 1 association to related views. Part of development package FCCO_VDM_MD.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ClsgEmailRecipientTypeText _Text $projection.ClosingEmailRecipientType = _Text.ClosingEmailRecipientType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ICLSGMAILRTYPE view
Analytics.dataCategory #DIMENSION view
EndUserText.label Closing Email Recipient Type view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ClosingEmailRecipientType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ClosingEmailRecipientType domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ICLSGMAILRTYPE'
@Analytics.dataCategory: #DIMENSION
@EndUserText.label: 'Closing Email Recipient Type'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'ClosingEmailRecipientType',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_ClsgEmailRecipientType
  as select from dd07l
  association [0..*] to I_ClsgEmailRecipientTypeText as _Text on $projection.ClosingEmailRecipientType = _Text.ClosingEmailRecipientType
{
      @ObjectModel.text.association: '_Text'
  key domvalue_l                 as ClosingEmailRecipientType,

      _Text
}
where
      as4local = 'A'
  and domname  = 'FCCO_EMAIL_RECIPIENT_TYPE'