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 […]
NW ABAP Gateway (OData)
How to call a BW ABAP-Backend from SAC Analytic Application
Introduction There are several blogs showing how to organize interaction between SAC and S/4HANA using OData services. However, one cannot ignore the fact that SAC, as an analytical tool, often uses data from SAP BW or BW/4HANA. This blog provides a simple example of how an OData Service can be used to exchange information between […]
Generate Dynamic QR code from oDATA
Introduction QR (Quick Response) codes are two-dimensional barcodes that are widely used for storing and sharing information. They are particularly useful because they can be read quickly and easily by a smartphone or other device equipped with a camera and a QR code reader app. If we can add a QR code to our app/oData […]
Download ZIP Package through NetWeaver Gateway with Odata
In this blog, I will show you how to download a ZIP package stored on an application server via Odata call in very simple steps. I have tried not to add any additional logic apart from downloading the ZIP package from Odata service. 1. Create a table where we will have package name stored. 2. […]
Creating OData Services with CDS using SADL and Annotation.
This blog tells about OData service creation using Core Data Services [SAP ABAP CDS for SAP S/4 HANA] at the same time here we going to explore two methods for creating OData service one is SADL and another one with CDS annotation. Let’s start with an exact definition of OData: OData can be defined as […]
Excel File Upload Download in SAPUI5
Introduction On many occasions, users need to upload an excel file from the local system and extract the content from the excel file to send to backend SAP. There are multiple ways to achieve the extraction of data from excel file and send the content to SAP system. In this article I am going to […]
Generate Custom Supplier Certificates via Generic Withholding Tax in SAP Document and Reporting Compliance(formerly known as Advanced Compliance Reporting – ACR)
Generic withholding tax reporting helps you configure based on your country/region-specific or company-specific requirements. The report identifies withholding tax-relevant transactions for the reporting period and generates an ALV output that lists these transactions and groups them based on organizational unit, business partner, tax type, and tax code. This report can be used to report only […]
Gateway Runtime Artifacts Behind The Curtains
Which is not a recommended way; but best for connecting dots between all generated runtime artifacts ( i.e. Model Provider Classes , Data Provider Classes , Model and Service).
Client Side Pagination in OData services
This blog post will provide the steps to implement the pagination in OData which helps to handle the large volume of data using OData GET call. Introduction: Before we learn about implementing pagination in OData service, i would like to discuss about the reason why we need to use pagination. Scenario: We are using the […]
Authorization in SAPUI5 apps using BOPF and CDS
In this post, I am going to show how to provide authorization to a SAPUI5 / FIORI application using CDS views and BOPF framework. Basically, we can provide authorizations for CRUD methods in SAPUI5 using BOPF. Every BOPF object has a authorization class associated to it. The methods of this class are automatically triggered whenever […]