This tutorial provides a brief explanation of how to build Core Data Services (CDS) Views in ABAP on SAP HANA and how to display them using the ABAP List Viewer (ALV). What is CDS? CDS (Core Data Services)is a collection of domain-specific languages and services that are used for defin...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
And if you use the same approach described in tutorial part1, you can realize that lots of database tables “DD*” are involved during CDS view activation, for exampleDDLDEPENDENCY. A small tip here is, if you click “Display Object List” button, you will navigate to the package where ...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
Create a CDS View, display it in Fiori Elements preview, and enhance its appearance using built-in annotations
And if you use the same approach described in tutorial part1, you can realize that lots of database tables “DD*” are involved during CDS view activation, for exampleDDLDEPENDENCY. A small tip here is, if you click “Display Object List” button, you will navigate to the package where ...
Part1 – how to test odata service generated by CDS view Part2 – what objects are automatically generated after you activate one CDS view Part3 – this blog Part4 – how