cancel
Showing results for 
Search instead for 
Did you mean: 

How to call sapui5 based on URL

Former Member
0 Kudos

Hi all,

I have build a application which has set of tiles just like the screenshot shown below.Now when i click some tile it has to navigate to different sapui5 application url.So basically what i want to achieve is each tile will be linked to respective sapui5 application.Is it possible if so how to do it?

Accepted Solutions (1)

Accepted Solutions (1)

kai2015
Contributor
0 Kudos

You know the Demo Apps Page here:

SAPUI5 SDK - Demo Kit

... same functionally there.

Look into the code, and you will find what you need.

demoapps.html Line 127


press : function (evt) {

  var sRef = evt.getSource().data("ref");

  sap.m.URLHelper.redirect(sRef, true);

  }

bhaskar_kuntla
Participant
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Deepan,

You use old launchpage. Please use new launchpad.

Regards,

Masa / SAP Technology RIG