SAP GRAPH - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

graph
An abstraction that can model different kinds of networks and linked data. A graph can be considered as a network that has nodes (i. e. vertices) and links (i. e. edges) that are connected. In SAP HANA, a graph is a set of vertices and a set of edges. Each edge connects two vertices. One vertex is denoted as the source and the other as the target. Edges are always directed. Any number of edges may connect the same two vertices. Vertices and edges can have any number of attributes. An attribute consists of a name that is associated with a data type and a value.