cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori App with multiple system alias for same User Role. Is it feasible?

Former Member
0 Kudos
1,342

hI all,

We have a requirement in Fiori which has puzzled me. Kindly let me know how this can be achieved:

User wants to have the same standard Fiori app on 1709 with two different instances on the same launchpad. One app should point towards System A and the other towards System B. But a single user ( Over a single launchpad ) should be able to access the same app with two different back end systems.

Please let me know if there is a way to achieve this without customization of the UI or ODATA ( Creation of a copy standard app ) on the launchpad.

Regards,

Gulshan Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Please see the document below.

How to use multiple Back-end systems on Fiori Launchpad
https://help.sap.com/viewer/cc1c7615ee2f4a699a9272453379006c/7.5.6/en-US/47bd249a31e541e3880f4516513...

Please create tile and target mapping for each backend.

e.g.

Tile1 with parameter sap-system=XXXX and target mapping1 with mandatory parameter sap-system, value XXXX and set system alias XXXX for backendA

Tile2 with parameter sap-system=YYYY and target mapping2 with mandatory parameter sap-system, value YYYY and set system alias YYYY for backendB

It means run same Fiori application with other parameter (other tile).
And assign the these catalog (it has these tiles) to a role.

It is not possible to run Fiori application with some other backend with single tile as far as I know.

Thanks.
Tsuyoshi