UNPKG

hana-cli

Version:
24 lines (23 loc) 1.17 kB
<body> <div class="body conbody"> <p class="shortdesc">CDS Definition Display</p> <p class="p"> This code editor displays the Core Data Services (CDS) entity definition for the inspected table. CDS is a modeling language used in SAP development environments, particularly in SAP HANA and CAP (Cloud Application Programming Model). </p> <p class="p"> The generated CDS definition includes entity syntax with all fields, types, and annotations. You can use this CDS notation to: </p> <ul class="ul"> <li class="li">Create CDS views based on existing tables</li> <li class="li">Integrate with SAP CAP applications</li> <li class="li">Document table structure in CDS format</li> <li class="li">Generate entity definitions for SAP Fiori applications</li> </ul> <p class="p"> The CDS representation provides a more modern, abstracted view of the table structure compared to traditional SQL DDL. Copy the definition for use in your CDS modeling projects. </p> </div> </body>