I_ConcurSystemConnectionStdVH

DDL: I_CONCURSYSTEMCONNECTIONSTDVH Type: view_entity COMPOSITE Package: CTE_FND_IMP

Concur System Connections

I_ConcurSystemConnectionStdVH is a Composite CDS View that provides data about "Concur System Connections" in SAP S/4HANA. It reads from 1 data source (I_ConcurSystemConnection) and exposes 3 fields with key field ConcurSystemKey. It is exposed through 1 OData service (UI_CONCURINCOMINGDOCUMENTTP). Part of development package CTE_FND_IMP.

Data Sources (1)

SourceAliasJoin Type
I_ConcurSystemConnection I_ConcurSystemConnection from

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Concur System Connections view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ConcurSystemKey view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view
Analytics.technicalName ICTECONNECTIONVH view
Consumption.ranked true view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CONCURINCOMINGDOCUMENTTP UI_CONCURINCOMINGDOCUMENTTP V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConcurSystemKey ConcurSystemKey
SystemConnection SystemConnection
SystemConnectionDescription1 SystemConnectionDescription1 System Connection Description
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Concur System Connections'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY],
                dataCategory: #VALUE_HELP,
                representativeKey: 'ConcurSystemKey',
                modelingPattern: #VALUE_HELP_PROVIDER,
                usageType: { serviceQuality: #C,
                             sizeCategory: #S,
                             dataClass: #MIXED } }
@VDM.viewType: #COMPOSITE
@Analytics.technicalName: 'ICTECONNECTIONVH'
@Consumption.ranked: true
@Search.searchable: true
define view entity I_ConcurSystemConnectionStdVH
  as select from I_ConcurSystemConnection
{
      @ObjectModel.text.element: ['SystemConnectionDescription1']
      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold: 0.9,
                 ranking: #HIGH }
  key ConcurSystemKey              as ConcurSystemKey,

      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold: 0.8,
                 ranking: #LOW }
      SystemConnection             as SystemConnection,

      @Semantics.text: true
      @EndUserText.label: 'System Connection Description'
      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold: 0.7,
                 ranking: #LOW }
      SystemConnectionDescription1 as SystemConnectionDescription1
}