I’ll explain how to add (Me21n/Me22n/Me23n) customer fields for sales order on item basis.
abap development
Odata – Complex operations with multilevel expanded entityset and Multiple entries using batch
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 […]
Consuming CDS View Entities Using ODBC-Based Client Tools
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 […]
Custom Roles and Authorizations in SAP BTP (ABAP STACK)
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 […]
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. […]
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 […]
A Step by Step process to Post Odata services in SAP / SAP HANA system
Follow the link for odata creation In this blog post, I am going to tell you step by step process to Post Odata services for SAP /SAP HANA system and how to test it. We will take a simple demo for posting the sales document data into a custom table, Here we will try to […]
Simple OData V4 service using Code Based implementation
I got a requirement to build OData service to fetch the data from DFKKKO and DFKKOP tables using OData V4. Using SEGW we can build OData V2 and finish it within the given time. After spending some time, I came to know that we should not use SEGW to create an OData V4. It is […]
A Step by Step process to create Odata services in SAP / SAP HANA system
In this blog post, I am going to tell you step by step process to create Odata services for SAP /SAP HANA system and how to test it. I tried to explain the whole process in 4 steps. Step 1. Go to transaction code – SEGW. Click on Icon Create. A pop window will appear, […]