Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting to this URL will disregard the setting for the UI5 Library Reference and instead will use the most recent SAPUI5 library in the cloud. This has the same effect as setting the UI5 Library reference to point to “https://sapui5.hana.ondemand.com/resources/sap-ui-core.js


Info
titleMultiple Clients on the same SAP system:

If your Development or QA system landscape consists of multiple SAP Clients (100 = Development; 110 = Unit Test; 120 = xxx, or 200 = SIT; 210 = UAT, etc) then you need to specify the Client in the above URL using the ?sap-client=xxx addition.

For example, if you have two clients (100 and 110) in your development system, and the URL is: http://sapdev:8000/sap/bc/bsp/iqx/fab_bsp/index.html, then you will have to specify the configuration twice (once in each system) as follows:

http://sapdev:8000/sap/bc/bsp/iqx/fab_bsp/index.html?sap-client=100

and

http://sapdev:8000/sap/bc/bsp/iqx/fab_bsp/index.html?sap-client=110


3.3.2 Other Configuration

...