C_LCMUserValueHelp
LCM User Value Help
C_LCMUserValueHelp is a Consumption CDS View that provides data about "LCM User Value Help" in SAP S/4HANA. Part of development package ODATA_LCM_COMMON.
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CLCMUSRVH | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | UserID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | LCM User Value Help | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UserID | UserID | User ID | |
| FirstName | FirstName | |||
| LastName | LastName | |||
| FullName | FullName | Full Name | ||
| EmailAddress | EmailAddress | |||
| Department | Department | Department | ||
| _LglCntntMUser | _LglCntntMUser |
@AbapCatalog.sqlViewName: 'CLCMUSRVH'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: [ '_LglCntntMUser' ]
@ObjectModel.semanticKey: [ 'UserID' ]
@ObjectModel.representativeKey: 'UserID'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
//@ObjectModel.dataCategory: #VALUE_HELP
@EndUserText.label: 'LCM User Value Help'
@AbapCatalog.dbHints: [{dbSystem: #HDB, hint:'NO_RECOMPILE_WITH_SQL_PARAMETERS' }]
define view C_LCMUserValueHelp
as select distinct from I_LglCntntMUserValueHelp as _UserVH
{
@ObjectModel.text.element: [ 'FullName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@UI.selectionField.position: 10
@UI.lineItem.position: 10
@EndUserText.label: 'User ID'
key UserID,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@UI.selectionField.position: 15
@UI.lineItem.position: 15
FirstName,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@UI.selectionField.position: 20
@UI.lineItem.position: 20
LastName,
@Semantics.text: true
@ObjectModel.readOnly: true
@UI.hidden: true
@EndUserText.label: 'Full Name'
FullName,
@ObjectModel.readOnly: true
@EndUserText.label: 'Email'
@Search: { defaultSearchElement: true, ranking: #HIGH}
@UI.selectionField.position: 25
@UI.lineItem.position: 25
EmailAddress,
@ObjectModel.readOnly: true
@EndUserText.label: 'Department'
@Search: { defaultSearchElement: true, ranking: #HIGH}
@UI.selectionField.position: 30
@UI.lineItem.position: 30
Department,
_LglCntntMUser
}
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