OData
- 386 Blogs |
- 189 Contributors
- All blog posts
- RSS
-
Introduction: In this Blog , I will try to cover the topic of exposing On Premise Data to SAP Cloud Foundry using a Python based application using Flask Library and no authentication initially. My overall objective is to expose the data to Data Hub... Read More »0Comments1Like -
On September 14, SAP and AgilityWorks Ltd joined ranks to enable developers in SAP’s well-known UI framework, SAPUI5. In order to create a relaxing atmosphere, Country Inn in the heart of Gurugram was chosen as the location to host the... Read More »0Comments1Like -
The SuccessFactors OData V2 Receiver adapter enables you to communicate with the SuccessFactors system. The Upsert operation is an SAP SuccessFactors function import to update or insert records. SuccessFactors OData V2 receiver supportes Upsert... Read More »4Comments2Likes -
In this eighth post in my CloudFoundryFun series, I want to show you how to combine a CAP app, running on Cloud Foundry, with an Azure Storage Account. And the best thing is, I published the entire code base on GitHub! TechEd App Space... Read More »0Comments9Likes -
When developing an OData service for searching for contact persons by name, I came across a scenario where the name contains the special character ‘ (single quote character). As an example, the user would like to search for contact persons... Read More »1Comment6Likes -
SAP invested and still invests a lot of effort in providing a good IDE in SCP, called SAP Web IDE. This IDE comes with out of the box tools to develop your UI5 app. These tools helps you with creating a build of your apps, test them and deploy it... Read More »4Comments11Likes -
Introduction SAP Cloud Platform Integration has an OData receiver adapter (V2) that can be used to call OData services in the backend systems. It can be used both for reading (GET) and for changing (POST / PATCH / MERGE / DELETE) operations. In the... Read More »0Comments0Likes -
A few months ago, just before UI5con I think, SAP released the official productive version of the new UI5 tools. This was of course a big topic at UI5con with several sessions about it. During the summer I found some time to check out this new... Read More »1Comment8Likes -
Introduction While working with model data in SAPUI5, often we could come across scenarios where it is more comfortable to have our own(custom) data nodes or objects for storing additional properties in the gloabl/application model for further... Read More »5Comments1Like -
This blog is part of a series of tutorials explaining the usage of SAP Cloud Platform Backend service in detail. And it is inspired by Mahesh Kumar Palavalli – so thanks to him 😉 Quicklinks: Quick Reference Why versioning an OData... Read More »3Comments2Likes