Tag: abap
-
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… 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 ›
-
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 ›
-
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 ›
-
We will design the second screen now for our Fiori Element application. We will build an Object page which will be opened when we drilldown on first screen. What is… more ›
-
In this article, we will create projection layer for Travel BO( Business Object) which we created in our previous article. Creating Business Objects in SAP RAP: A Complete Guide Why… more ›
-
𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻: A 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗢𝗯𝗷𝗲𝗰𝘁 (𝗕𝗢) represents a real-world business entity in a software. For Example: • A Sales Order • A Travel Request • A Product • A Purchase Requisition… more ›
-
Description: A string expression is enclosed by the “|” character on both sides and generates a character string. Syntax: Example: Output: Thanks for visiting! Sangeeta Singh more ›
-
Description: A table expression consists of an internal table (itab) followed immediately by a row (itab_line) enclosed in square brackets [ ]. Syntax: Example: Thanks for visiting! Sangeeta Singh more ›
