I_ConcurSystemConnectionStdVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ConcurSystemConnection | I_ConcurSystemConnection | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CONCURINCOMINGDOCUMENTTP | UI_CONCURINCOMINGDOCUMENTTP | V4 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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