cancel
Showing results for 
Search instead for 
Did you mean: 

Design studio(Ipad)- unable to open webi doc from mobile BI App

Arjun_KT
Participant
0 Kudos

Hello Design studio Community,

I have created a Design studio Application and  published the same in BI LaunchPad 4.1 version.When clicked a button in the analysis application , it should open the corresponding webi document .Its working fine in BI Launch pad but its not working in ipad BI application .In Design studio i used the below script

APPLICATION.openNewWindow("http://servername:portnumber/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AaZLPlo0r...");

Is it a right code to open a Webi report via open document from ipad ???

Please help on this

Thanks in Advance

Regards,

Arjun.kt

Accepted Solutions (1)

Accepted Solutions (1)

joachim_strehlke
Explorer
0 Kudos

Hi Arjun,

try this:

  1. Servername, enter here the IP-Adress (format: nnn.nnn.nnn.nnn).
  2. On the iPad allow popups.

Best regards,

Joachim

Arjun_KT
Participant
0 Kudos

Hello Joachim ,

Thank you for the reply.

We already tried with IP address and enabled the popups in Ipad, but no change

Thanks & Regards

Arjun KT

Former Member
0 Kudos

Hi Arjun,

This is an issue with the IOS 7. We have got a SAP ticket response of fix in Design Studio 1.3

Regards,

Arjun_KT
Participant
0 Kudos

Hello Anil,

Thank you for the reply . Now we are waiting for the reply from SAP.

Thanks & Regards

Arjun KT

Former Member
0 Kudos

Hi,

Can you tell the SAP ticket number ?

Thanks

Answers (5)

Answers (5)

Former Member
0 Kudos

I'm having the same issue in 1.5, does anyone know a workaround for this?

Thanks!

former_member186358
Active Contributor
0 Kudos

Is it working for anyone? We are on iOS 7,  Design Studio 1.3, and BI Mobile 6.0.3

-Anil

former_member186358
Active Contributor
0 Kudos

Just got a response from SAP, it is still an issue with the latest iOS 7 and it is not just webi or opendoc, APPLICATION.openNewWindow does not work on iPad. It will be fixed in Design Studio 1.3 SP1.

Former Member
0 Kudos

Hi,

Are you aware of Release date of SAP Design Studio 1.3 SP1 Patch1?

Thanks in Advance

TammyPowlas
Active Contributor
0 Kudos

Calendar week 32, early August

Former Member
0 Kudos

Hi,

Thanks for Reply .

Do You know the Ticket No to resolve this issue ?

Thanks once again.

TammyPowlas
Active Contributor
0 Kudos

I don't have a ticket number since I didn't open an incident for this issue - I replied on your other thread with this:

Two things:

1) There is a hot fix available as of July 4 - see Notehttp://service.sap.com/sap/support/notes/2025392

2) SP1 is available CW 32 - see note https://websmp130.sap-ag.de/sap/support/notes/2038722 and it does reference the Open Window functionality in BI Mobile

Former Member
0 Kudos

Hi,

Thanks.

Former Member
0 Kudos

Ok, good to know: - I am looking for a sample code to not only link a webireport but also use a xparameter from designstudio as report prompt filter when webi is ad hoc refreshing  with the given parameter. - Its- ok when it works in the browser and later on with iPad too.

I have such a webi sample, but with increasing interoparability it should work also between DS and Webi - right?

Any sample or docu available?

- Wobi

Former Member
0 Kudos

Hi Wolfgang,

Did you find any solution to send parameters between Design Studio and Webi?

i tried a sintax similar to the one used between Webis and another one like the one on the product tutorial of Design Studio without luck.

Regars,

Gabriel.

Former Member
0 Kudos

Dear Gabriel,

sorry no, I did' not pursue this issue at the moment - I am waiting for new DS-versions - maybe it's coming then to documentation - it would be  very bad if this interoperability would not be supported soon.

Wobi

Former Member
0 Kudos

Hi Wolfgang,

I found the way to link from a DS report to a Webi report sending parameters.

Actually im using a Bex query based Webi report and i built the following formula:

APPLICATION.openNewWindow("https://SERVER_URL/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=DOCUMENT_KEY&sType=wid&sReportName=REPORT_NAME"

+"&VARIABLE_TECHNICAL_NAME=VALUE_TO_ASSIGN");

Hope it helps.

Best Regards,

Gabriel.

rama_shankar3
Active Contributor
0 Kudos

Thanks Gabriel!

Arjun_KT
Participant
0 Kudos

Hello All,

I received an update from SAP that this is a bug in iOS7 version.


It was working fine in IOS6 but broken in IOS7. So a fix is needed .



Thank you for the help Victor ,Anil and Joachim

Thanks & Regards

Arjun KT

Former Member
0 Kudos

Hi Arjun,

your syntax is correct.

Which IOS version are you running on? I think this is an issue on IOS7, should work fine in IOS6.

I've heard that a fix is coming with Design Studio 1.3.

Best regards,

Victor

Arjun_KT
Participant
0 Kudos

Hello Victor,

Thank You for the reply .

We are using IOS7 but unfortunately we couldn't check on IOS6 as no Ipad is available .

So I think we need to wait for Design Studio 1.3 to fix this issue as per your comment .

Thanks & Regards

Arjun KT