I_BusSolnOrdNetworkGraphAttrib

DDL: I_BUSSOLNORDNETWORKGRAPHATTRIB Type: view BASIC

Solution Order Network Graph: Attribute

I_BusSolnOrdNetworkGraphAttrib is a Basic CDS View that provides data about "Solution Order Network Graph: Attribute" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 4 fields with key fields UI5NetworkGraphAttribute, UI5NetworkGraphNode.

Data Sources (1)

SourceAliasJoin Type
t000 t000 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IBSONGATTRIB view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
EndUserText.label Solution Order Network Graph: Attribute view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY UI5NetworkGraphAttribute
KEY UI5NetworkGraphNode
UI5NetworkGraphDescription
UI5NetworkGraphAttributeValue
@AbapCatalog: {
    sqlViewName:            'IBSONGATTRIB',
    compiler.compareFilter: true,
    preserveKey:            true
}

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

@ClientHandling.algorithm: #SESSION_VARIABLE

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

@VDM.viewType: #BASIC

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

define view I_BusSolnOrdNetworkGraphAttrib
  as select from t000
{
  key cast('' as crms4_solnorder_ng_attrib_id)  as UI5NetworkGraphAttribute,
  key cast('' as crms4_solnorder_ng_node_id)    as UI5NetworkGraphNode,

      cast('' as crms4_solnorder_ng_text)       as UI5NetworkGraphDescription,
      cast('' as crms4_solnorder_ng_attrib_val) as UI5NetworkGraphAttributeValue
}
where
  mandt = $session.client
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T000"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/