C_FldLogsFunctionalLocationVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_FunctionalLocationLabelStdVH | I_FunctionalLocationLabelStdVH | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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