I_ClosingCommProfile

DDL: I_CLOSINGCOMMPROFILE SQL: ICLSGCOMMPROF Type: view BASIC Package: FCCO_VDM_MD

Closing Communication Profile

I_ClosingCommProfile is a Basic CDS View (Dimension) that provides data about "Closing Communication Profile" in SAP S/4HANA. It reads from 1 data source (fcco_backends) and exposes 2 fields with key field ClosingCommunicationProfile. Part of development package FCCO_VDM_MD.

Data Sources (1)

SourceAliasJoin Type
fcco_backends fcco_backends from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ICLSGCOMMPROF view
Analytics.dataCategory #DIMENSION view
EndUserText.label Closing Communication Profile view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ClosingCommunicationProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ClosingCommunicationProfile communication_profile
ClosingCommProfileName text
@AbapCatalog.sqlViewName: 'ICLSGCOMMPROF'
@Analytics.dataCategory: #DIMENSION
@EndUserText.label: 'Closing Communication Profile'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'ClosingCommunicationProfile',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true

define view I_ClosingCommProfile
  as select from fcco_backends

{
      @ObjectModel.text.element: 'ClosingCommProfileName'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key communication_profile                       as ClosingCommunicationProfile,

      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      text                                        as ClosingCommProfileName
}