SAP GRAPHSCRIPT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

GraphScript
GraphScript is an imperative programming language that provides a high-level interface for accessing the graph data defined by a graph workspace. It helps develop graph algorithms and integrates them into SQL-based data processing. It also provides optimized built-in algorithms to solve common graph-related problems, such as finding the shortest path from one vertex to another. These algorithms are available as built-in functions that can be reused in any GraphScript program to simplify the development of efficient solutions for customer-specific, graph-related problems. In case of inconsistent graph workspaces, GraphScript procedures exit with an error.
ABAP_MORE_INFO