This functionality allows you to get this URL and run query or other query via URL easily.
If you ran your NetWeaver BI system on both AS stacks: ABAP and JAVA you have a web reporting in 2 favors:
ABAP web and JAVA web
URLs are different for those 2 stacks:
ABAP:
Query:
http://machine:port/SAP/BW/BEX?INFOCUBE=put_infoprovider_here&QUERY=put_query_name_here
http://machine:port
Web template:
http://machine:port
BEx "Report Designer" report:
ABAP Stack seems to be is not supporting "Report Designer's" report as following URL doesn't work for me:
http://machine:port
Broadcaster:
General format of
URL:
<PORTAL_PROTOCOL>://<PORTAL_SERVER>:<PORTAL_PORT>
/<bi_launcher>?<param>=<value>
e.g. http(s)://machine:port/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=put_query_name_here
Query:
param = QUERY
param = QUERY
Web template:
param = TEMPLATE_ID
Query view in workbook:
param = QUERY_VIEW
Query view:
param = SOURCE_VIEW
Enterprise report (BEx "Report
Designer" report:):
param = REPORT
Workbook:
param = WBID
XCELSIUS DASHBOARD
param = DASHBOARD
Bookmark:
param = BOOKMARK_ID
Link to JAVA Portal, where you can choose query:
http(s)://machine:port/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!
2fiViews!2fcom.sap.ip.bi.bex
2fiViews!2fcom.sap.ip.bi.bex
- update 27.02.2017 -
more JAVA stack related parameters added
- update 16.12.2015 -
See post related to "ABAP web reporting URL parameters" as well.
Link to documentation:
2 comments:
Do you know if I can insert additional variables in the URLs?
Can I change the result area display size? it's too small.
hi Joao,
as far as I know it is not possible.
cheers
Post a Comment