Tag: sap
-
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 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 ›
-
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… more ›
-
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… 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 ›
-
Description: A LET expression creates local variables (e.g., var1, var2, …) or field symbols (e.g., <fs1>, <fs2>, …) within an expression and assigns values to them for temporary use. Syntax:… more ›
-
Description: This variant of the CORRESPONDING component operator constructs a result with the target type specified using dtype or # from the components of a parameter structure (struct) or internal… more ›
