I_CollectionsEmailStatus

DDL: I_COLLECTIONSEMAILSTATUS Type: view BASIC

Collections Email Status

I_CollectionsEmailStatus is a Basic CDS View (Dimension) that provides data about "Collections Email Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CollectionsEmailStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CollectionsEmailStatusText _Text $projection.CollectionsEmailStatus = _Text.CollectionsEmailStatus

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICOLLSEMAILSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Collections Email Status view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CollectionsEmailStatus view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CollectionsEmailStatus
_Text _Text
@AbapCatalog: { sqlViewName: 'ICOLLSEMAILSTAT',
                compiler: { compareFilter: true },
                preserveKey: true,
                buffering: { status: #ACTIVE,
                             type: #FULL } }
@Analytics: { dataCategory: #DIMENSION,
              internalName: #LOCAL }
@AccessControl: { authorizationCheck: #NOT_REQUIRED }
@EndUserText: { label: 'Collections Email Status' }
@VDM: { viewType:  #BASIC,
        lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #S,
                             dataClass: #CUSTOMIZING },
                dataCategory: #VALUE_HELP,
                semanticKey: [ 'CollectionsEmailStatus' ],
                representativeKey: 'CollectionsEmailStatus',
                resultSet.sizeCategory: #XS }
define view I_CollectionsEmailStatus
  as select from dd07l

  // VDM Associations

  // Resubmission Status Text

  association [0..*] to I_CollectionsEmailStatusText as _Text on $projection.CollectionsEmailStatus = _Text.CollectionsEmailStatus

{

      // VDM Fields

      @ObjectModel: { text: { association: '_Text' } }
  key cast( domvalue_l as colls_email_status ) as CollectionsEmailStatus,


      // Exposed Associations

      _Text

}

where
  domname = 'COLLS_EMAIL_STATUS'