If you want to consume an OData service in your ABAP coding there is a nice feature available in SAP Cloud Platform, ABAP Environment that lets you generate an OData Client Proxy by importing the EDMX file of an OData V2 service. The import is offered by creating a so called Service Consumption Model. Though […]
Month: April 2020
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 […]
The Latest on SAP SuccessFactors Visa and Permits Management
Let’s look at some major innovations over the last year and a half in the following functional areas. Analytics Cross Suite & External Integration Workflow Improvements Process Monitor Enhancements Mass Actions Analytics We have followed the SAP reporting strategy of using SAP Analytics Cloud for reporting and analytics. Users can get critical insight for stakeholders […]
EWM – Physical Inventory PI_UPLOAD transaction
In this article, I will explain how to use /SCWM/PI_UPLOAD transaction. The motivation to discuss this topic was a real life scenario: a customer did an annual physical inventory count outside SAP using excel spreadsheets and the challenge was to update this in SAP EWM. The first option proposed was to use /SCWM/PI_COUNTLIST – Create […]
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 […]
How to Configure Custom Fiori App for SAP Transaction Code (On-Premise) on Central Hub
While most of the business users are enjoying the SAP Fiori Apps, we have come across a situation, where standard Fiori apps are not available for some transaction codes or reports, or business users are interested to access the custom transactions/reports via Fiori Launchpad. Also Read: SAP Fiori Application Developer Certification Preparation Guide I am […]
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 […]