I_SerialNumberHistoryUserVH
Serial Number History User
I_SerialNumberHistoryUserVH is a Basic CDS View that provides data about "Serial Number History User" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 2 fields with key field UserID. Part of development package ODATA_LO_SN_HISTORY.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_User | I_User | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Serial Number History User | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | UserID | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | ISRLNMBRUSRVH | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UserID | UserID | ||
| UserDescription | UserDescription |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Serial Number History User'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #MASTER },
dataCategory: #VALUE_HELP,
representativeKey: 'UserID'
}
@Analytics: {
internalName: #LOCAL,
technicalName: 'ISRLNMBRUSRVH'
}
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #BASIC
define view entity I_SerialNumberHistoryUserVH
as select from I_User
{
@ObjectModel.text.element: [ 'UserDescription' ]
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.9
}
key UserID,
@Semantics.text: true
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.9
}
UserDescription
}
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