Archive for October, 2009

Static and Dynamic Data – SWF Airline Report

Posted in SAP BO Xcelsius on October 18th, 2009 by asabau – Be the first to comment

Loading dynamic query data via web services in an ABAP stack is not an option for the online environment this site is hosted under. But loading data via static XML files is always an option no matter the environment. Xcelsius needs to have the xml data formatted in a certain way and because of this Xcelsius itself was used to transform the web service query data into compatible xml data. The end result is a static xml file that gets loaded every time you view the online report.
read more »

Pivot Table Concept in Xcelsius – SWF Airline Report

Posted in SAP BO Xcelsius on October 18th, 2009 by asabau – Be the first to comment

Once the BEx query data is loaded into Xcelsius, an interactive list box gets initialized with possible airline options from a series of spreadsheet cells. List box data insertion functionality allows us to update a given spreadsheet cell with the current selected list box entry. All interactive elements from this report are based in one way or another to this single spreadsheet cell containing the current selected airline.
read more »

Loading Web Service BEx Query Data – SWF Airline Report

Posted in SAP BO Xcelsius, SAP BW/BI on October 17th, 2009 by asabau – Be the first to comment

The starting point is represented by a BEx query similar to the one described in the first airline report. A remote function module is created to load the query data. Based on it, a web service is generated. This web service will be used by Xcelsius to load the query data into an Excel spreadsheet.
read more »

Web Service Based Xcelsius Report – SWF Airline Report

Posted in SAP BO Xcelsius, SAP BW/BI, Showcase on October 17th, 2009 by asabau – Be the first to comment
Web Services Based Xcelsius Report - SWF Airline Report

read more »