Category: BTP
-
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.… more ›
-
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,… more ›
-
Description Let create auto numbering for Travel ID field in our RAP application. As of of now it is manual entry. Save and Activate. Repeat same for Booking and Booking… more ›
-
Description: Steps in the last blogs, we have created the Behavior definition for our BO and also created the implementation class which is a Behavior Pool. Global Class Local class… more ›
-
What is EML? Suppose we need to access RAP functionality in ABAP. We can do this using EML (Entity Manipulation Language) in ABAP. EML allows us to perform create and… more ›
-
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… more ›
-
Description In the 𝗥𝗘𝗦𝗧𝗳𝘂𝗹 𝗔𝗕𝗔𝗣 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗠𝗼𝗱𝗲𝗹 (𝗥𝗔𝗣), a 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿 𝗗𝗲𝗳𝗶𝗻𝗶𝘁𝗶𝗼𝗻 describes the behavior of a 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗢𝗯𝗷𝗲𝗰𝘁 (𝗕𝗢)—in other words, which operations are allowed on it. Steps 2. Choose… more ›
-
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… more ›
-
In the previous articles, we added facets for our object page in the FIORI application. In this article, we will add table in the app. Go to Metadata extension >>… more ›
-
In this article, we will add field groups to our FIORI application object page. 1. Add Field groups for the object page. Go to MDE file and 2 field blocks… more ›
