I_FldLogsMaintenanceOrderVH
List of Maintenance Order for Field Logistics
I_FldLogsMaintenanceOrderVH is a Composite CDS View that provides data about "List of Maintenance Order for Field Logistics" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceOrder) and exposes 11 fields with key field MaintenanceOrder.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceOrder | I_MaintenanceOrder | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFLPMOVH | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | List of Maintenance Order for Field Logistics | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceOrder | MaintenanceOrder | ||
| MaintenanceOrderDesc | MaintenanceOrderDesc | |||
| Equipment | Equipment | |||
| MaintObjectLocAcctAssgmtNmbr | MaintObjectLocAcctAssgmtNmbr | |||
| ControllingArea | ControllingArea | |||
| MaintenanceOrderType | MaintenanceOrderType | |||
| MaintenancePlannerGroup | MaintenancePlannerGroup | |||
| MaintenancePlanningPlant | MaintenancePlanningPlant | |||
| ResponsibleCostCenter | ResponsibleCostCenter | |||
| _Equipment | _Equipment | |||
| _LocationAccountAssignment | _LocationAccountAssignment |
@AbapCatalog.sqlViewName: 'IFLPMOVH'
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'List of Maintenance Order for Field Logistics'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view I_FldLogsMaintenanceOrderVH
as select from I_MaintenanceOrder
{
@Search: { defaultSearchElement: true, ranking: #HIGH }
@ObjectModel.text.element: ['MaintenanceOrderDesc']
key MaintenanceOrder,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
MaintenanceOrderDesc,
@Consumption.hidden: true
Equipment,
MaintObjectLocAcctAssgmtNmbr,
ControllingArea,
MaintenanceOrderType,
MaintenancePlannerGroup,
MaintenancePlanningPlant,
ResponsibleCostCenter,
@Consumption.hidden: true
_Equipment,
@Consumption.hidden: true
_LocationAccountAssignment
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCEORDER"
],
"ASSOCIATED":
[
"I_EQUIPMENT",
"I_LOCATIONACCOUNTASSIGNMENT"
],
"BASE":
[
"I_MAINTENANCEORDER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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