C_ProcessRouteUserVH

DDL: C_PROCESSROUTEUSERVH SQL: CPRUSRVH Type: view CONSUMPTION

Value Help for User Agent of Process Route

C_ProcessRouteUserVH is a Consumption CDS View that provides data about "Value Help for User Agent of Process Route" in SAP S/4HANA. It reads from 1 data source (I_UserContactCard) and exposes 3 fields with key field UserID.

Data Sources (1)

SourceAliasJoin Type
I_UserContactCard I_UserContactCard from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPRUSRVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.semanticKey UserId view
ObjectModel.representativeKey UserID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.preserveKey true view
EndUserText.label Value Help for User Agent of Process Route view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY UserID I_UserContactCard ContactCardID
FirstName I_UserContactCard FirstName
LastName I_UserContactCard LastName
@AbapCatalog.sqlViewName: 'CPRUSRVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@ObjectModel.semanticKey: 'UserId'
@ObjectModel.representativeKey:'UserID'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Value Help for User Agent of Process Route'
define view C_ProcessRouteUserVH as select from I_UserContactCard {
@Search: { defaultSearchElement: true, ranking: #HIGH }
key I_UserContactCard.ContactCardID as UserID, 
@Search: { defaultSearchElement: true, ranking: #MEDIUM }
I_UserContactCard.FirstName, 
@Search: { defaultSearchElement: true, ranking: #MEDIUM }
I_UserContactCard.LastName
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_USERCONTACTCARD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/