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


Create Behavior Definition for BO-Part 2

To save data properly using Behavior definition Data mapping is important. As of now field names are different in our BO entity and the table /dmo/travel_m where we want to store the data. Travel Entity: Travel Table: For example Root entity field is TravelId and table field is travel_id. Let’s start with mapping. Save andโ€ฆ

Create Behavior Definition for BO

Description In the ๐—ฅ๐—˜๐—ฆ๐—ง๐—ณ๐˜‚๐—น ๐—”๐—•๐—”๐—ฃ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด ๐— ๐—ผ๐—ฑ๐—ฒ๐—น (๐—ฅ๐—”๐—ฃ), a ๐—•๐—ฒ๐—ต๐—ฎ๐˜ƒ๐—ถ๐—ผ๐—ฟ ๐——๐—ฒ๐—ณ๐—ถ๐—ป๐—ถ๐˜๐—ถ๐—ผ๐—ป describes the behavior of a ๐—•๐˜‚๐˜€๐—ถ๐—ป๐—ฒ๐˜€๐˜€ ๐—ข๐—ฏ๐—ท๐—ฒ๐—ฐ๐˜ (๐—•๐—ข)โ€”in other words, which operations are allowed on it. Steps 2. Choose Implementation Type(Managed or Unmanaged ) and Click Next. Behavior definition will be created with all the entities. 3. Provide valid alias names. 4. Provide theโ€ฆ

Creating a Third Screen for FIORI Elements

In this article, we will create third screen for the FIORI Elements application and we will drill down from Booking screen to booking supplement one. 2. Add redirect to child statement in the booking projection view. 3. Add redirect to parent statement in booking supplement view. 4. Also add redirect to travel in booking supplementโ€ฆ