E_RoutingHeader

DDL: E_ROUTINGHEADER Type: view_entity EXTENSION

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)

SourceAliasJoin Type
plko Persistence from

Annotations (6)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PLKO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/