FAQ about Xcelsius and SAP NetWeaver BI Connection

Added by Patrice Le Bihan , last edited by Patrice Le Bihan on Feb 18, 2010
Labels: 

Add Labels
Wait Image 
Enter labels to add to this page:
Tip: Looking for a label? Just start typing.

Add this page to your favorites list Watch this page

Product versions:
Xcelsius 2008 SP2
BI 7.01 SP5 or 7.02 SP0

Table of Contents

Please add a question / answer if you have any relevant information that is not captured.
Or post your question in the comments.

High Level presentation on SDN

SDN Blog announcement

Deployment, Architecture

  1. What do I need in my landscape to get Xcelsius and the new BICS conectivity working ?
    • To design dashboard (design time) :
      • on the client side : Xcelsius Enterprise Designer 2008 SP2 (trial or engage versions do not offer this connectivity), SAP GUI patch 901 or above
      • on the server side : NW 7.0 EhP1 SP5 with ABAP and Java stacks
    • To view dashboard (run time) :
      • on the client side : a web browser, Adobe Flash Player
      • on the server side : NW 7.0 EhP1 SP5 with ABAP and Java stacks
        Important Note: The BI Java stack and Single Sign On between ABAP and Java are a must have to get this connection working.
  2. *Is Xcelsius leveraging ICM Cache ?
    No. ICM (Internet Communication Manager) is a web server running on the ABAP backend. Xcelsius is using BICS, a web service which sits on the Java backend (similar to what BEx Web Analyzer is using).

Portal Integration

  1. How is it related to BEx Web Runtime?
    The connectivity requires the SWF file (Xcelsius dashboard) to be hosted by BEx Web Runtime to allow data access. Therefore there is no offline capabilities, no Xcelsius Designer Preview, no ××ding into PDF/PPT, no direct access from InfoView.
  2. Can the Xcelsius dashboard be displayed on SAP Enterprise Portal?
    Of course This can be done with "Bex Web Application" iView. See BOpedia article on this topic for details.
  3. Can the Xcelsius dashboard be displayed on BOE InfoView?
    Not as a SWF file like with the QaaWS or Live Office connectivity because it requires BEx Web Runtime. However you can use URL objects and use the BEx Web Runtime URL. The user will get prompted for his NW EP credentials though.
  4. Can the Xcelsius dashboard be displayed on a 3rd party dashboard (Sharepoint)?
    Yes, by using the BEx Web Runtime URL and implementing SSO between the third party portal and NetWeaver Portal.

Design Time

  1. Why are the Dashboard or Data Preview functionalities not available at design time?
    The data is only accessible when the SWF file is executed within BEx Web Runtime, therefore you need to publish the dashboard to BW first and view via BEx Web Runtime. See question on BEx Web Runtime.
    Trick to make the design easier : execute the query in BEx Web, then export to Excel and import spreadsheet to Xcelsius, beware the header rows are different with BICS and BEx Web when designing your dashboard
  2. Were there any special Xcelsius vizualisation component added for BEx query browsing?
    No, but all existing components can be leveraged. See question below on hierarchies and tree control.

Run Time

  1. Are navigation links / bookmarks available like in BEx Web Analyzer?
    No, bookmarking is not available at this time, however you can obviously influence the default view of the dashboard.
  2. Can I add my own Flash Variables ?
    No, the use of FlashVars is limited with the SAP NetWeaver BI Connection. There are existing "built-in" Flash Variables that you can use but the custom variables are not supported and cannot be added as of today.
    Existing FlashVars include :
  • the end point URL "BICSWS_ENDPOINT"
  • the dashboard language "BICSWS_LANGUAGE"
  • decimal, thousand, date and time separator characters : "BICSWS_DECIMAL", "BICSWS_THOUSANDSEPARATOR", "BICSWS_DATESEPARATOR", "BICSWS_TIMESEPARATOR"

BW as a data source

  1. Does this connectivity leverage BW authorizations like row level security for data personalization?
    Absolutely. This is one of the main features of this connectivity : all BW authorizations are kept and fully leveraged.
  2. Can we get to the BW data directly via the infoCube or do we need a query?
    You do need a query. When connecting to a system from Xcelsius, you can only browse and select a query or a query view.
  3. Does the Bex query need to be turned on for access via ODBO ?
    No, the query does not need to be shared for external ODBO OLAP access. Of course, if the same query is to be used for OLAP BAPI access via WebI Intelligence, Voyager and Crystal, etc, then you might want to enable this.
  4. Can Xcelsius make use of BWA, aggregates, and cache?
    Yes, as it is transparent to Xcelsius (it only sees the BEx query). It will indirectly leverages BWA like any other BEx query execution, but there is no direct access to it like e.g SBO Explorer's BIA index access.
  5. Can hierachies be leveraged?
    loaded question... Not natively as Xcelsius does not have a tree component allowing to expand / collapse hierarchies. However add-ons developed by partners do exist with such component and seem to be working (mixed feedback on them, obviously not supported by SAP). Xcelsius is not an OLAP browsing tool in any case, so this has to be handled very carefully.
  6. Can an Xcelsius dashboard show data from more than one BW source (example: 2 infoCubes) at once?
    Yes, you can have multiple connections (BEx queries) to a single BW server. Under the Data Manager, you define multiple SAP Netweaver BI connections against e.g multiple MDX queries, however as mentioned, currently there is only one SAP server connection object per dashboard - so all the defined connections will be to one SAP server (BW logical system).
  7. Can the BEx query be built on a infoCube, multiProvider, infoSet, or DSO?
    Yes. The Xcelsius dashboard only sees a BEx query (or query view). The query itself can be built on any type of InfoProvider.
  8. Can the BEx query utilize variables? If so, can they prompt the user for data entry from the Xcelsius dashboard?
    Yes, all variable types are supported and mandatory variables will prompt the user for data entry unless set with a default value in the query definition or dashboard.
  9. Will the Xcelsius dashboard inherit the sorting as done in the BEx query or are other options possible in Xcelsius itself?
    Yes, sorting defined in the query is preserved when the result set is retrieved in Xcelsius. It can then be presented as is or differently depending on the visualization component that is chosen. Most list components in Xcelsius offer the ability to sort dynamically, that is part of the interactivity features users like.
  10. What about the possibility of retrieving "Result rows" from the BEx query. Can this result row be inherited (and reused) in an Xcelsius dashboard? By having such option, we could bypass all kind of own custom summaries in Excel itself.
    Yes, result rows are retrieved by Xcelsius if specified so in the BEx query. Xcelsius is essentially getting the same result set than BEx Web Analyzer. Additionally, you can override within Xcelsius the rows / columns view defined in the BEx query. By default, it is getting the same view, but it can be changed, adding or removing rows, columns with the set of free characteristics, key figures retrieved from the query.

Other data sources

  1. Can it work with non SAP data sources?
    Technically feasible but not tested and not recommended. BOE with Live Office or QaaWS is the recommended approach for non SAP data sources.
  2. Does it work with POA applications?
    This connector is not meant to build dashboard on top of POA applications. There is another POA specific connector.

Licensing

  1. Does this new connectivity change the licensing?
    This is a technical integration that does not change the licensing. Contact your account executive for more details.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/768773/viewspace-627990/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/768773/viewspace-627990/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值