C_MaintJobWorkItemUnplndCompTP
Consumption layer unplanned components
C_MaintJobWorkItemUnplndCompTP is a Consumption CDS View that provides data about "Consumption layer unplanned components" in SAP S/4HANA. It reads from 1 data source (R_MaintJobWorkItemUnplndCompTP) and exposes 25 fields with key fields MaintenanceOrder, MaterialDocument, MaterialDocumentItem, MaterialDocumentYear.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintJobWorkItemUnplndCompTP | R_MaintJobWorkItemUnplndCompTP | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Consumption layer unplanned components | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.updateEnabled | true | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceOrder | MaintenanceOrder | ||
| KEY | MaterialDocument | MaterialDocument | ||
| KEY | MaterialDocumentItem | MaterialDocumentItem | ||
| KEY | MaterialDocumentYear | MaterialDocumentYear | ||
| Material | Material | |||
| MaterialName | MaterialName | |||
| Product | Product | |||
| Plant | Plant | |||
| MaintenancePlanningPlant | MaintenancePlanningPlant | |||
| StorageLocation | StorageLocation | |||
| MaterialBaseUnit | MaterialBaseUnit | |||
| QuantityInBaseUnit | QuantityInBaseUnit | |||
| ValuationType | ValuationType | |||
| SerialNumber | SerialNumber | |||
| Reservation | Reservation | |||
| SerialNumberProcedure | SerialNumberProcedure | |||
| SerialNumberProfile | SerialNumberProfile | |||
| SerialNumberUsageInAssignment | SerialNumberUsageInAssignment | |||
| InventoryValuationCategory | InventoryValuationCategory | |||
| IsMarkedForDeletion | IsMarkedForDeletion | |||
| TechnicalObject | TechnicalObject | |||
| TechObjIsEquipOrFuncnlLoc | TechObjIsEquipOrFuncnlLoc | |||
| MaintenanceOrderType | MaintenanceOrderType | |||
| MaterialDocumentItemText | MaterialDocumentItemText | |||
| ProductType | ProductType |
@EndUserText.label: 'Consumption layer unplanned components'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM: {
viewType: #CONSUMPTION
}
@ObjectModel.updateEnabled:true
define view entity C_MaintJobWorkItemUnplndCompTP
as select from R_MaintJobWorkItemUnplndCompTP
{
key MaintenanceOrder,
key MaterialDocument,
key MaterialDocumentItem,
key MaterialDocumentYear,
@ObjectModel.text.element: [ 'MaterialName' ]
Material,
@Semantics.text: true
MaterialName,
Product,
Plant,
MaintenancePlanningPlant,
StorageLocation,
MaterialBaseUnit,
QuantityInBaseUnit,
ValuationType,
SerialNumber,
Reservation,
SerialNumberProcedure,
SerialNumberProfile,
SerialNumberUsageInAssignment,
InventoryValuationCategory,
IsMarkedForDeletion ,
TechnicalObject,
TechObjIsEquipOrFuncnlLoc,
MaintenanceOrderType,
MaterialDocumentItemText,
@Consumption.valueHelpDefinition: [
{ entity : { name: 'I_ProductTypeVH', element: 'ProductType' }
}]
@Consumption.filter : {
multipleSelections : true
}
ProductType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_MAINTJOBWORKITEMUNPLNDCOMPTP"
],
"ASSOCIATED":
[],
"BASE":
[],
"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