I_BusSolnOrdNetworkGraphNode
Solution Order Network Graph: Node
I_BusSolnOrdNetworkGraphNode is a Basic CDS View that provides data about "Solution Order Network Graph: Node" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 6 fields with key field UI5NetworkGraphNode. Part of development package CRMS4_SOLUTION_ORDER_PROGRESS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t000 | t000 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBSONGNODE | 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: Node | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UI5NetworkGraphNode | |||
| UI5NetworkGraphTitle | ||||
| UI5NetworkGraphGroup | ||||
| UI5NetworkGraphStatusName | ||||
| UI5NetworkGraphNodeIcon | ||||
| UI5NetworkGraphNodeShape |
@AbapCatalog: {
sqlViewName: 'IBSONGNODE',
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: Node'
define view I_BusSolnOrdNetworkGraphNode
as select from t000
{
key cast('' as crms4_solnorder_ng_node_id) as UI5NetworkGraphNode,
cast('' as crms4_solnorder_ng_text) as UI5NetworkGraphTitle,
cast('' as crms4_solnorder_ng_group_id) as UI5NetworkGraphGroup,
cast('' as crms4_solnorder_ng_text) as UI5NetworkGraphStatusName,
cast('' as crms4_solnorder_ng_icon) as UI5NetworkGraphNodeIcon,
cast('' as crms4_solnorder_ng_shape) as UI5NetworkGraphNodeShape
}
where
mandt = $session.client
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