on ‎2017 May 30 9:48 AM
I have an idea to make a web interface for BPC users on UI5.
The question to experts is: is it possible to use the same authorization as was used to log in to the web interface to log into EPMaddIn?
The idea is to put links to BPC templates from UI5 webpage.
Request clarification before answering.
Have you tried using the links generated by the BPF in your UI5 pages?
I mean, when you do it via BPF the system generates a URL that when triggered will open the template. Not sure about security or how this would be handled but from my perspective it's possible.
Just for a test, try creating a BPF template/instance in the standard BPC Web page, then extracts the web links to leverage in your UI5 page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lucas,
For 10.1, actually it is not a specific URL but a file which is in SAPAOX format. When you click the BPF link, system send a request to bpc server and get backs a response related to bpf link with sapaox format. it contains the path, context and all the information related to template with your session details inside the ReentranceToken tag. So the best way to open template will be generating same file content with ABAP and allowing browser to download that file.
I found a way to open it later on i will share 🙂
hi Vadim,
you mean context is not set ? Actually file contains the context details as well. Logic is similar to opening analysis for office by using url only. Additionally file content coming from the BPF link contains context parameters as well.
<ns11:Context Cube="SALES">
<ns11:ContextItem MemberName="2011.TOTAL" HierName="" DimName="BUDGET_PERIOD"/>
<ns11:ContextItem MemberName="GROSS" HierName="" DimName="SALES"/>
<ns11:ContextItem MemberName="00" HierName="" DimName="VERSION"/>
</ns11:Context>
Can be a good idea to create a blog about your findings!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, they want to create UI5 webpage and open BPC report from it...
Hi Charlie Lin,
thank you for the reply.
I don't have BPC 10.1. What I have is BPC 10.0 and custom webpage, done on UI5. The idea is to launch BPC template from that custom webpage.
Hi, Vadim Kalinin,
yes, you got an idea.
Has anyone done it? If 10.1 web-admin, which works on UI5, can do it, then there should be a way to launch a template from a custom UI5 webpage too.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.