Increasing volatility in commodity prices leads to a variable cost base for any manufacturing industry. The forecasting model for projecting input cost has varying degrees of success because it must factor in complexities arising from emerging market demand, geopolitical uncertainty, and market speculation. In most cases commodity price volatility has an impact on profit margins, […]
sap hana
End to end XS Application development in hana studio
In this blog we are going to implement an end to end sap hana xs application by using hana studio. Introduction Hana Studio is the best development environment to implement end to end application development i.e. Front-end(UI) + Back-end(Server-side Logic + Database stuffs). In this blog we are going to create two employee details custom […]
Methods to identify VIEW and TABLE name(s) from IMG node
Whenever a IMG node configuration is done in SAP, data get stored in View. Views are basically combination of one or more Tables. So, technically when a configuration is saved data is stored at Table level which could be one or more Table but virtually it is possible to view data from one or more […]
SAP HANA and S/4 HANA – a simple guide
Recent years have seen a resurgence in large organisations taking on major SAP upgrades with the relatively new SAP business suite 4 HANA (S/4HANA) collection of applications. But what exactly is HANA? and what is S/4HANA? How is implementing or upgrading to it different from the R/3 upgrades that were significant programs for many organizations […]
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 […]
Excel File Upload SAPUI5 App with SAP HANA XSA
In this post, we will create a simple SAPUI5 app to upload an Excel file (.xlsx) into SAP HANA XS Advanced table. We will create the multi-target-application that consists of database, NodeJS and SAPUI5 module. There are three main modules we need to create in SAP Web IDE SAP HANA XS Advanced: database, NodeJS and […]
SAP Data Intelligence: Deploy your first HANA ML pipelines
Find out how to create and deploy SAP HANA Machine Learning pipelines in SAP Data Intelligence. By estimating the price of a used vehicle, we will see how a Data Scientist can work with Python in their familiar Jupyter notebooks with a high degree of agility and how the logic can be deployed into an […]
Invalidate Metadata Cache For OData Services
In this post, I am going to write about how can we clear the metadata cache for OData services. This feature can be useful for developers when we generate OData services using CDS and BOPF. When we add / delete / modify any property in the entity set or an annotation in the CDS or […]
Implementing DCL with CDS Views and Roles
I am going to write here about how to use the concept of DCL with CDS views and using roles to provide row based authorizations in UI. So, DCL stands for Data Control Language. It provides an access control mechanism to restrict the results returned by the CDS view from the database according to conditions. […]
Deep Dive into SAP HANA Cockpit 2.0
The SAP HANA Cockpit is built as an SAP HANA extended application services, advanced model (XSA) solution and it is the web based administration tool for the administration, monitoring and maintenance of SAP HANA systems. In our SAP HANA landscape, we have DEV, QA and PROD and also cockpit itself. Also Read: SAP HANAIMP 16 […]