2019
08-27

Table sap.m.Table in SAPUI5 HOT

Table sap.m.Table in SAPUI5 Hello everyone, in this tutorial we will learn how to use tables in SAPUI5 applications or SAP Fiori Apps.In SAPUI5 UI elements library table can be found in two libraries one sap.m.Table and other sap.ui.table.Table. Both UI controls are used fo....Read More >
2019
08-27

Fragments in SAP Fiori Application HOT

Fragments in SAP Fiori Application In this tutorial, we will learn what are fragments and how they are defined, used in the Fiori app development. What are Fragments ? Fragments are reusable UI parts like views and can be used in any other app if they fits in.Fragments should only ....Read More >
2019
08-27

Create Local Class in OO ABAP HOT

In this tutorial, we will learn how to create a Local class in OO ABAP. In core ABAP, we modularize the ABAP code using function modules and subroutines. We can also modularize the same code in object oriented approach by creating local classes in the program. There are two parts involved while ....Read More >