I_GHOProdnNtwkLabel

DDL: I_GHOPRODNNTWKLABEL SQL: IGHOPNLABEL Type: view BASIC

Production Network Alternate Label

I_GHOProdnNtwkLabel is a Basic CDS View that provides data about "Production Network Alternate Label" in SAP S/4HANA. It reads from 1 data source (iflos) and exposes 9 fields with key fields ProductionNetworkID, AlternateLabelingSystem, FunctionalLocationLabelVersion.

Data Sources (1)

SourceAliasJoin Type
iflos iflos from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IGHOPNLABEL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Production Network Alternate Label view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY ProductionNetworkID tplnr
KEY AlternateLabelingSystem alkey
KEY FunctionalLocationLabelVersion versn
FunctionalLocLabelIsActive actvs
FunctionalLocationLabelName strno
FuncLocationStructure tplkz
FuncnlLocLabelIsPrimaryLabel prkey
LabelIsReusable reuse
LastChangeDateTime labelchangeddatetime
@AbapCatalog.sqlViewName: 'IGHOPNLABEL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Production Network Alternate Label'

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

define view I_GHOProdnNtwkLabel
  as select from iflos
{
  key tplnr                as ProductionNetworkID,
  key alkey                as AlternateLabelingSystem,
  key versn                as FunctionalLocationLabelVersion,
      actvs                as FunctionalLocLabelIsActive,
      strno                as FunctionalLocationLabelName,
      tplkz                as FuncLocationStructure,
      prkey                as FuncnlLocLabelIsPrimaryLabel,
      reuse                as LabelIsReusable,
      labelchangeddatetime as LastChangeDateTime
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"IFLOS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/