SAP CTE HIERARCHY - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

CTE hierarchy
Common table expression ( CTE) that can be used as an SQL hierarchy in the subsequent queries of its WITH statement. A CTE hierarchy is created when the common table expression is defined using the addition WITH HIERARCHY .
ABAP_MORE_INFO