Welcome to HANAxABAP

HANAxABAP is a collection of blogs about SAP ABAP on HANA, Core ABAP, BTP, RAP and evolving skills in SAP Development space. We will share knowledge about key concepts and useful tips and tricks with examples.




What’s latest:

E – Book. : SAP S4HANA INTERVIEW QUESTIONS/ANSWERS


Adding UI Annotations in Fiori Elements Apps-Part 1

In this article, we will add UI annotations for the Fiori Elements App which we created in out last article. https://hanaxabap.com/2025/08/09/create-odata-service-and-fiori-elements-application/ Why UI Annotations required? UI Annotations in SAP are metadata used to define how data should be presented in the UI. They guide the SAP Fiori Elements framework to generate consistent and adaptable user…

Create Odata Service and Fiori Elements application

In the last article, we created projection layer for Travel BO( Business Object). Today, we will create Service for the created BO. Steps: Right click on ABAP on Cloud package 2. Create Service Binding for Odata V2 Publish Odata 3. Create Service Binding for Odata V4 Save and Activate Publish Odata service 4. Test run…