Tagged: OData

Good to know – HTTP Protocol

When tinkering with OData, as well as SAC i’m reminded of the good-old-days of web-development, POST and GET requests, AJAX and service workers: What sounds like a toilet cleaner and a waiter in the restaurant, actually it’s all about the early days of asynchronous web-development and webapps. – Time to have closer look at the prime father of the world...

OData by Example

The last blog-posts laid the theoretical foundation for the OData protocol: https://blogs.sap.com/2022/01/22/howto-odata-high-level-overview/ https://blog.daniel-purucker.com/odata-back-to-basics/ Now it’s time for some hands-on. The repository https://github.com/dapuru/odata gives examples for service-usage, implementation with SAP CAP, RAP and Fiori. – updated step by step…

OData – Back to basics?

The title is somewhat misleading – but nevertheless it’s a great way to kickstart OData. This are the notes on “Back to basics: OData – the Open Data Protocol” by DJ Adams. For an overview on OData see: SAP Community: Daniel Purucker – Howto OData – High level overview Community-Site: https://community.sap.com/topics/gateway CAP: https://cap.cloud.sap/docs/ OData specification: https://www.odata.org/ MS Learn OData: https://learn.microsoft.com/en-us/odata/...

OData and SAP

Next of my blog-Posts on community.sap.com is up. This time on the various possibilities of using OData within the SAP ecosystem. Howto OData – High level overview Aim is to get an overview of OData and how it can be utilized in the SAP ecosystem. The following topics are covered: 1) What is Odata? 2) How is this useful in...