In this blog, I want to provide the steps we followed to create an OData Service Connection to send data from Datasphere to SAC. By integrating Datasphere Actuals into SAC, we lay the foundation for strategic decision-making, driving business growth and agility. Sending Data from Datasphere to SAC via OData Service Our goal for this […]
OData
Service Consumption Model 2 for OData Client Proxy
Introduction This blog post will describe the Service Consumption Model 2 for OData. I will describe its benefits, provide a description of the model, take a look at the OData Client Proxy at runtime and also dive into the ABAP cross trace integration as well. If you want to receive or send data to an […]
Filter in Function import using oData and UI5
I am writing this blog for beginners on how to filter the data using function Import in SAP UI5 using OData which will be helpful for both front end and back end developer. Function imports are used to do the GET and POST operations for the requirements, which are not possible by the standard operations […]
VSCODE Color Theme Support in OData CSDL Modeler
In this blog post, we’ll introduce the VSCODE color theme support in the new OData CSDL Modeler 1.0.6 release. VSCODE Color Theme Support in OData CSDL Modeler We introduced a new graphical modeler tool called OData CSDL modeler for VSCODE environment that provides OData developers a graphical UI to view OData CSDL document. With the […]
Importing an external data model using CDS Graphical Modeler for Visual Studio Code
In this blog post, we’ll demonstrate how to import an external OData data model from an edmx file to an existing CDS model, and create a relationship to one of the OData entities from this external data model through the CDS Graphical Modeler for Visual Studio Code. Preparing the External Data Model First install the […]
Create a Business Service using CDS, Node.js, SQLite and a OData service combined with an SAPUI5 App
Introduction In this blog post you will learn, how to create a basic business service using Core Data & Services (CDS), Node.js, and SQLite, by making use of the SAP Cloud Application Programming Model (CAP) combined with a SAP Fiori Worklist Floorplan. Basically, the same thing can be done by using Visual Studio Code with […]