In my previous blog on Annotation, I explained the process to create Annotation from service builder using Vocabulary. But this annotation is very specific to the service and you can not reuse this annotation for other services.Standalone annotation ...
So far using SAP NetWeaver Gateway you can annotate OData elements only with SAP annotations, now it is possible to enhance the metadata with custom-annotations also and this can be done with vocabulary-based annotation. Basically vocabularies provi...
Hello Experts,I am writing a blog using SCN Editor. Unfortunately most of the content of this blog got deleted so I want to restore previous version of the Blog.Kindly help me in this.Regards, Ashish
Currently, SAP NetWeaver Gateway offers an extremely simple and easy way to expose data via the REST based Open Data (OData) format. Using Gateway, numerous services based on BOR objects, RFCs, GenIL, EasyQuery and Service Provider Infrastructure(SPI...
Hi Nabi,OData V4 support is released with NW750 SP04. From tool side(SEGW), only basic OData elements and features are supported in this first release.You can model your OData V4 service using OData elements ( like entity type, properties, entityset...
Hi Krishna, In general, annotation is used to provide additional information for OData elements(EntityType, EntitySet, Property, Association etc.) and application developer can use these information while developing applications.Suppose ther...
Hi Satya, Nice blog. It's good to know that now OData consumers can access extended service with base service URL itself and they do not have to change the URL in their existing application. Regards, Ashish
Hi Suman,In OData, date-time field is represented in the format <datetime'yyyy-mm-ddThh:mm:ss'>.But when you pass this value to SAP NetWeaver Gateway while performing any operations like Query, Create or Update, Gateway internally parses this value a...