""

SAP BusinessObjects: Through the Eyes of Critics and Clients

In our day-to-day life we are exposed to many purchasing decisions. Going to the supermarket to get some food or buying widgets in an internet shop is no longer a quick and easy task. The diversification of vendors forces us to go through a conscious or unconscious decision making process. It is always interesting to study the reasoning that leads to an action, especially for marketing people, and it is a social phenomenon in constant evolution, ranging from the traditional word of mouth to the most modern surfing of internet forums.

The same happens when a company has the opportunity to make a BI investment and has to choose a vendor that fulfills their particular needs. There are some specialized consulting companies that carry out complex market studies, but the feedback received from clients or contacts is just as influential to the decision making process.

This blog article is focused on the latest studies from Gartner and Forrester regarding SAP BusinessObjects.

The Forrester Wave: Enterprise Business Intelligence Platforms, released during the last quarter of 2010, considers SAP BusinessObjects to be leading the market together with IBM Cognos, Oracle and Information Builders, followed by SAS, Microsoft and MicroStrategy close behind. The 145 criteria used correspond to vendor surveys, product demos and customer reference surveys.  The end result is a graph that situates BI vendors in relation to their current offering and strategy.

SAP BusinessObjects is recognized as having very good BI tools for each job:

  • Crystal Reports as top report writer embedded in thousands of applications;

  • Explorer as a combination of the power of OLAP and the simplicity of search, exploration and analysis;

  • SAP BusinessObjects Dashboards is very popular amongst executives that can visualize the generated flash in disconnected mode and no SAP software installed;

  • BEx being still the most widely used and popular query and analysis tool for SAP BW users;

  • Business Warehouse Accelerator with the speed of in-memory database to provide a powerful DBMS optimized for BI;

  • SAP is also leading in self-service BI software as a service (SaaS) offerings.

According to Forrester, the downside of having all these tools is a poor product integration and a lack of object reuse from product to product, which is supposed to be improved with the new release BI 4.0 in Q1 2011.

Gartner’s Magic Quadrant for Business Intelligence Platforms, released in January 2011, considers the same leader vendors as Forrester and also adds QlikTech thanks to its recent continued growth. It uses standard criteria divided into two categories: completeness of vision and ability to execute. According to the study, a good strength is to have the largest share of the BI platform market (combination of SAP NetWeaver BW and SAP BusinessObjects) with an installed base over 46,000 customers and one of the largest channel and services ecosystems. Reporting and ad-hoc querying capabilities were rated high by customers, whereas other SAP NetWeaver BW tools were below the market average. However, in regards to OLAP, BEx Analyzer seems to be more widely used than Voyager. The complements to the BI platform are also seen as positive: collaboration and decision support (StreamWork), Text Analysis, search-based data exploration with its Explorer product, and the enterprise information management products with data integration, lineage & impact analysis, and data quality. The vision for an in-memory appliance, HANA, promises to solve many of the perennial performance issues of large complex BI deployments in general (given its SQL and MDX access for third-party BI tools) and SAP BW in particular. As also reported by Forrester, SAP has been one of the first of the leading BI vendors to introduce a SaaS offering, BusinessObjects OnDemand BI. In addition, SAP has also made investments in mobile BI with its Sybase acquisition and the SAP BusinessObjects Explorer iPhone/iPad application.

In the cautions part of the report, Gartner mentions some concerns that customers have about the roadmap after product changes to support optimizations with the SAP Business Applications and NetWeaver BW products, and also a perceived higher cost of ownership. Migration, implementation and integration choices are reported to be confusing by some customers. Finally, ratings for support, software quality and sales experience are unfortunately low compared to other vendors in the survey. This is currently being address by SAP; they are giving more and more importance to Channel Partners like Clariba, which can provide high quality uninterrupted support, much more aligned to the customer needs.

If you have any questions or comments about the Gartner or Forrester summaries mentioned in this article, or would like more information about Clariba’s SAP BusinessObjects services, please leave a comment below or contact us at info@clariba.com.

Installing Business Objects on Linux – Part 1: Preparing Your System

At Clariba we have seen a clear dominance of Windows operating systems during our Business Objects implementations. But what happens when we face the challenge of a Business Objects implementation on a Unix-like system? What are the main differences? How does the consultant need to prepare? What are the pre-requisites? What are the risks and possible ways to overcome them?

We were recently challenged with these questions and we wanted to keep track of this experience and share it with everyone. So I will share below some tips for implementing Business Objects on a Unix-like architecture, more specifically: Linux.

The intention of the first part of this article will be to focus on how to prepare your Linux distribution so the installation runs smoothly. I will follow up with a future article to go into additional details about the Linux setup.

Step 1 – Defining your environment

In any implementation, prior to execution, it is vital to define the scenario you will be facing. This is even more important when implementing on a Linux system. The most important fact you need to know is what type of Linux you will be using and if it is supported by Business Objects.

Officially the Linux distributions supported by Business Objects are Red Hat and SUSE (although other distributions like CentOS have also been proven to work due to similarities with Red Hat).

Linux Operating Systems
Linux Operating Systems

It is a must to go through the supported documents pdf for Linux available at the SAP Marketplace. In this document you will find specific details on the versions and patch level that you need to comply with in order to install Business Objects.

BOE XI 3.1
BOE XI 3.1

Step 2 – Preparing the Linux box

Root Access and Installation User First of all you need to have root access to the system. Although this is not required for the setup, along the way there will be modifications that need to be made to the system that require root privileges.

Also make sure there is at least one additional user in the system. This user will be the executor of the Business Objects setup. Most current Linux distributions already create an additional user at setup.

Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 5

Install Files Download the installation files for Linux and save them on a folder that references the installation sources (i.e. /boinstall). Also create a new folder where the BO system will reside (i.e. /bobj)

Installing files in Linux
Installing files in Linux

Modifying Your System Now it is time to get our hands dirty. The following modifications need to be made to your Linux system in order for the Business Objects installation to run smoothly. It is advisable to have a minimum level of knowledge around Linux administration and terminal console commands to facilitate the editing of some of the files mentioned below.

1) Modifying Locale variables The first thing you will need to do is to update a couple of locale variables. Navigate and open the file: /etc/sysconfig/il8n You need to add the following two lines to it:

LANG=en_US.utf8 export LC_ALL=en_US.utf8

What we are doing is correcting a small spelling mismatch on the US utf8 standard value. The above instructions on the file will ensure that those variables are correctly set at boot time. However they can also be run separately on a terminal console at any time.

To make sure your variables are correctly set you can type “locale” on your terminal console. A listing with your available locale variables should pop up.

Modifying locale variables in Linux
Modifying locale variables in Linux

2) Permissions to Source and Install folders You will need to set execution and write permissions to the folders created previously for the source install files and the folder where the Business Objects system will reside. To do that you need to run the following commands on the console as root:

chmod -R 755 /boinstall /bobj chown -R usergroup:user /bobj /boinstall

Note that I’m using the folder names suggested earlier for the folders; usergroup:user is the default non-root user that would be running the installation and a default group it belongs to.

Be very careful with the spelling of these lines. Chmod is a powerful Linux command that could render your system unusable if not used wisely.

3) Setting up Hosts file Go to /etc/hosts as root and open this file for edition. You will need to add a line to resolve your Linux system IP through the network. It should look similar to the following:

192.168.0.1    linuxsystem

There should already be a line for 127.0.0.1 which is the localhost or loopback network interface definition. Save the hosts file with the new line for your system.

To test that your hosts files line has been correctly setup, try to execute a ping command from the console to the name of your system:

ping linuxsystem

You should receive a response if the hosts file has been set correctly.

Ping Linux system
Ping Linux system

4) Disable SE Linux Still logged in as root, modify the SE Linux functionality. There are three levels for it:

  • Enforcing: The default mode which will enable and enforce the SELinux security policy on the system, denying access and logging actions
  • Permissive: In Permissive mode, SELinux is enabled but will not enforce the security policy, only warn and log actions. Permissive mode is useful for troubleshooting SELinux issues
  • Disabled: SELinux is turned off
Security Level Configuration
Security Level Configuration

You will need to change it to Permissive or Disabled.

5) Adding libstdc++ libraries In some cases (CentOS) these libraries are not available by default. You can try to add them from the Linux repositories running the following command:

sudo yum install compat-libstdc++-33

This library can also be found on different places and formats on the web. If not installed, Business Objects setup will fail, indicating the missing library.

In summary...

if you have completed the steps above, you are now ready to install Business Objects on your Linux box.

We will be covering the Linux setup in the second part of this article. Stay tuned for Part 2 coming soon and please feel free to leave questions or feedback below using our Comments form.

It is a must to go through the supported documents pdf for Linux available at the SAP Marketplace. In this document you will find specific details on the versions and patch level that you need to comply with in order to install Business Objects.

It is a must to go through the supported documents pdf for Linux available at the SAP Marketplace. In this document you will find specific details on the versions and patch level that you need to comply with in order to install Business Objects.

How to Use WebIntelligence Input Controls Efficiently

Input Controls provide your WebI reports with the interactivity you need for the proper selection of information, but this functionality comes at a price. When the amount of data handled is high, performance issues may appear during developments. In order to help with this issue, we recommend the following design technique, which can be used to improve the performance of your interactive navigation.

Follow this 8-steps process to become familiar with this solution:

  1. Create a WebI document with two Queries: a) One Query containing the "cube" with the data we want to monitor together with a dimension [Link1] containing the word "LINK" and b) Another Query with two dimensions: [Input Controls List] containing a single list* of the dynamic object to use and an object (Link2) containing the word "LINK" (* A derived table containing hardcoded values can be used)
  2. Create a Merged Dimension (e.g. [LINK]) that unifies the 2 linking dimensions)
  3. Create a detail variable called ICF (Input Control Flag) with the formula [Input Control List] and use [Link1] as associated dimension
  4. Create a dimension variable called X-Axis. This will contain the dynamic object to be used in the reports. It consists of basically a big IF sentence, using the [ICF] from the 2nd query and the objects we want to use as axis from the 1st Query. See as an example: =IF([ICF]="Business Unit";[Business Unit];IF([ICF]="Customer Type";[Customer Type];...))
  5. Create components in a report (e.g. a table and a graph), containing the X-Axis and the measure we wish to show.
  6. Create the input control with the following features: a) Use the [Input Control List] dimension b) In dependencies, select the components (tables, graphs, cells, etc.) that will be affected by the input control.
  7. Create the following filter in every component to be effected: [LINK] Equal to {‘LINK’}
  8. Last but not the least, in Document properties "Extend Merged Dimension Values". This is very important for the correct functionality of the solution.

If we want to take this to the next level and have full dynamic reports we could have 2 additional input controls, e.g. one additional Y-Axis and one measure. To achieve this it would be enough to create 2 additional queries with new Input Control Lists and follow the steps 2-7 for them. In the case of the measure it is better to use sum/if clauses in step 4. Once implemented, this solution will allow easy scalability as new content can be quickly added with few modifications in the front-end interface.

If you have any questions or feedback about this solution, please feel free to leave a comment below or send an email to info@clariba.com.

Rapid Solutions for Business Intelligence with SAP Rapid Marts

As a BI consultant or an IT/IS specialist in your a company, perhaps you are looking for ways to to extract data from SAP R3, Siebel, Peoplesoft or Oracle source systems in record time.

Do you think that your knowledge of the source system database and links between tables is not deep enough to build a star schema data model?  Does the customer or internal department want the data extraction to query the data and in addition, some predefined reports on top of that information?

If you answered yes to the questions above, it is more than likely that your best solution is to implement an SAP Rapid Mart.

A Rapid Mart is a pre-built data warehouse solution based on DataServices, Relational Databases and BusinessObjects BI tools. It is best explained by looking at it from a consulting perspective. Imagine that a company wants to build a custom data warehouse solution. The consultants install DataServices to extract, transform and load the data from the FICO module of SAP R3. Then they design the reports to show to the users, check the details from the source tables (fields, joins, etc.), and design a Star Schema data model supporting these reports and also the ad-hoc query reporting.... After a few months they deliver a first version to the end-users. But as the business grows, the end-user will be asking for a new development to build a new extraction for the FICO module or maybe the SD one. With Rapid Marts, the whole solution is already there.

The steps of a Rapid Mart implementation are as follows:

  1. Run the script that generates the target data model (this builds the data warehouse as a star schema)
  2. Import the “atl” files (that builds the ETL – Extract, Transform and Loading) to Data Services
  3. Configure the ETL with the source and the target database
  4. Continue with other customization that may need to be done (this depends on each of the Rapid Marts available and data on the ERP)
  5. Import the predefined reports with the Import Wizard tool from SAP Business Objects.
  6. Set up the security for the reports (which users will have access to the predefined reports imported with the Rapid Mart solution)

With an “out of the box” ERP, you will need a maximum of five days to implement the complete solution. End-users will not only have access to some predefined reports, but also the ability to build new ones.

However, in addition to the previous steps, you may choose to consider further customization that is not included the Rapid Mart installation guides. Generally these steps are related to the integration of a company’s content with the SAP BusinessObjects platform:

  1. The company’s ERP could be customized. This could be an easy customization, such as using some ERP fields to save different types of data, or it could include a bigger development, which also needs to be added to the Rapid Mart customization. Depending on the type of customization, some additional days need to be added to the development plan. As an average (and depending on the type of the customization), Clariba estimates up to 10 days to fit the new ERP development to the Rapid Mart.
  2. If there are confidentiality concerns within the same company (in regards to the data available for ad-hoc query & analysis and the predefined reports), Row Level Security could be implemented. Depending on how easy it is to implement (this differs depending on the company’s security) it could take five to 10 days.
  3. Finally, if you want to build a dashboard on top of Rapid Marts you will likely require specific information for top management users. These users may only need to check high level KPIs and may require access to the information directly instead of having to build their own reports. Building a dashboard on top of the Rapid Mart data will ensure that top management can have all the information they need in order to make proper decisions. Clariba is experienced in building dashboards on top of Rapid Marts as we offer a packed solution that includes a Rapid Mart deployment with an operational dashboard on top of it.

In summary, by implementing SAP Rapid Marts you can look forward to the following quick wins:

  • Integrated Data Model and ETL Framework (best practice blueprint)
  • Updated universes and updated reports for all Rapid Marts (Rapid Marts versioning comes with the ERP versioning)
  • Low development and maintenance costs
  • Tested and guaranteed

If your company has decided that Rapid Marts are the rapid solution you are looking for, do not hesitate to ask Clariba for further information or to demo the Rapid Marts capabilities. If you are a consultant with additional suggestions or questions about Rapid Mart implementations, please feel free to leave a comment below.

Xcelsius - Finding the Location of a Click

While developing an Xcelsius dashboard for a Clariba customer, I came across two interesting challenges related to the location of a click on drillable charts.

Finding the location of a click on a drillable chart – Part 1

I was working with a drillable chart with two series and I wanted to know where the user had clicked (i.e. which series and which position).

With only one series there wouldn't be any problem. Xcelsius can send the selected series to a cell, and the selected position to another cell. But with more than one series, each series can still send a position, but Xcelsius does not allow all the series to send the information to the same place. So the information has to be sent to different places. As a result, it's hard for the developer to know which point was clicked last, as the information sent before is not deleted.

Solution The idea is to use the series name in a VLOOKUP function to find out which position was sent last.

For the details, I have used the attached Xcelsius file:

As Xcelsius forces us to send the information from the different series to different places, let's do it.

In the attached file, I sent the positions to two different places (Drill!B2 for section 1, Drill!B3 for section 2). But how did I know which value was sent last? I simply used the series name. I have configured the chart to send the series name to Drill!B5, and I use a VLOOKUP function to find the relevant position (see the formula in cell Results!B4). I can then use this position to find the label (or any other relevant information) with the OFFSET function (cell Results!B1).

Finding the location of a click on two drillable charts  – Part 2

In the second scenario, I had two drillable charts with the same horizontal axes and the same series. I wanted to know where the user had clicked (i.e. which graph and which point - series and position)

With Xcelsius it is not possible to send the name of the clicked graph somewhere. Each series can send a position (or value, row or column), but Xcelsius does not allow all the series to send the information to the same place. This is the same challenge as Part 1 in that the information has to be sent to different places. As a result, the developer doesn’t know which point was clicked last, as the information sent before is not deleted.

Solution The idea is to send rows with position and graph name (instead of sending only the position), and to use the series name in a VLOOKUP function to find out which row was sent last.

For the details of the solution I have used the attached Xcelsius file:

When the user cliced on a dot in a chart, I wanted the graph to send 2 pieces of data: the graph name and the position (in the horizontal axis). Instead of sending only the value or the position, I configured the charts to send a row (columns also work). The sent row had the two pieces of data in it. In the example file I configured the quantity chart to send the data from Drill!E2:F3, and the value chart to send the data from Drill!E5:F6.

When the first series is clicked, the data is sent to Drill!B2:C2; the second series is sent to Drill!B3:C3.

So now we have the chart names in Drill!B2:B3 and the positions in Drill!C2:C3. But how do we know which row was clicked last? For this we use the series name. I configured each chart to send the series name to Drill!B5. Now, if I click in the chart Quantity, on the dot Section 2 / Month 2, then "Section 2" will be sent to Drill!B5, and Drill!E3:F3 will be sent to Drill!B3:C3.

Then I simply put the information together. I found the chart name with a VLOOKUP function on the series name (formula in cell Results!B1), the position with another VLOOKUP (cell Results!B5), and the month with an OFFSET on the position (cell Results!B2).

This has been a quick look at the ways to find the location of a click on drillable charts… I would be interested to hear if anyone else has found a solution for similar challenges. If you have any feedback or ideas, please feel free to leave a comment below.

Integrating BOXI R3 with Microsoft Sharepoint: A Practical Guide to Getting Started

In October I introduced the topic of Integration capabilities between SAP BusinessObjects and Microsoft SharePoint, highlighting the benefits of the integration for those companies that want to streamline their Business Intelligence content through their company portal. In this article I reported a comparison of the integration software that SAP offers to BO customers, based on the different system configurations, and presented the features of the leading product currently available, called Integration Option for Microsoft Sharepoint – IOMS.

In follow up to the initial investigation, one of our customers recently asked us to implement IOMS on an existing BusinessObject XI R3 Edge and Microsoft Sharepoint Server 2007 platform. Based on this customer success story, I will explain the requirements and the steps I went through in order to set up and install the IOMS software.

Choice and download of IOMS

A general note before any installation: the IOMS software obviously needs to be compatible with the current version of BusinessObjects. Several versions of IOMS are therefore available for download from http://service.sap.com according to the following schema:

  • BOXI 3.1 SP1 > Integration Option SP1

  • BOXI 3.1 FP1 > Integration Option FP2

  • BOXI 3.1 SP2 > Integration Option SP2

  • Etc…

Installing the IOMS Package

The first challenge I faced during the installation was related to the fact that Microsoft Sharepoint and Business Objects were installed on different servers. This is a common practice to maximize the performance of each systems, but how do we ensure that this configuration allows for the integration?

One important prerequisite was that the IOMS software had to be installed on the SharePoint Server, but during the first installation attempt, the following error messages appeared.

Installation Errors

The issue can be solved as follows:

If you are trying to integrate IOMS with BusinessObejects Enterprise, the .NET SDK has to be installed on the SharePoint Server before installing the integration kit. Note that in addition, the BO Enterprise Web Tier needs to reside on the same server as SharePoint, therefore it is necessary to configure the BO platform accordingly.

If you are trying to integrate IOMS with BusinessObejects Edge, despite what the error message suggests, a full installation of Edge needs to be performed on the SharePoint Server. The same license of the existing operational BusinessObjects Edge can be used. Also if there is a fix pack or service pack on the existing BusinessObjects Edge 3.1 the same should be installed on the SharePoint Server. Do not install the SDK on the SharePoint Server, as this conflicts with Edge. After the installation, all the BusinessObject Services on the SharePoint Server need to be stopped and only then the installation of IOMS can be completed. BusinessObjects Edge will remain a “silent” installation on the server.

Another crucial point we encountered during the kit installation relates to the configuration of the BusinessObjects InfoView interface, and resolves an open question from our previous blog article.

During the installation of IOMS, the administrator is asked to choose the preferred interface for viewing BusinessObjects objects inside SharePoint. Both .NET and Java are available, which confirms that IOMS is not intended to work only with BusinessObjects systems configured with IIS web servers.

Integration Option

The subsequent steps of the installation wizard allow you to specify the server name/IP and authentication settings necessary to connect to the operational BusinessObjects environment. I don’t have a specific recommendation to make about this point; just remember to check the connectivity to the BusinessObjects server (via cmd… ping BO server, or simply test InfoView with Internet Explorer).

Configuring the deployment of the Web Package

After you install the Integration option for Microsoft SharePoint software, the icons or shortcuts are not added to the Start menu. IOMS is not an application, but an add-on software that includes a package of BusinessObjects-specific web parts that are added to the SharePoint deployment.

As a result, eight new BusinessObjects web parts can be selected at any time from the Home Gallery folder in SharePoint:

  • Content Explorer Web Part

  • User Actions Web Part

  • Advanced Search Web Part

  • Dashboard Web Part

  • Document Viewer Web Part

  • Xcelsius Viewer Web Part

  • Crystal Report Viewer Web Part

  • Analytical Report Viewer Web Part

The most important of them is the Content Explorer Web Part. This is the reproduction of Infoview within SharePoint and is mandatory to work with the BusinessOjects content, as it includes the logon window to the operational BO system. Any other Web Part needs to be used in combination with the Content Explorer.

BusinessObjects

And here is a picture of how the final BusinessObjects-Sharepoint deployment  in use would look like:

BusinessObjects Integration in SharePoint

After installing the Integration option for Microsoft SharePoint software, the administrator can finally configure additional options that are specific to each deployment. It is also worth mentioning the SSO authentication with AD credentials, allowing you to navigate BusinessObjects within SharePoint without repeating logon credentials at the moment of use.

The details of this configuration are reported in the IOMS Administrator Guide, but based on our experience this is often a tricky configuration that involves the modification of .NET system files. Stay tuned for a complete troubleshooting guide on SSO configuration to be published in future blog articles.

In October I introduced the topic of Integration capabilities between SAP BusinessObjects and Microsoft SharePoint

SAP Introduces BusinessObjects Strategic Workforce Planning Application

SAP AG (NYSE: SAP) has reached another key milestone in its mission to harness the transformative power of in-memory computing with the availability of SAP® High-Performance Analytic Appliance (SAP HANA) software. This first version of SAP HANA is the result of a robust co-innovation program between SAP and key partners and customers. Customers include Coca-Cola Hellenic, Future Group, Hilti and many others. SAP also introduced the SAP® BusinessObjects™ Strategic Workforce Planning application, the first in a new generation of in-memory applications based on SAP HANA. These announcements were made at SAP® TechEd 2010, being held in Bangalore, India from December 1-3.

New Reality of Real Time With Launch of SAP® High-Performance Analytic Appliance

SAP Announces First of a New Generation of Business Applications Harnessing In-Memory Computing, Enables Companies to Re-Think Layers and Complexity of the Traditional IT Stack

BANGALORE, India - December 01, 2010 -

HR professionals can exploit the in-memory computing potential of SAP HANA by modeling in "real" real-time. They can simulate the "true cost" of the future workforce and make informed decisions to close strategic gaps.

SAP AG (NYSE: SAP) has reached another key milestone in iits mission to harness the transformative power of in-memory computing with the availability of SAP® High-Performance Analytic Appliance (SAP HANA) software. This first version of SAP HANA is the result of a robust co-innovation program between SAP and key partners and customers. Customers include Coca-Cola Hellenic, Future Group, Hilti and many others. SAP also introduced the SAP® BusinessObjects™ Strategic Workforce Planning application, the first in a new generation of in-memory applications based on SAP HANA. These announcements were made at SAP® TechEd 2010, being held in Bangalore, India from December 1-3.

SAP HANA brings the power of in-memory data processing - leveraging advances in main memory, processor technology and application know-how - to deliver unprecedented benefits to analytics and a new category of applications. The SAP BusinessObjects Strategic Workforce Planning application is the first such application that processes large quantities of data using in-memory computing with an innovative calculation engine that enables application processing to be performed directly "in-memory."

"SAP HANA and the first applications built on it are already showing customers the unprecedented speed of in-memory computing, as well as the latency they have in the layers of their current IT systems," said Vishal Sikka, executive board member, Technology and Innovation Platform, SAP AG. "The customers we are working with are already recognizing the great potential of SAP HANA to deliver solutions that were previously not feasible, and re-thinking how to run their businesses better, now that they can analyze, simulate and react in real time."

SAP Introduces First SAP HANA-Enabled Application SAP HANA provides a foundation on which a new generation of applications can be built, enabling customers to analyze large quantities of data from virtually any source in real time. With the integrative approach of SAP HANA and the new programming paradigm, SAP is simplifying existing computing layers and allowing applications to directly benefit from hardware improvements for the first time. SAP BusinessObjects Strategic Workforce Planning, version for in-memory computing, leverages the in-memory database and calculation engine, allowing managers to simulate scenarios in real time, analyze complex relationships quickly and see how proposed organizational changes will impact the business. Managers and human resources executives can simulate how their workforce would need to grow and change using predictive modeling. This allows them to make intelligent, data-based decisions about allocating or adjusting staff, for example, as a result of an acquisition or to enter a new market.

Working together with its partner and customer ecosystem, SAP plans in the next year to introduce new applications based on SAP HANA that will help utility companies manage power supply in real time, provide retailers more timely analysis of point-of-sale data and enable more accurate sales pipeline forecasting for all types of companies.

Early Results Generate Excitement Among Customers As part of the co-innovation program, SAP has used data from customers to demonstrate how particular business processes could be improved by SAP HANA, and these customers are already seeing valuable results.

"We participated in the co-innovation program for SAP HANA and saw how SAP in-memory computing can dramatically improve our processes," said Martin Petry, CIO, Hilti Corporation. "Hilti provided over nine million customer records to SAP. By loading these into SAP HANA, it was possible to comb through these records in a matter of seconds, versus the days it took previously to extract them from our data warehouse and SAP Business Suite. We're looking forward to further exploring the transformative impact of SAP in-memory computing on our business."

Customers across the globe are evaluating SAP HANA and recognize the benefits to their organization. As the largest retailer with approximately 1,000 stores across India, Future Group needs real-time visibility into sales data so it can better understand customer insights and plan business accordingly. SAP HANA has the potential to provide instant information about which products are selling, promotions that have been effective and stores that are most effective. In-memory computing from SAP may offer a powerful way for Future Group to analyze customer spending and revenue across its multitude of stores and product lines.

During the customer co-innovation program, SAP HANA achieved ground-breaking performance results that are the basis for a new generation of applications with the potential to significantly improve customers' business:

  • Very complex reports and queries against 500 billion point-of-sale records were run in less than one minute, thanks to the unique multi-core processing algorithms. This result was achieved on a system with 10 blades and 32 cores each.

  • SAP HANA scales linearly with performance proportional to hardware improvements so in the future customers will be able to deploy systems with 1,000 or more cores that enable complex real-time analytics.

  • SAP has mastered massive parallelism for enterprise applications (such as aging) with its in-memory computing engine, harnessing these benefits for business applications.

For more information about SAP HANA, please visit the SAP TechEd newsroom. Follow on Twitter at @SAPInMemory and join the conversation around the launch at #sapteched, #inmemory and #hana.

SAP® TechEd 2010 in Berlin, Las Vegas, Bangalore, and Shanghai More than 14,000 SAP customers, partners and technical experts are expected to convene at SAP® TechEd 2010, the company's largest ecosystem education event series. The conference brings IT managers, software developers, administrators, and business process experts together to see, hear, and share how they and their peers can stay one step ahead of business change. Choosing from hundreds of hours of expert-led sessions and hands-on training, attendees can gain the inspiration and skills they need to maximize impact on their organizations. In its 14th year, SAP TechEd 2010 was held in Berlin, Germany, October 12-14, and Las Vegas, Nevada, October 18-22, and is being held in Bangalore, India, December 1-3; and Shanghai, China, December 1-2. Follow SAP TechEd on Twitter at @sapteched and join the conversation at #SAPTechEd.

About SAP SAP is the world's leading provider of business software(*), offering applications and services that enable companies of all sizes and in more than 25 industries to become best-run businesses. With more than 105,000 customers in over 120 countries, the company is listed on several exchanges, including the Frankfurt stock exchange and NYSE, under the symbol "SAP." For more information, visit www.sap.com.

(*) SAP defines business software as comprising enterprise resource planning, business intelligence, and related applications.

Any statements contained in this document that are not historical facts are forward-looking statements as defined in the U.S. Private Securities Litigation Reform Act of 1995. Words such as "anticipate," "believe," "estimate," "expect," "forecast," "intend," "may," "plan," "project," "predict," "should" and "will" and similar expressions as they relate to SAP are intended to identify such forward-looking statements. SAP undertakes no obligation to publicly update or revise any forward-looking statements. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. The factors that could affect SAP's future financial results are discussed more fully in SAP's filings with the U.S. Securities and Exchange Commission ("SEC"), including SAP's most recent Annual Report on Form 20-F filed with the SEC. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates.

Copyright © 2010 SAP AG. All rights reserved. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serve informational purposes only. National product specifications may vary.

Note to editors: To preview and download broadcast-standard stock footage and press photos digitally, please visit www.sap.com/photos. On this platform, you can find high resolution material for your media channels. To view video stories on diverse topics, visit www.sap-tv.com. From this site, you can embed videos into your own Web pages, share video via e-mail links and subscribe to RSS feeds from SAP TV.

Follow SAP on Twitter at @sapnews.

For customers interested in learning more about SAP products: Global Customer Center: +49 180 534-34-24 United States Only: 1 (800) 872-1SAP (1-800-872-1727)

For more information, press only: Scott Behles, +1 (917) 494-2009, scott.behles@sap.com, EST Hilmar Schepp, +49 (6227) 7-46779, hilmar.schepp@sap.com, CET SAP Press Office, +49 (6227) 7-46315, CET; +1 (610) 661-3200, EST; press@sap.com Mike Pilarz, Burson-Marsteller, +1 (312) 596-3568, michael.pilarz@bm.com, CST

SAP Introduces BusinessObjects Strategic Workforce Planning Application

SAP AG (NYSE: SAP) has reached another key milestone in its mission to harness the transformative power of in-memory computing with the availability of SAP® High-Performance Analytic Appliance (SAP HANA) software. This first version of SAP HANA is the result of a robust co-innovation program between SAP and key partners and customers. Customers include Coca-Cola Hellenic, Future Group, Hilti and many others. SAP also introduced the SAP® BusinessObjects™ Strategic Workforce Planning application, the first in a new generation of in-memory applications based on SAP HANA. These announcements were made at SAP® TechEd 2010, being held in Bangalore, India from December 1-3.

New Reality of Real Time With Launch of SAP® High-Performance Analytic Appliance

SAP Announces First of a New Generation of Business Applications Harnessing In-Memory Computing, Enables Companies to Re-Think Layers and Complexity of the Traditional IT Stack

BANGALORE, India - December 01, 2010 -

HR professionals can exploit the in-memory computing potential of SAP HANA by modeling in "real" real-time. They can simulate the "true cost" of the future workforce and make informed decisions to close strategic gaps.

SAP AG (NYSE: SAP) has reached another key milestone in its mission to harness the transformative power of in-memory computing with the availability of SAP® High-Performance Analytic Appliance (SAP HANA) software. This first version of SAP HANA is the result of a robust co-innovation program between SAP and key partners and customers. Customers include Coca-Cola Hellenic, Future Group, Hilti and many others. SAP also introduced the SAP® BusinessObjects™ Strategic Workforce Planning application, the first in a new generation of in-memory applications based on SAP HANA. These announcements were made at SAP® TechEd 2010, being held in Bangalore, India from December 1-3.

SAP HANA brings the power of in-memory data processing - leveraging advances in main memory, processor technology and application know-how - to deliver unprecedented benefits to analytics and a new category of applications. The SAP BusinessObjects Strategic Workforce Planning application is the first such application that processes large quantities of data using in-memory computing with an innovative calculation engine that enables application processing to be performed directly "in-memory."

"SAP HANA and the first applications built on it are already showing customers the unprecedented speed of in-memory computing, as well as the latency they have in the layers of their current IT systems," said Vishal Sikka, executive board member, Technology and Innovation Platform, SAP AG. "The customers we are working with are already recognizing the great potential of SAP HANA to deliver solutions that were previously not feasible, and re-thinking how to run their businesses better, now that they can analyze, simulate and react in real time."

SAP Introduces First SAP HANA-Enabled Application SAP HANA provides a foundation on which a new generation of applications can be built, enabling customers to analyze large quantities of data from virtually any source in real time. With the integrative approach of SAP HANA and the new programming paradigm, SAP is simplifying existing computing layers and allowing applications to directly benefit from hardware improvements for the first time. SAP BusinessObjects Strategic Workforce Planning, version for in-memory computing, leverages the in-memory database and calculation engine, allowing managers to simulate scenarios in real time, analyze complex relationships quickly and see how proposed organizational changes will impact the business. Managers and human resources executives can simulate how their workforce would need to grow and change using predictive modeling. This allows them to make intelligent, data-based decisions about allocating or adjusting staff, for example, as a result of an acquisition or to enter a new market.

Working together with its partner and customer ecosystem, SAP plans in the next year to introduce new applications based on SAP HANA that will help utility companies manage power supply in real time, provide retailers more timely analysis of point-of-sale data and enable more accurate sales pipeline forecasting for all types of companies.

Early Results Generate Excitement Among Customers As part of the co-innovation program, SAP has used data from customers to demonstrate how particular business processes could be improved by SAP HANA, and these customers are already seeing valuable results.

"We participated in the co-innovation program for SAP HANA and saw how SAP in-memory computing can dramatically improve our processes," said Martin Petry, CIO, Hilti Corporation. "Hilti provided over nine million customer records to SAP. By loading these into SAP HANA, it was possible to comb through these records in a matter of seconds, versus the days it took previously to extract them from our data warehouse and SAP Business Suite. We're looking forward to further exploring the transformative impact of SAP in-memory computing on our business."

Customers across the globe are evaluating SAP HANA and recognize the benefits to their organization. As the largest retailer with approximately 1,000 stores across India, Future Group needs real-time visibility into sales data so it can better understand customer insights and plan business accordingly. SAP HANA has the potential to provide instant information about which products are selling, promotions that have been effective and stores that are most effective. In-memory computing from SAP may offer a powerful way for Future Group to analyze customer spending and revenue across its multitude of stores and product lines.

During the customer co-innovation program, SAP HANA achieved ground-breaking performance results that are the basis for a new generation of applications with the potential to significantly improve customers' business:

  • Very complex reports and queries against 500 billion point-of-sale records were run in less than one minute, thanks to the unique multi-core processing algorithms. This result was achieved on a system with 10 blades and 32 cores each.

  • SAP HANA scales linearly with performance proportional to hardware improvements so in the future customers will be able to deploy systems with 1,000 or more cores that enable complex real-time analytics.

  • SAP has mastered massive parallelism for enterprise applications (such as aging) with its in-memory computing engine, harnessing these benefits for business applications.

For more information about SAP HANA, please visit the SAP TechEd newsroom. Follow on Twitter at @SAPInMemory and join the conversation around the launch at #sapteched, #inmemory and #hana.

SAP® TechEd 2010 in Berlin, Las Vegas, Bangalore, and Shanghai More than 14,000 SAP customers, partners and technical experts are expected to convene at SAP® TechEd 2010, the company's largest ecosystem education event series. The conference brings IT managers, software developers, administrators, and business process experts together to see, hear, and share how they and their peers can stay one step ahead of business change. Choosing from hundreds of hours of expert-led sessions and hands-on training, attendees can gain the inspiration and skills they need to maximize impact on their organizations. In its 14th year, SAP TechEd 2010 was held in Berlin, Germany, October 12-14, and Las Vegas, Nevada, October 18-22, and is being held in Bangalore, India, December 1-3; and Shanghai, China, December 1-2. Follow SAP TechEd on Twitter at @sapteched and join the conversation at #SAPTechEd.

About SAP SAP is the world's leading provider of business software(*), offering applications and services that enable companies of all sizes and in more than 25 industries to become best-run businesses. With more than 105,000 customers in over 120 countries, the company is listed on several exchanges, including the Frankfurt stock exchange and NYSE, under the symbol "SAP." For more information, visit www.sap.com.

(*) SAP defines business software as comprising enterprise resource planning, business intelligence, and related applications.

Any statements contained in this document that are not historical facts are forward-looking statements as defined in the U.S. Private Securities Litigation Reform Act of 1995. Words such as "anticipate," "believe," "estimate," "expect," "forecast," "intend," "may," "plan," "project," "predict," "should" and "will" and similar expressions as they relate to SAP are intended to identify such forward-looking statements. SAP undertakes no obligation to publicly update or revise any forward-looking statements. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. The factors that could affect SAP's future financial results are discussed more fully in SAP's filings with the U.S. Securities and Exchange Commission ("SEC"), including SAP's most recent Annual Report on Form 20-F filed with the SEC. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates.

Copyright © 2010 SAP AG. All rights reserved. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serve informational purposes only. National product specifications may vary.

Note to editors: To preview and download broadcast-standard stock footage and press photos digitally, please visit www.sap.com/photos. On this platform, you can find high resolution material for your media channels. To view video stories on diverse topics, visit www.sap-tv.com. From this site, you can embed videos into your own Web pages, share video via e-mail links and subscribe to RSS feeds from SAP TV.

Follow SAP on Twitter at @sapnews.

For customers interested in learning more about SAP products: Global Customer Center: +49 180 534-34-24 United States Only: 1 (800) 872-1SAP (1-800-872-1727)

For more information, press only: Scott Behles, +1 (917) 494-2009, scott.behles@sap.com, EST Hilmar Schepp, +49 (6227) 7-46779, hilmar.schepp@sap.com, CET SAP Press Office, +49 (6227) 7-46315, CET; +1 (610) 661-3200, EST; press@sap.com Mike Pilarz, Burson-Marsteller, +1 (312) 596-3568, michael.pilarz@bm.com, CST

Loading Message Solution for Xcelsius

One of the most challenging issues that Xcelsius developers face everyday is related to the performance of dashboards. Sometimes performance can be improved by changing the connection properties, changing the queries, reducing the Xcelsius components or reducing the formulas within the Excel sheet that populates the dashboard.

However even after making these adjustments, it’s possible that the dashboard may still take longer than expected to load. In fact, the calculation of some critical formulas such as SUMIF or VLOOKUP can take several seconds to update the values. But rather than explaining to users that the dashboard is locally calculating the values and that they simply have to wait for a short while, why not show them the loading progress in action…

What I have created is an “enable” button for our filters that will show the loading message for a defined period of time before showing the data. Please note that this is meant for Excel triggering and not for queries (even if it can be easily adapted by using some of the outputs as triggers for the data connections).

The components I used are as follows:

  • Combobox 1: This is filtering only the labels and sending the selected one to a destination (using filtered rows settings).
  • Combobox 2 (behind 1): This filters the entire table only when the play button sends values greater than 0 (so it is in PLAY mode) and less than our max time (in this case 6 seconds). It uses filtered rows and sends the output to a destination. Note: it filters the value 1 from the column with a formula that says: IF what I selected from combobox 1 is equal to what I see in the related column of my source table, then 1 else 0.
  • Spreadsheet Table: I needed an output control to show the values, but of course in real life this could be any other component.
  • Play control: This manages both our loading message and the combobox 2. It has the auto rewind option enabled but neither the auto play nor the auto replay. We should calculate the time that we need to show our loading message and set the play control to that value (or that value +1. it depends on the logic you want to use).
  • Background: This is meant to create the real loading effect that thanks to the “Block mouse events” option avoids any inappropriate clicks of our users while the dashboard is thinking.
  • Text label: This says “Loading…” but could say something else. The important thing is that the user needs to understand that the dashboard is calculating the values.
  • Horizontal progress bar: I used this control that shows the output values of the play button to have more loading effect.

Note: the last three components have been chosen within the out of the box ones to keep things simple. In a real case I would use some flash animations or the loading component that has been released by Donald MacCormick within the xcomponents solution.

The formula I used to show the loading message (and enable combobox 2 as already explained) says the following: IF the output value of the play control is greater then 0 and less than the maximum I need, then 1 else 0.

I hope you find this solution helpful and easy to implement. Feel free to check out the SWF file to see an example of how the loading message solution works and download the test XLF in the zip file below. Let me know if you have any questions or comments.

SWF file: loading message_solution

XLF file: test_v3

SAP BusinessObjects Dashboards running on Android

While Apple and Blackberry users struggle to find ways to visualize the latest versions of flash content with their devices through several applications and plug-ins, Google with its open source philosophy, seems to be in first position in this race.

The latest release of Android, v2.2 (“Froyo”) based on Linux Kernel 2.6.32, natively supports the Adobe flash technology used by SAP BusinessObjects Dashboards (formerly Xcelsius) and SAP BusinessObjects Explorer. The difference is that it allows for the interactive visualization of Dashboards, WebIntelligence reports and exploration spaces without the need for a third-party application, unlike iPhone, iPad and Blackberry.

This means that your company can leverage the effort spent building Xcelsius dashboards by providing mobile employees with a very powerful and interactive interface to make business decisions in the field. It is clear that not all dashboards would be suitable for mobiles and screen dimensions should be taken into account when developing, however below you will see an example which was not specifically designed for mobile but actually fits perfectly in my HTC Legend.

Dashboards on Android

Adobe announced officially on October 25, 2010 that Google's Android OS 2.2 already includes the Flash Player 10.1 plug-in as well as the brand new HP Palm Pre 2, but did not say yet when it will release the versions for the BlackBerry OS, Microsoft's Windows Phone, the Symbian OS, or Nokia/Intel's MeeGo.

Apple has insisted that iOS-based devices like the iPhone and iPod touch will never offer a Flash player. Instead, the company is looking in another direction, surprisingly towards an open standard this time: HTML5.

Finally, on the BI vendor side, it is also interesting to note that as a result of an increasing demand for BI content in Apple devices, SAP BusinessObjects, which used to endorse an application called Roambi Mobile Dashboards by MeLLmo, Inc., is currently developing its own solution for an interactive BI experience which we will certainly have to keep an eye on.

If you have any comments about developing dashboards for mobile devices, feel free to leave a note below.