C_FldLogsFunctionalLocationVH

DDL: C_FLDLOGSFUNCTIONALLOCATIONVH Type: view_entity CONSUMPTION Package: FLOG_COMMON_MT

Functional Location

C_FldLogsFunctionalLocationVH is a Consumption CDS View that provides data about "Functional Location" in SAP S/4HANA. It reads from 1 data source (I_FunctionalLocationLabelStdVH) and exposes 9 fields with key field FunctionalLocation. Part of development package FLOG_COMMON_MT.

Data Sources (1)

SourceAliasJoin Type
I_FunctionalLocationLabelStdVH I_FunctionalLocationLabelStdVH from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Functional Location view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey FunctionalLocation view
Search.searchable true view
Consumption.ranked true view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocation FunctionalLocation
FunctionalLocationLabelName FunctionalLocationLabelName
FunctionalLocationName FunctionalLocationName
OpFunctionalLocationLabelName OpFunctionalLocationLabelName
MaintObjectLocAcctAssgmtNmbr MaintObjectLocAcctAssgmtNmbr
AuthorizationGroup AuthorizationGroup
MaintenancePlannerGroup MaintenancePlannerGroup
MaintenancePlanningPlant MaintenancePlanningPlant
_LocationAccountAssignment _LocationAccountAssignment
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Functional Location'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #MASTER
}
@ObjectModel.dataCategory:#VALUE_HELP
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'FunctionalLocation'
@Search.searchable: true
@Consumption.ranked:true

define view entity C_FldLogsFunctionalLocationVH
  as select from I_FunctionalLocationLabelStdVH
{
      @Search: {defaultSearchElement: true, ranking: #HIGH}
      @ObjectModel.text.element      : ['FunctionalLocationName']
      @UI.hidden: true
  key FunctionalLocation,
      FunctionalLocationLabelName,
      @Search: {defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      FunctionalLocationName,
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      @UI.hidden: true
      OpFunctionalLocationLabelName,
      @UI.hidden: true
      MaintObjectLocAcctAssgmtNmbr,
      @UI.hidden: true
      AuthorizationGroup,
      @UI.hidden: true
      MaintenancePlannerGroup,
      @UI.hidden: true
      MaintenancePlanningPlant,

      /* Associations */
      @UI.hidden: true
      _LocationAccountAssignment
}