cancel
Showing results for 
Search instead for 
Did you mean: 

Open Solution Manager Dashboard App from Gateway Server.

former_member188554
Participant
0 Kudos

Hello All,

i have a requirement to display solution manager dashboard app dsh_builder_ui5 from Fiori Launchpad. Here no odata service is available in the gateway server. I have to call the service by URL.

this is the URL-

<serverdetails>:<port>/sap/bc/ui5_ui5/sap/dsh_builder_ui5/index.html?sap-client=050&DSH_ID=YMV0F79C88AD49O3&sap-language=EN&sap-ui-theme=sap_bluecrystal

I have done following steps to this-

1. I have created one Trusted HTTP connection between fronted server and solman system.

2. In Fiori launchapd designer -

After this i am facing two issue-

1. When i have clicked on Tile , App is opening in new TAB, which i want in same tab of Fiori Launchapd.

2. Its asking userid and password with a pop-up of Solution manager system. Which I don't want to display.

Can you please help me on this ?

Thanks

Deborshi

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

deploy the app to gateway, which suppose to host all ui5 app. it will solve both of your problem.

former_member188554
Participant
0 Kudos

Hello Jun Wu,

That app is not available in front-end server. That is only available in back end server. I have to call that directly from front-end server.

Thanks

Deborshi

junwu
Active Contributor
0 Kudos

if you don't move the app to front end, you probably won't have solution for your problem 1.

problem 2 can be fixed by enabling sso.

CristianBabei
Contributor
0 Kudos

Apps open on launchpad only when used from asignations, not URL, and for the user pop-up , probably it's your backend user wich asks for, for this, you should define on your RFC, the way to login by default, to use the current ID from gateway to access backend.