I had been working on SAP performance analysis with my customers in the past. Based on my experience, the performance analysis process could be time-consuming and might need a large amount of time to prepare reports for sharing the finding with other team members. Also Read: SAP ABAP 7.5 Certification Preparation Guide Recently, I am […]
abap development
Kotlin Application with SAP Gateway Part-2
Create a Kotlin Application At this point, our SAP Gateway Service is fully developed and tested to support all of our CRUD operations for our custom SAP Table. Now, we can write an application using any programming language of our choice, to call the RESTful web service. Of course, Kotlin is the best, so let’s […]
Kotlin Application with SAP Gateway Part-1
Introduction As a software developer, it is always good to step out of your area of expertise and learn a new language. This is especially good for ABAP developers, in order to stay fluent in Object-Oriented concepts, and to get a head start on where the language may be headed. For example, if you were […]
Using Texts in Fiori Apps
Introduction Texts describe objects in SAP. When texts are language dependent they are are stored in a separate table from the object itself. An example of this would be the Dimension Texts table T006T which gives a text per language for the dimension objects in table T006D. When the texts are language independent they are […]
Calling custom developed Adobe Form from standard Transaction Code for Print Output in SAP ABAP
Introduction: Adobe Forms are used frequently in SAP to generate Portable Document Format(PDF) files of various business documents like Invoices, Order Confirmations, Account Statements etc. PDF files have got below advantages over other file formats. There are many cases we don’t want to display purchase order details in the format provided by standard Adobe Form […]
Create REST APIs secured with XSUAA in Cloud Foundry environment and call REST APIs in ABAP environment
ABAP programming is still the most powerful development tool in SAP core ERP, while we will find some cloud native features (ex. JWT relevant techniques) are not fully supported in ABAP environment in near future. If developers work on NetWeaver as well as Cloud Foundry environment, a workaround is to deploy REST APIs with cloud […]
Using Virtual Elements with CDS in Fiori elements
Overview In this post you will learn, how we can use ‘READ_TEXT’ function for Fiori elements application. Consumption CDS is generating the Fiori elements application but sometimes we need Abap Logic calculation. (Calculate field values using Abap resources one of them read text belongs to material or orders etc.). Also Read: SAP Fiori System Administration […]
Call Adobe Form Through ABAP Web Dynpro
Introduction: This blog helps you to call adobe form through abap web dynpro. Step1: Create a table type for a table. Go to the T_Code –SE11. Select data type and give data type name click on ‘CREATE‘. Select the radio button ‘Table Type’ and click on ‘ENTER‘. Give short text and line type name. Give […]