Skip to main content

xSuite Apps for SAP Fiori Installation Guide

xSuite Base Library – settings.json

In the settings.json file of the xSuite Base Library, the following section must be configured:

"__comment__": "------------- MYINBOX SETTINGS -------------",
"myinbox": {
     "__comment__":
"***** MAPPING SYSTEM + CLIENT TO RFC ******",
     "sc": {
           "exampleSystem": {
                "clientA":                 "",
                "clientB":                 ""
           }
     },
     "__comment__": "***** MAPPING SYSTEMALIAS TO RFC **********",
     "alias": {
           "exampleAlias":                 ""
     }
},

Specify the systems plus client and the respective RFC connections under "sc". Store the system alias and the associated RFC connections under "alias".

Example

The system is set up with the following structure:

SAP system

Client

System alias

RFC connection

S01

100

S01100

RFC_S01_100

S01

800

S01800

RFC_S01_800

P02

200

P_02

RFC_P02

Configure the section in the settings.json file as follows:

"__comment__": "------------- MYINBOX SETTINGS -------------",
"myinbox": {
     "__comment__": "***** MAPPING SYSTEM + CLIENT TO RFC ******",
     "sc": {
           "S01": {
                "100":               "RFC_S01_100",
                "800":               "RFC_S01_800"
           },
           "P02": {
                "200":               "RFC_P02" 

           },
     },
     "__comment__": "***** MAPPING SYSTEMALIAS TO RFC **********",
     "alias": {
           "S01100":                  "RFC_S01_100",
           "S01800":                  "RFC_S01_800",
           "P_02":                    "RFC_P02",
     }
},

Settings for the SAP Internet Transaction Server (ITS)

If tasks requiring the ITS are processed in the SAP Fiori My Inbox, Enable ITS usage in the settings.json file, and perform the corresponding ITS customizing.

A functioning SAP Internet Transaction Server (ITS) is required.