Showing posts with label UI5. Show all posts
Showing posts with label UI5. Show all posts

5/10/2018

About Fiori OVP

The overview page (OVP) is a data-driven SAP Fiori app type and floorplan that provides all the information a user needs in a single page, based on the user’s specific domain or role. It allows the user to focus on the most important tasks, and view, filter, and react to information quickly.
Each task or topic is represented by a card (or content container). The overview page acts as a UI framework for organizing multiple cards on a single page. The overview page is based on SAP Fiori elements technology, and uses annotated views of app data, meaning that the app content can be tailored to the domain or role. Different types of card allow you to visualize information in an attractive and efficient way.

from SAP
https://experience.sap.com/fiori-design-web/overview-page/

5/06/2018

How to install SAP Web IDE locally for trial in Windows

To develop Fiori applications, to use SAP Web IDE as a development tool is highly recommended.

SAP Web IDE is provided to SAP HANA Cloud Platform subscribers.

And also, for off-line development, SAP Web IDE Personal Edition is available.

There is some missing features (plugin / template development, consumption of optional plugins, Problem view, an building an SAPUI5 projects) in Personal Edition.

Please check this URL for details.
https://wiki.scn.sap.com/wiki/display/SWI/SAP+Web+IDE+Personal+Edition



Step 1. Prerequisites

- JRE 1.8 or higher

Download snd Install JDK or JRE
http://www.oracle.com/technetwork/java/javase/downloads/index.html



Step 2. Download SAP Web IDE

Download a right edition file, depending on your purpose and system.
https://tools.hana.ondemand.com/#sapui5



Step 3. Unzip it into right folder

ex) C:\SAPWebIDE



Step 4. Run orion.exe in eclipse folder

ex) C:\SAPWebIDE\eclipse\orion.exe



Step 5. Run web browser and navigate

http://localhot:8080/webide/index.html




Step 6. Create Account

If you are a trial user, create account for off-line test.




Step 7. Login

Login with your account.




Then, you are ready to evaluate or to develop with SAP Web IDE Personal Edition.


3/24/2018

About Open UI5

What is Open UI5?

OpenUI5 is an open source JavaScript UI library, maintained by SAP and available under the Apache 2.0 license. OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice. It’s based on JavaScript, using JQuery as its foundation, and follows web standards. It eases your development with a client-side HTML5 rendering library including a rich set of controls, and supports data binding to different models (JSON, XML and OData).

from: http://openui5.org/


OVP List Card2 - Condensed & Bar

Now we will add bar chart on list card. In this blog, we will create List Card like this. Note. In this example, "UnitIn...