Authentication: The process or action of verifying the identity of a user or process. Authentication defines whether we have access to certain systems. Authorization: Authorization is the function of specifying access rights/privileges to resources. Even though we are logged on to a system, authorization defines the access or permission of the user to certain resource […]
ERP
List with 9 SAP S/4 HANA Fiori Apps for Analysis and Reports | SALES (SD)
In this blog post I am going to talk about SAP Fiori Apps for Reporting/Analysis in the area of Sales. Introduction SAP Fiori Apps is a group of accumulated cards of Apps, which represents the new user experience that assures that employees’ and managers have consistent, coherent, simple, and intuitive user experience. The SAP Fiori […]
Facilitate JWT with Auth0 and OpenAPIs on SAP PO
Overview Identity providers like Auth0 allow companies to “outsource” the hard work of hosting an own identity provider solution by leveraging open standards like Oauth2 and JWT (JSON Web tokens). By that you could establish a trust between your API and Auth0 as authentication service. An API client would then authenticate itself in Auth0 and […]
C_SRM_72 Certification: Earn It to Manage Your Supplier Relation
The C_SRM_72 SRM exam is an associate-level exam and open to any candidate who wants to make an SAP career. But individuals with basic knowledge of procurement processes can work well with the C_SRM_72 certification.
From zero to hero: Display ABAP dumps with SAP Conversational AI in SAPUI5 application
SAP Conversational AI Once SAP wanted to accelerate their SAP Leonardo ML learning on 2018, they acquired Recast.AI which was an artificial intelligence bot platform company. It was a high performance natural language processing platform with more than 20 language support. Of course idea was using it for SAP applications and improving the user experience. […]
Part 2: SAP Cloud Platform Integration for Data Services (CPI-DS)
This is the second blog post on CPI-DS after the Introduction post. Refer to the Part 1 for configuring Data Services Agent, creation of Datastore and importing Metadata objects. Tasks, Processes, and Projects: Follow the integration development workflow to set up and test moving data to the cloud. Task: A task is a collection of […]
C_IBP_2105 Certification: Explore the Proven Study Guide
Getting the C_IBP_2105 certification is easy if you follow the proven study guide to get your SAP exam success. Learn more about the C_IBP_2105 certification through the article.
JSON to ABAP Conversion – Part 2 of Custom Conversion ABAP and JSON
Introduction: This blog post is the continuation of my previous blog post “ABAP to JSON” conversion. In this post, we will develop a class that will convert the JSON data to ABAP. This will be helpful in cases where the class “/UI2/CL_JSON” is not available. If you have this standard class available, then feel free […]
ABAP ADT Profiler(performance analysis)
Performance analysis has always been a challenge. Analysing the Performance trace result is even a bigger challenge. ABAP Profiler is the recommended tool going forward. Check the screenshot from the SAP itself. ABAP Profiler is a powerful tool for analysing the runtime performance or to understand the flow of the code. But it can get […]
Quality Certificate Check at Goods Receipt
This blog will help to implement receipt of certificate at the time of “Goods Receipt”. The process can be implemented to validate receipt of quality certificate or any other mandatory document at the time of GR, so that necessary actions can be taken by quality department. There are 2 approaches considered in this blog: Pre-requisites […]