Book Image

Software Development on the SAP HANA Platform

By : Mark Walker
Book Image

Software Development on the SAP HANA Platform

By: Mark Walker

Overview of this book

Table of Contents (19 chapters)
Software Development on the SAP HANA Platform
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Developing user interfaces using SAPUI5


SAP has developed and made available a user interface framework for use with its products. Using this framework, which is called SAPUI5, you can create rich interfaces for your users, with a consistent look and feel.

Documentation for the SAPUI5 toolkit is available directly from your SAP HANA Server at the following address:

http://server:port/sap/ui5/1/sdk/index.html

In our case, the documentation is available at:

http://hana.corp:8002/sap/ui5/1/sdk/index.html

The documentation provides a complete list of available functionality, as well as detailed examples for each of the user interface controls available, how they can be created in your programs, and how their parameters change their function.

Here's a quick glimpse at one of the pages in the documentation detailing the Value Holders type of control:

It is worth taking some time to get familiar with the different controls SAPUI5 makes available, it'll be time saved later when you create your own...