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 […]
ERP
Let’s Consume GraphQL API from SAP PO
Recently I came across to a challenge of consuming GraphQL API through SAP PO 7.5. Obviously i though somebody must have had written GraphQL API Call’s through SAP PO, but to my surprise, i was not able to find any single blog on it. Also Read: SAP PO Certification Preparation Guide Currently, when industries are […]
Create multipart/form-data service with forwarded basic authorization using JIRA REST API
Business background Recently I’ve received interesting requirement: integrate SAP system with Atlassian’s JIRA software to enable creating new issues directly from SAP GUI. Because this software provides its own REST API it seemed to be an easy task. However, creating new issue is not enough, because user reporting some kind of an issue would like […]
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 […]
SAP FICO: How to Launch a Career with C_TFIN52_67?
The SAP FICO, SAP Certified Application Associate Financial Accounting with SAP ERP 6.0 EhP7 certification exam confirms that the candidate owns fundamental knowledge and proven skills in the area of SAP ERP Financial Accounting. The SAP FICO, exam checks that the candidate has a good overall understanding within the consultant profile and can use their […]
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 […]
pMRP – Predictive Material and Resource Planning in SAP S/4HANA : Step by Step execution
In this blog post I am going to explain the step by step execution of Predictive Material and Resource Planning (pMRP). pMRP is a brand new functionality by SAP. It helps you to identify potential capacity issues and to evaluate possible solutions as early as possible based on a simplified requirements plan using a simplified […]
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. […]
S/4 Condition Contract Management – Purchasing
As all SD and MM consultants know rebates processing in classical way of ECC in S/4 they are not available any more. The replacement for rebates from ECC has been done via Condition Contract Management. The CCM has some roots in agency business settlement that has been extended to really very powerful tool but on […]
View PIPO Monitoring logs from a SAP ABAP program
PO (Process Orchestration) message monitoring could be time consuming, annoying and difficult-to-do for most SAP users, especially as PO runs on JAVA stack and there is no ABAP stack to view message logs anymore. Therefore, most users may find it difficult to access the message monitor available on the JAVA stack and also it may […]