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


Dynamic Feature Control in RAP

In this article, we will add a dynamic feature control on field “Agency ID” in our RAP application. Add feature instance for Booking association. We will control the creation of booking on specific condition. Save and Activate 2. Use quick fix to generate code for dynamic feature Save and Activate 3. Full Code Behavior Implementation…

Data Actions in RAP

What is an Action in RAP? An action in RAP is a non-standard operation used to: These are custom, developer-implemented operations (unlike standard CRUD). Types of Actions in RAP 1. Non-Factory Actions These actions modify existing BO instances and implement custom business logic using the MODIFY clause. a) Instance Non-Factory Action Example: b) Static Non-Factory…

Feature control in RAP

As application developers, we need to identify which entities within a Business Object (BO) support create, update, and delete operations. Additionally, we must define which properties are mandatory, read-only, creatable, or updatable. We can also control the availability of data actions. In RAP, feature control is categorized into two types: Steps t’s called static feature…