How to use SAPUI5 on SAP NetWeaver 7.3 EP1 SP5
Today we installed SAP NetWeaver 7.3 EP1 SP5.
On the release notes I read that the SAPUI5 is included now.
I created very a simple sample to test it.
I used two new features the SAPUI5 and the Web Resource Repository
First you can check working of SAPUI5
http://[server]:[port]/sapui5/index.html
The response will be:
If this is working you can now create a new HTML file, upload it to the server and dislay it.
First I create a simple HTML file based on the sampe content.
Name the file “hellosapui5.html”
For uploading the file go to Content-Administration –> Web Resource Repository
Create a new folder and upload the created file hellosapui5.html
After uploading the file you can make a right click on the file in the Portal Content navigation and click “View Resource”
The file will be displayed in an new window or tab
http://[server]:[port]/com.sap.portal.resourcerepository/repo/DevVolker/ui5/hellosapui5.html
The response will be:
This was my first test on SAP NetWeaver 7.3 EP1 SP5 and I think it is a starting point.
I hope you like it.
Volker Margenfeld