cancel
Showing results for 
Search instead for 
Did you mean: 

Send parameter from Java / javascript to Web Intelligence

Former Member
0 Kudos

Hi all,

I have a problem. I want to send parameter from apps (java or javascript) to SAP BO Web Intelligence, is it posibble to send parameter to SAP BO WEBI with opendocuments? because I not find the document for reference to my case. I just find the document to linking to other report with parameter. for example, I have a url document below:

http://hostname:8080/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=FiwvplmjnAYAOVoAAAAXuPcCkBsOMw...

and when I put the parameter to that url like:

http://hostname:8080/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=FiwvplmjnAYAOVoAAAAXuPcCkBsOMw...; parameter1=testing

when I already put that parameter, I can process the value parameter to report,for example I can show the value parameter1 to textfield in report, my case like send dynamic parameter from apps. is it posibble? or can you give me the reference for this case?

Thank you.

Regards,

Bobby

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184995
Active Contributor
0 Kudos

I am not sure what you are looking for. If you have the values and prompt type you can append whatever you are pulling from the code.

The only problem is that the only truly supported method of building an opendocument string is using the wizard located in the HTML viewer.

This is due to the fact that there are various undocumented prompt tags that are used with various dbs such as HANA.

You can find some documentation on how to build a generic opendocument here:

https://help.sap.com/viewer/954ffd91a37d45c093d80dd6db2665e4/4.2.3/en-US