cancel
Showing results for 
Search instead for 
Did you mean: 

BW Query in Portal

Former Member
0 Kudos

hi all,

I have a query.When this query is displayed through Portal we get the toolbar at the top for graph,downloading to excel,csv,exceptions,conditions.

Our requirement is that when we display the query this toolbar should not be visible.I have approached it through Web Application Designer that is creating template.It is working fine. But problem is there are many queries and for each query i will have to make corresponding templates.

Now my question is , is there any other way by which we can achieve this?

Any suggestion would be greatly appreciated.

Thanks in advance.

regards,

Yogesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I'm not sure how you're referencing the web report from the portal, but if you are using a URL you can define a generic web template and then change the query/view within the url.

The URL syntax to specify the default web template is...

/sap/bw/BEx?sap-language=EN&bsplanguage=EN&cmd=ldoc&TEMPLATE_ID=MYTEMPLATE

If you want the generic web template to refer to a query include the following in the url...

&CMD_1_RESET_DATA_PROVIDER&INFOCUBE=MYCUBE&QUERY=MYQUERY

If you want the generic web template to refer to a saved view include the following in the url...

&CMD_1_RESET_DATA_PROVIDER&DATA_PROVIDER_ID=MYSAVEDVIEW

Hope this helps,

David.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you all for your help.

it was really useful.

regards,

Yogesh

Former Member
0 Kudos