Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

UI5 - to create SAP independent applications

Fiori - SAP created ui5 applications


Odata - Management in backend system

sap_gwind sap_ui = gateway


sap_gwind sap_ui + sap core = embedded system

Eclipse + java script = traditional deployment


webide + XML

/ui2/flpd_cust - tcode to launch fiori from SAP


SEGW - create odata servi
/UI5/UI5_REPOSITORY_LOAD - program to upload uis project from desktop

index.html -> view -> Controller

Create object index.html

var txvo = new sap.ui.commons.TextView();


txvo.setText("Welcome to UI5");
txvo.placeAt("content");

index.html -> controller.js -> Manifest.json -> view-js(root view)

You might also like