In continuation to previous blog Core Data Services in ABAP in this blog I will show how to create CDS Views and step by step procedure to generate OData service using CDS Views.
There are 3 different ways you can expose CDS views as OData service:
In this blog I am going to show type one i.e how to generate OData service using import DDIC structure using SEGW service builder transaction.
There are 3 different ways you can expose CDS views as OData service:
- Import DDIC structure using SEGW Netweaver Gateway service builder transaction.
- Reference Data Source using SEGW Netweaver Gateway service builder transaction.
- Using Generic Annotations. (@Odata.publish:true)
In this blog I am going to show type one i.e how to generate OData service using import DDIC structure using SEGW service builder transaction.