Introduction In the modern digital world, protecting sensitive business data is more important than ever. SAP HANA Cloud databases, known for their high performance and advanced analytics, serve as essential to many organisations’ operations. However, the huge amounts of personal and financial data they handle make them potential targets for cyber-attacks. Implementing advanced security measures […]
sap hana database
Importance of Currency Conversion in SAP Datasphere
Accurate currency conversion ensures that financial statements reflect true value, enabling better decision-making and compliance with regulatory requirements. Without effective currency conversion, businesses may face issues such as financial discrepancies, inaccurate forecasting, and challenges in performance evaluation across different regions. “Twenty-four-hour global nature of currency markets, exchange rates are constantly shifting from day to day […]
SAP AI Technologies Evolution. Seamless Transition from SAP CAI to Skybuffer AI on SAP BTP
Introduction Skybuffer AI, built on the robust SAP Business Technology Platform (SAP BTP), is the latest and most advanced version of our Conversational AI development, a journey we embarked on in 2018. Our solution now addresses a wide range of AI needs, from Conversational AI to cutting-edge Generative AI and Retrieval-Augmented Generation (RAG) Initially integrating […]
SAP HANA Database Creation from SAP BTP
Creation of SAP HANA Database Instance in SAP BTP 1. Open SAP BTP Cockpit and click on subaccount. 2. Click on Instances and Subscriptions and then click on create button. 3. Select Service as SAP HANA Cloud and Plan as tools. 4. SAP HANA Cloud is now subscribed. 5. Click on Security -> Users and […]
Nested JSON to SAP HANA Tables with SAP Integration Suite
In this blog post, I will demonstrate how to send data to SAP HANA Cloud using the Integration Suite. Additionally, I will explain how to handle nested JSON data and distribute it across multiple tables utilizing parallel multicast and mapping functions. Problem Statement: We have exposed an API endpoint through which we push data in […]
Connect & Visualize: SAP Datasphere with Qlik Sense
In this Blog, We’ll explore how to consume data from SAP Datasphere through ODBC (Open Database Connectivity) and Visualize the data in Qlik Sense which is one of the leading Data Visualization Tools. Why SAP Datasphere over others? SAP Datasphere allows seamless connectivity with a wide range of data sources, including on-premises and cloud-based systems. […]
SAP Datasphere – Enable SAP HANA Development Infrastructure (HDI)
Introduction Use SAP SQL Data Warehousing to build calculation views and other SAP HANA Cloud HDI objects directly in SAP Datasphere run-time database and then exchange data between HDI containers and SAP Datasphere spaces. SAP SQL Data Warehousing can be used to bring existing HDI objects into SAP Datasphere environment, and to allow users familiar […]
SAP HANA Cloud – Catalog & HDI Role Creation (A step-by-step guide)
Introduction Roles defined in SAP HANA Cloud using HANA Cockpit or HANA Database Explorer (SQL Console) are called Catalog based roles whereas roles defined using Business Application Studio (BAS) are called HDI roles. Catalog and HDI both have their own advantages and disadvantages, some of the key differences are as follows: HDI Role Creation: Pre-requisite: […]
How to implement data persistence in HANA using flowgraphs
Inspired by Devtoberfest 2021 – congrats to the organizers for their great work! – I wanted to get familiar with SAP Business Technology Platform (BTP) and SAP Business Application Studio (BAS) by implementing a practical example. SAP BTP is the platform for the entire SAP ecosystem for both cloud and hybrid environments, and can be […]
Develop Calculation View in BAS and consume in SAC
SAP Business Application Studio could help us develop Calculation Views. SAC released connecting SAP HANA Cloud by live data mode. This article explains how to use SAC connect SAP HANA Cloud to illustrate Calculation Views.