cancel
Showing results for 
Search instead for 
Did you mean: 

Passing values to webi from Design studio not working after the upgrade

former_member462823
Participant
0 Kudos

Hi All,

In my Design studio application i have a button, which on click opens a webi report and passes values to webi as filter. which was working fine.

but after upgrading to 1.6 SP5 Patch 0, It has stopped working.

Onclick of the button nothing happens.

But if i remove the string after "+" , i, e if i don't pass any value it opens the webi report.

Below is the code

APPLICATION.openNewWindow("https://******************************/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AYrlSa4E8ptFkxZsTDh85uI"
+"&IsSCalendar Year=" + DROPDOWN_1.getSelectedValue()


);

whether any one facing same issue? Please share some ideas to fix the issue/ or any alternative solutions.

Thanks,

Swapna

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

I changed to code to accept HANA based parameters. And it starts working.

ankit_vaidya26
Participant
0 Kudos

Hi Krishanu,

May I know what is the 'SpsHana' and '20variable' and '20ZXIP_MONTH'..?

Awaiting for your reply.

Thanks.

sateesh_kumar1
Active Contributor
0 Kudos

Hi ,

was it working earlier for same values ?

can you try using "encodeurl()" . It could be issue with special characters in the passing value .

Regards

Sateesh B

TammyPowlas
Active Contributor
0 Kudos

Swapna - please see this wiki for known issues with OpenDoc and Design Studio - https://wiki.scn.sap.com/wiki/display/BOBJ/Design+Studio+BI+Platform+Support - could you try the first test?

former_member462823
Participant
0 Kudos

HI Tammy,

Thanks for your reply.

Issue is not with opening of Open doc link. The link for the webi dashboard works fine when there are no values getting passed from design studio to webi.

Problem occurs when I am trying to pass a value from design studio to webi. value may be hardcoded or derived from some component.

0 Kudos

Hi Swapna,

Did you find a solution to this? I have exactly the same issue. It would be good to know if you had a solution, that will give me a direction.

Thanks in advace

Regards,

Krishanu

0 Kudos

++ Additional Info.

My datasource is HANA View.

Attached is the script. The URL works fine to pull up the WEBI report with prompts. But the moment I add the FISCPER to carry the values from DS, the WEBI report does not return anything. Not even the Prompt window.

0 Kudos

Hi,

I changed to code to accept HANA based parameters. And it starts working.

Thanks

Krishanu