Introduction to OData | Ui5 | Fiori
-
SAP UI5 is a framework to develop responsive web applications.
- Framework :- A Framework is a collection of libraries.
- Library :- A Library is a collection of classes
- Class :- A Class is a collection of attributes, functions, aggregations and events.
- 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
Post a Comment