C_AllocLastExecByUserVH

DDL: C_ALLOCLASTEXECBYUSERVH SQL: CALLOCEXECBY Type: view CONSUMPTION

Allocation Last Execution By User VH

C_AllocLastExecByUserVH is a Consumption CDS View that provides data about "Allocation Last Execution By User VH" in SAP S/4HANA. It reads from 1 data source (I_UserContactCard) and exposes 14 fields with key field AllocationLastExecutedByUser. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_UserContactCard _UserContactCard from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_AllocationCycle _AllocationCycle $projection.AllocationLastExecutedByUser = _AllocationCycle.AllocationLastExecutedByUser

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CALLOCEXECBY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Allocation Last Execution By User VH view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY AllocationLastExecutedByUser ContactCardID
Person I_UserContactCard Person
BusinessPartnerUUID I_UserContactCard BusinessPartnerUUID
FirstName I_UserContactCard FirstName
LastName I_UserContactCard LastName
FullName I_UserContactCard FullName
AddressID I_UserContactCard AddressID
PhoneNumber I_UserContactCard PhoneNumber
MobilePhoneNumber I_UserContactCard MobilePhoneNumber
FaxNumber I_UserContactCard FaxNumber
EmailAddress I_UserContactCard EmailAddress
Department I_UserContactCard Department
FunctionalTitleName I_UserContactCard FunctionalTitleName
_AllocationCycle _AllocationCycle
@AbapCatalog.sqlViewName: 'CALLOCEXECBY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Allocation Last Execution By User VH'
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType: #CONSUMPTION
//@AccessControl.privilegedAssociations:  [ '_UserContactCard' ]

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true

define view C_AllocLastExecByUserVH as 
select from I_UserContactCard as _UserContactCard 
    association [1..*] to I_AllocationCycle as _AllocationCycle on $projection.AllocationLastExecutedByUser = _AllocationCycle.AllocationLastExecutedByUser 
{     
      @Search: { defaultSearchElement:  true, ranking: #HIGH, fuzzinessThreshold: 0.5 }    
  key ContactCardID as AllocationLastExecutedByUser,//ContactCardID,      

      _UserContactCard.Person,
      _UserContactCard.BusinessPartnerUUID,
      @Search: { defaultSearchElement:  true, ranking: #HIGH, fuzzinessThreshold: 0.5 }
      _UserContactCard.FirstName,
      @Search: { defaultSearchElement:  true, ranking: #HIGH, fuzzinessThreshold: 0.5 }
      _UserContactCard.LastName,
      _UserContactCard.FullName,
      _UserContactCard.AddressID,
      _UserContactCard.PhoneNumber,
      _UserContactCard.MobilePhoneNumber,
      _UserContactCard.FaxNumber,
      _UserContactCard.EmailAddress,
      _UserContactCard.Department,
      _UserContactCard.FunctionalTitleName,
      //_UserContactCard.ContactCardRole,

      //_UserContactCard.ContactCardType,

      //_UserContactCard.ContactCardNavLinkSemanticObj,      

      //_UserContactCard.ContactCardNavLinkQueryPart      

        
 //extended DCL sec. incident 2280187013      

      @Consumption.hidden: true
      _AllocationCycle
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_USERCONTACTCARD"
],
"ASSOCIATED":
[
"I_ALLOCATIONCYCLE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/