on 09-30-2014 8:22 AM
Hi,
I develop a web software with using sap.ui.communs, sap.ui.table, sap.ui.core and sap.viz chart libraries.
I found where I can download sap.ui.communs, sap.ui.table, sap.ui.core libraries to perform my software (OpenUI5 - Download)
But there's no sap.viz chart library... so for the moment I have to use in my page html this javascript code:
src="https://sapui5.netweaver.ondemand.com/resources/sap-ui-core-nojQuery.js"
I would like to use a local src and not a online src... so where can I download the sap.viz chart library (without jquery)?
Best regards
Yannick
Hi Yannick,
One of (if not the only) differences between the two UI5 versions - OpenUI5 & SAPUI5 - is that SAPUI5 contains a few extra libraries that are licensed by SAP, and therefore are not included in the open source version. These are proprietary libraries that SAP have built and sell in other parts of their software catalogue. Mainly, this is around some of the charting functionality.
I would guess that the libraries you are using may be part of this licensed package of SAPUI5 - if you are planning on building and releasing a webapp without having first signed a license for SAPUI5, then you may well need to re-engineer your app to use OpenUI5 and something like D3.js to handle your charting functionality.
Hope this helps,
G.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cochie,
If you have SAPUI5 eclipse plugin installed you can find the codes for visualization library in eclipse plugins folder in jar com.sap.ui5.viz_1.22.8.jar. Extract that file with a unzip tool. js files are found in META-INF/resouces.
Note, that visualization library is not part of openUI5 so read and comply with the licenses.
Regards,
Kimmo
Message was edited by: Kimmo Jokinen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.