![ABAP Development](https://i0.wp.com/www.erpqna.com/wp-content/uploads/2021/10/CUST37.png?resize=627%2C280&ssl=1)
I’ll explain how to add (Me21n/Me22n/Me23n) customer fields for sales order on item basis.
Introduction: Dropdown lists are very helpful when you want the user to select from a set of predefined values. The values can be either static or dynamic based on whether the database table used to implement the dropdown is updated or remains fixed. Problem Statement: Suppose that you have a Fiori list report template application […]
1. Introduction With the 5.25.x/6.17.x release, SAP Cloud Integration provides the support of Principal Propagation for the RFC adapter for Neo & CF versions. This blog explains on how to make use of this enhancement. 2. Overview The below diagram depicts that a BTP user can pass the identity to the backend ABAP system via […]
In this blog post, You will learn about different complex operations in Odata. Lets start with a basic operation. Get entity set Create a SE11 structure Go to SEGW Click the data mode – > Import -> DDIC structure Fill the necessary fields in the next screen in the wizard In the runtime artifacts, go […]
In this blog post, we would like to show you how you can access CDS view entities in an ABAP system using SQL via ODBC. Open Database Connectivity (ODBC) is a standard API for accessing databases. Why an ODBC Driver for ABAP? There are situations where you would like to have external SQL read access […]
Introduction This article explains the gradual creation of OData services, mapping messages on the OData response header, and simple operations($filter, $orderby, $inline count, $skip and $top). Overview:- 1) Creation of OData service 2) Registering the OData Service 3) Redefine methods to write the code 4) Simple operations of OData 5) Add Success/ Error Message 6) […]
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 […]
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. […]
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 […]
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 […]