Introduction to OData | Ui5 | Fiori

 

  • SAP UI5 is a framework to develop responsive web applications.

    1. Framework :- A Framework is a collection of libraries.
    2. Library :- A Library is a collection of classes
    3. Class :- A Class is a collection of attributes, functions, aggregations and events.
    4. Responsive :- A web application which is used to work in all the devices with same code. It has ability to adapt itself according to the devices.

    SAP ABAP Applications :-



  • In case of SAP ABAP Apps, almost all the functionalities are executed under server.

  • So, ABAP Apps are technically known as Stateful applications.

  • In stateful applications server will be busy and over loaded, so performance is degraded.


SAP Ui5 / Fiori Apps :-



  • In Case of SAP Ui5 / Fiori Apps, almost 95% of functionalities will be executed under client side.
  • So, SAP UI5 / FIORI apps are technically known as stateless apps.
  • In stateless apps the server will be free and not over loaded so we can expect best performance.

SAP ABAP Apps Vs SAP Ui5 / FIORI :-



ODATA :-

  • ODATA acts as a backend for Ui5 / FIORI.
  • The main transaction codes that will be used are SE11 , SE24, SE80, SE37.
  • SEGW :- SAP OData service development.

Comments

Popular posts from this blog

Understanding Different Types of SAP Function Modules: Normal, RFC, and Update

Unlocking SAP ABAP Secrets: Interactive Classical Reports with GET CURSOR, At User Command, and a Comparison of HIDE Statements

Mastering ABAP: A Step-by-Step Guide to Function Modules and Groups for Modularized Programming