I_FinSGLRunIDUserNameVH
Search Help for Run ID users
I_FinSGLRunIDUserNameVH is a Basic CDS View that provides data about "Search Help for Run ID users" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 2 fields with key field CreatedByUserName. Part of development package ODATA_REVERSE_DOCUMENTS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_User | I_User | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Search Help for Run ID users | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | CreatedByUserName | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CreatedByUserName | UserID | ||
| UserFullName | UserDescription | Full Name |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Search Help for Run ID users'
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
@ObjectModel.representativeKey: 'CreatedByUserName'
@ObjectModel.dataCategory:#VALUE_HELP
@Search.searchable : true
define view entity I_FinSGLRunIDUserNameVH
as select from I_User
{
//@ObjectModel.text.element: [ 'UserFullName' ]
@Search.defaultSearchElement : true
@Search.fuzzinessThreshold : 0.7
@Search.ranking : #LOW
//@UI.textArrangement: #TEXT_FIRST
key UserID as CreatedByUserName,
@Search.defaultSearchElement : true
@Search.fuzzinessThreshold : 0.8
@Search.ranking : #HIGH
@EndUserText.label: 'Full Name'
@Semantics.text: true
UserDescription as UserFullName
}
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