I_MaintOrdOpAdditionalData
Add Data of the Order Operation
I_MaintOrdOpAdditionalData is a Basic CDS View that provides data about "Add Data of the Order Operation" in SAP S/4HANA. It reads from 1 data source (afvu) and exposes 3 fields with key fields MaintOrderRoutingNumber, MaintenanceOrderRoutingNode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| afvu | afvu | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTORDOPADD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Add Data of the Order Operation | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrderRoutingNumber | aufpl | ||
| KEY | MaintenanceOrderRoutingNode | aplzl | ||
| MaintenanceActivityType | ilart_op |
@AbapCatalog.sqlViewName: 'IMAINTORDOPADD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Add Data of the Order Operation'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #XL, dataClass: #TRANSACTIONAL}
define view I_MaintOrdOpAdditionalData
as select from afvu
{
key aufpl as MaintOrderRoutingNumber,
key aplzl as MaintenanceOrderRoutingNode,
ilart_op as MaintenanceActivityType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AFVU"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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