Recently I have to work not only with my native SAP HR. And there is a need to be aware of unfamiliar data models from other modules as soon as possible. I made a small application – Simple Data Explorer. It may be useful for consultants, architects, developers of all SAP systems with ABAP. Read […]
SAP ABAP
FEH (Forward Error Handling) & ECH (Error Conflict Handler)
FEH – Forward Error Handling FEH (Forward Error Handling) is used for Error handling in Asynchronous Services. Asynchronous inbound service operations should support service-oriented error handling: if an error is detected while executing a service call, performing the requested service is not rejected immediately. In particular, no immediate “rejection message” containing error information is sent […]
Create SAP Performance Analysis Dashboard with ABAP Download data
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 […]
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 […]
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 […]
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 […]