E_RoutingHeader
Routing Header - Extension
E_RoutingHeader is a Extension CDS View that provides data about "Routing Header - Extension" in SAP S/4HANA. It reads from 1 data source (plko) and exposes 4 fields with key fields BillOfOperationsType, BillOfOperationsGroup, BillOfOperationsVariant, BOOInternalVersionCounter.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plko | Persistence | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Routing Header - Extension | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsType | plnty | ||
| KEY | BillOfOperationsGroup | plnnr | ||
| KEY | BillOfOperationsVariant | plnal | ||
| KEY | BOOInternalVersionCounter | zaehl |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Routing Header - Extension'
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #MASTER }
//define view E_RoutingHeader as select from plko as Persistence {
define view entity E_RoutingHeader as select from plko as Persistence {
key plnty as BillOfOperationsType,
key plnnr as BillOfOperationsGroup,
key plnal as BillOfOperationsVariant,
key zaehl as BOOInternalVersionCounter
}
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