cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlinked Webi Reports in SAP BI Mobile App

Former Member
0 Kudos

Hi Everyone, i have a issue in open doc of webi reports when the webi reports are opened in SAP BI Mobile App. Our BI system is on 4.1 SP4 patch2.

So, i used a bex query to develop a webi report A. Created another webi report B again using a Bex query onle and trying to create a hyperlink from a cell in report A to B. Changed the interface to html mode and right clicked on a cell and selected linking and went through the process of selecting a document and passing the parameters from A to B.

Now here is what i have done.

1) Open the webi report A and refresh it when the prompt window opens enter some values and click ok.

2) Report refreshes fine and then click on hyprlink to open report B the report opens fine and when click on refresh symbol i can see that parameters are passed from A to B successfully.

Now i open the report in SAP BI Mobile APP.

1) Open the webi report A and click on refresh option select some values in prompts and refresh it, report A runs fine.

2) Click on the link and the report B opens but does not refresh opens a blank page.

I made sure that in the hyperlink i checked the box "Refresh on Open", while saving report B i checked the option "Refresh on Open" but still the refresh does not refresh and nothing is being passed to report B. This happens only in Mobile App. In Desktop Browser things work fine but not in Mobile App.

Any one gone through this issue and an solution for how to solve it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Could you post the url which has been created by your opendoc syntax please?

The mobile url works slightly differently from desktop, so I tend to copy an existing url from another report and modify the details to suit (iDoc ID etc), rather than using the HTML wizard.

It should work providing you've got the correct settings in your URL for:

sRefresh=Y

lsS[prompt name for subreport]=[Prompt Value from main report]

With that in mind it's best to create some variables which capture the userresponse from the main report prompts, or the dimension they're looking at.

Former Member
0 Kudos

Hi Giles, sorry i could not respond to you earlier. My url is the typical url i get through the HTML mode. Yes, i go that route because it is easier for me that way. Yes, all the values that i am passing in my url link are the report level variables created in webi report from the userresponse formula. I have seen that the URL link changes when you are opening a webi report connected to a dashboard. in there it is a SAP BI syntax. But the url does not change a lot for report to report. Because if i hyperlink two reports without passing any parameters then they work fine. It is just when you pass parameters in your url i face the issue.

Former Member
0 Kudos


Hi Rajasekhar,

One more suggestion-

Just for testing purpose, can you try using an object or hardcoded value to pass the parameter value instead of UserResponse()?

If it works now, indicates a product bug and you may want to create a support ticket with SAP.

Else there can be some problem with syntax of the link, which we can review.

-Regards,

VVH