SAP GRAPH WORKSPACE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

graph workspace
A graph workspace is an object of the SAP HANA database that defines a graph in terms of tables and columns, i. e. it consists of two tables (for vertices and edges) as sources for a graph model. It declares the key column of a vertex table and an edge table, and also the source and target column of an edge table. It is currently restricted to one key column and one source and target column. Graph workspaces are supported in ABAP by AMDP.
ABAP_MORE_INFO