UNPKG

hana-cli

Version:
25 lines (24 loc) 1.28 kB
<body> <div class="body conbody"> <p class="shortdesc">HDBTable Format Display</p> <p class="p"> This code editor displays the table definition in HDBTable format, which is the native SAP HANA design-time artifact format used in HANA Development projects and HDI (HANA Deployment Infrastructure) containers. </p> <p class="p"> The HDBTable format is a JSON-like notation that defines table structure using HANA-specific syntax. You can use this definition to: </p> <ul class="ul"> <li class="li">Create .hdbtable artifacts in SAP Web IDE or Business Application Studio</li> <li class="li">Deploy tables via HDI containers</li> <li class="li">Maintain table definitions in version control systems</li> <li class="li">Migrate existing runtime tables to design-time artifacts</li> </ul> <p class="p"> HDBTable format is particularly useful in modern SAP HANA development workflows where database objects are managed as design-time artifacts rather than runtime objects. Copy this definition to create a corresponding .hdbtable file in your project. </p> </div> </body>