Versions Compared

Key

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


Info

The following configuration should be done on both the Gateway and Backend servers when using the Hub Deployment model and only on the single server when using Embedded Deployment.

If you have multiple clients on the same SAP system, then the configuration should be repeated for all clients in which FAB apps will run.

Please see the quick guide to setting up the General Configuration below.  There are two additional pages that describe more details about these options as well as the configuration for the Editors.

...

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 = QA, 210 = SIT; 210 220 = 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 systemclient) 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

...