You are on page 1of 3

Name : A.

Vijayendar Reddy
9 years experience in various SAP Web Technologies

Today DEMO Class:


_________________
Topics:

Pre-requisites
Course Syllabus
Difference between Webdynpro & UI5
Introduction to SAP UI5, SAP Netweaver Gateway, SAP Fiori
Architecture
Tools
Doubts clarification:
_______________________________________________________
Please follow below Instructions while attending session :

NOte : Check your audio settings and mute urself.


If any problem with audio , just logoff and login back
Note : Doubts clarification is at the end of every session( 1-1 )
_____________________________________________________________

Pre-requisites :
___________________
core ABAP
Internal Tables
workarea
String operations concatenate, condense, replace, translate, shift, split
System variables : sy-ucomm, sy-datum, sy-langu, sy-uname, sy-dbcnt , sy-index,
Data base operations ( select, delete, Update, Insert, Modify )
Call function 'Function Module"
_____________________________________________________
course syllabus :
----------------
ABAP basics
Class & methods
HTML tags/CSS/scripting
SAP Netweaver gateway
SAP UI5
SAP FIORI
_____________________________________________________

Difference between WEBDYNPRO ABAP and SAP UI5


_____________________________________________________

In webdynpro ABAP applications :

SCreen designing is executed with in server


validations are executed within server
data base operations are executed with in server
All events( submit, edit, enter) etc, are executed with in server

Note : webdynpro application are purely server side eventing


------
webdynpro apps are STATEFULL apps bcoz all operations are handled with
server interaction
___________________________________________________________________________________
__________________
IN SAP UI5 APP :

Screen related operations are executed in browser( client machine )


Validations are executed in browser ( client machine )
ALL events ( submit, edit, onenter,on click ) etc ..are executed in browser
( client machine )

ONLY for DATA base interaction , data base operations are executed in SERVER
machine

NOTe : SAP UI app are client side eventing

SAP UI5 app are also known STATELESS app


bcoz most of the operations are handled within Client machine( browser )
___________________________________________________________________________________

SAP FIORI :
_______________
SAP FIORI apps are standard application designed by SAP , which are commonly used
by every organization

SAP FIORI app are 3 types:


_________________________
1) Transactional app
2) factsheet app
3) Analytical app
___________________________

some of the FIORI apps released by SAP :


-----------------------------------------
1) APprove Leave request
2) Approve Timesheet
3) APprove Purchase order
4) Check price and Availality
5) EMP leave request
6) EMP timesheet submission
7)Track sales orders
8) Track pO orders
9) Track shippments
10) Shopping cart
11) change sales order
12) create sales order
etc,,,,,500 approx standard apps. ( all FIORI are developed using SAP UI5 +
Netweaver GATEWAY )
_____________________________________

syllabus sequence:
______________________
ABAP fundamental for NW GAteway
NW gateway using ABAP
HTMltags/css/scripts
SAP UI5
SAP FIORI

_________
Note : Free online server for practice will be provided

You might also like