E_ProductionOrder
Production Order Header - Extension
E_ProductionOrder is a Extension CDS View that provides data about "Production Order Header - Extension" in SAP S/4HANA. It reads from 1 data source (aufk) and exposes 1 field with key field ProductionOrder.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| aufk | Persistence | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Production Order Header - Extension | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #EXTENSION | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductionOrder | aufk | aufnr |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Production Order Header - Extension'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #EXTENSION
//@AbapCatalog.extensibility: {
// extensible: true,
// elementSuffix: 'ORD',
// allowNewDatasources: false,
// dataSources: ['Persistence'],
// quota: {
// maximumFields: 204, // calculated with formula for FINS_ORDER - 2* <Customer Percentage from SCFD_REGISTRY> * <max number of fields in SCFD_REGISTRY>
// maximumBytes: 2040 // calculated with formula for FINS_ORDER - 2* <Customer Percentage from SCFD_REGISTRY> * <number of chars as defined in SCFD_REGISTRY>
// }
//}
define view entity E_ProductionOrder
as select from aufk as Persistence
{
key Persistence.aufnr as ProductionOrder
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AUFK"
],
"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