I_BSOrdNetworkGraphLineAttrib

DDL: I_BSORDNETWORKGRAPHLINEATTRIB Type: view_entity BASIC Package: CRMS4_SOLUTION_ORDER_PROGRESS

Solution Order Network Graph Line Attribute

I_BSOrdNetworkGraphLineAttrib is a Basic CDS View that provides data about "Solution Order Network Graph Line Attribute" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 5 fields with key fields UI5NetworkGraphNodeFrom, UI5NetworkGraphNodeTo, UI5NetworkGraphAttribute. Part of development package CRMS4_SOLUTION_ORDER_PROGRESS.

Data Sources (1)

SourceAliasJoin Type
t000 t000 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
EndUserText.label Solution Order Network Graph Line Attribute view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UI5NetworkGraphNodeFrom
KEY UI5NetworkGraphNodeTo
KEY UI5NetworkGraphAttribute
UI5NetworkGraphDescription
UI5NetworkGraphAttributeValue
@AbapCatalog.viewEnhancementCategory: [#NONE]

@AccessControl:{
  authorizationCheck:    #NOT_REQUIRED,
  personalData.blocking: #NOT_REQUIRED
}

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType: {
  serviceQuality: #C,
  sizeCategory:   #S,
  dataClass:      #MIXED
}

@VDM.viewType: #BASIC

@EndUserText.label: 'Solution Order Network Graph Line Attribute'

define view entity I_BSOrdNetworkGraphLineAttrib
  as select from t000
{
  key cast('' as crms4_solnorder_ng_node_id)    as UI5NetworkGraphNodeFrom,
  key cast('' as crms4_solnorder_ng_node_id)    as UI5NetworkGraphNodeTo,
  key cast('' as crms4_solnorder_ng_attrib_id)  as UI5NetworkGraphAttribute,

      cast('' as crms4_solnorder_ng_text)       as UI5NetworkGraphDescription,
      cast('' as crms4_solnorder_ng_attrib_val) as UI5NetworkGraphAttributeValue
}
where
  mandt = $session.client