""

Mobility

SAP BusinessObjects Explorer 3.2: Creating Row-Level Security

In the past few months I had the chance to implement a solution based on the combination of SAP BusinessObjects Explorer and mobile devices. The challenge was: “I want to explore the same information that I see on my dashboards with SAP BusinessObjects Explorer on my iPad. In this particular case, some of the customer`s dashboards were really complex and we had to deal with many issues. Today I would like to share with you how we solved one of these issues:

How to implement row-level security into a space of Explorer?

The solution to this challenge cannot be based in any case of security implemented at universe level, in SAP BO Explorer the information of the spaces is retrieved when we index the space, this means that any kind of security applied at universe level will have a direct impact when we index the space. What we needed was a space with all the information but able to be filtered on demand based in some personalization rules.

With SAP BO Explorer 3.2 we are able to generate and apply this kind of security by creating two spaces: one reference space with all the possible information to explore and one personalized, where we will be able to filter the information displayed on demand based on the rules of personalization and making use of the reference space.

Definition of the scenario

To be able to follow the implementation of the solution, assume that we start from:

  • SAP BusinessObjects XI 3.1 installed and fully operational
  • SAP BusinessObjects Explorer 3.2 installed and fully operational

To make it easy to follow I will make use of the eFashion universe and we will need to create users in BO according with the list of values of Name of Manager dimension (Store -> Store Details->Name of manager).Note that the name of the users should be exactly the same as the values of the dimension.

We will create a new space based on the eFashion universe information. The personalization rule is that the Store managers will have access to the space but they will only be able to see the information related to their Store(s).

Creating the e-Fashion Reference space

First open SAP BO Explorer and login with administrator credentials. Click in Manage Spaces, select e-Fashion Universe and press New

In the tab Properties introduce a Name, in our case eFashion Ref, and select a folder under Public Folders, for the example Public Folders -> Explorer Spaces

The users should not be able to access this space, so remember to uncheck the option Show on Home Page

In the tab Objects select the objects that we will use in the space, in the example this tab will look like this

Then click Validate the space and then OK to save the space

Now you will have to Index the space, to do this just press the Index buttonOnce the status check shows the following symbol the space is successfully indexed.

Creating e-Fashion Personalized Space

Now we will implement the space to be accessed by the users, in this space we will make use of the eFashion Reference space created before to build a space with the personalization rules defined.

Log in with Administration rights into SAP BO Explorer, go to Manage Spaces, select the eFashion universe and press New. In the tab Properties introduce a Name, in our case eFashion Pers, and select a folder under Public Folder, for the example Public Folder -> Explorer Spaces

Select the same objects that we have used to create the eFashion Ref space

Go to tab Personalization, check Personalize information space Exploration and Select the eFashion Ref space from the list Select an information space

Now select User, from the table To Filter, and select Name of the Manager in the drop-down list in the column Filtered By.

We will link the rest of the dimensions of the personalized space with their corresponding ones on the reference space. The Personalization tab should finally look like this:

Validate the space and press Ok to save it and Index the new space eFashion Pers

Security Topics

Before testing the solution, and to avoid strange behaviors of the SAP BO Explorer spaces, we will have to review the security applied to the different components involved in SAP BusinessObjects. To “make our lives easier” I suggest creating a User Group (i.e. Explorer Users) in SAP BO and I strongly recommend reviewing this list of topics to ensure that the group has:

  • Granted access to Explorer application
  • Granted access to the Universe
  • Granted access to the Connection used on the universe
  • Granted access to the folder where the spaces will be stored.

In this example, what I did was to grant View On Demand access to all of the items of the list.

Finally the solution is ready to test!

Testing the solution

Log on in SAP BO Explorer with one of the users we have created, i.e. Quinn, from the Home tab we will access the eFashion Pers space and see only the data belonging to manager Quinn

If you log on with another user created, i.e. Steve, from the Home tab we will access the eFashion Pers space and see only the data that belongs to Steve

I hope you found this article interesting. For any queries regarding the contents of this article please leave a comment and I will readily reply.

SAP BusinessObjects Mobility Solutions (Part 2 - SAP BI Mobile)

This is the second article of the SAP Mobility Solution series.  It is time to review the second Mobile application that has been release by SAP Business Objects: SAP BI Mobile

If you have not  read the first article on SAP Explorer yet, check it out.

Just as a brief reminder that both this and the previous tool can be downloaded (if you are an SAP partner) through SAP Marketplace

If you are not an SAP partner but still feel like trying these tools you can still download the mobile applications from the app store and try out the demo servers SAP has made available.

Now let’s start reviewing the second Mobile tool from SAP Business Objects

SAP BI Mobile

The SAP BI Mobile application allows WebI and Crystal reports to be displayed and distributed through Mobile devices. The application we will review here is the Ipad version but other mobile devices are also supported. The Ipad version of this application can only be installed if you have Business Objects XI 3.1 SP3 or higher, so be prepared to patch your system if it is not at this level.

Click Here to find a complete overview of this application.

The first step to get this application running is to install the server side of the software. To do so you need to download two files from the SAP Marketplace: the BI Mobile 3.1 SP3 file and also the BI Mobile SP4 (required for Ipad support)

Installation

The installation is also straightforward and you should only modify the default settings of the install if your Business Objects system configuration requires it.

For example, if you have a web server separated from the application server then you will have to install those two sides separately (Custom Install). In our example, since all the components are on the same machine we will install all the software on the same place (Complete Install).

You can see in the screen below how components are separated in the install process.

Once you run through the install for the BI Mobile SP3, you will also need to install SP4. This patch installation does not require any configuration and will only write the patched files on the home business objects directory.

After these two installations are complete you will notice new applications are installed on the server components of you Business Objects system.

Run both of the Configure as a service options (only on windows install) so you can also have the BI Mobile components available as services under windows.

Make sure your new Mobile services are started and remember to set them to start automatically in case they need to remain ON along with the Business Objects system.

Deploying Web Components

The web part of the BI Mobile application has also been generated during installation but for some reason they are not automatically deployed (at least in our test cases). Therefore you will need to move them yourself to the Tomcat webapps directory so they are deployed.

Browse to the following directory: $BOBJ_Home/Business Objects 12.0/java/

Locate the following files:

  • MobileBIService.war
  • MobileOTA.war
  • MOBIServer.war

Copy these files to the webapps directory located at: $BOBJ_Home/Tomcat55/webapps

When the .war files are copied to this directory they will be automatically picked up by Tomcat and new directory apps will be created. If the deployment is successful you should be able to access the Mobile default web page at:

http://yourserver:8080/MobileOTA

If a webpage comes on with options for different mobile devices, we are now ready to install/configure the mobile application on the ipad.

The Mobile Application

First off, we need to download the application from the App Store. You would find it under the name SAP BI Mobile (do not confuse with Mobile One app)

Once downloaded, it is time to configure the settings for a new Mobile connection.  Start the app on the Ipad and click on the Settings option at the bottom.

Select the "add a connection" option where you will have to provide the following:

  • Connection Name
  • Server URL. This is the name:port of the machine where the BI Mobile web component has been installed (without http in front)
  • The CMS name that controls the BI Mobile server components
  • The Authentication method
  • Username and Password

Save the configuration and select the newly created connection.

If the connection is successful we will face the following screen on the Ipad application.

The connection to the mobile server has been successful but we have no reports to show yet. To make new reports available to the mobile application we will have to tag them as mobile compatible. This is done by adding the reports to a category called Mobile. This category can be customized as desired but for this example we will use the default value.

Select the reports we want to make available on the BI Mobile application and categorize them as Mobile.

NOTE: In most cases the category does not previously exist and you might need to create it prior to this step.

Almost immediately after this is done, you will see the categorized reports appear on the lower part of the BI Mobile application.  The reports are now ready to be downloaded to the Ipad.

Click on the green download button that appears next to each report.

When the download is completed the downloaded report will appear on the upper part of the BI Mobile application. We can now click on the report on the upper part and you will find the Mobile version of your WebI/Crystal report.

Be aware that not all WebI capabilities are supported by the BI Mobile version. To understand the limitations you can review the product guide here

On the same document we can also find some useful best practices on how to design a WebI/Crystal report for Mobile viewing and templates that can help you when designing new reports according to mobile devices´ size.

Although the variety of graphs and interaction in the BI Mobile application is still quite basic, we think SAP is in definitely on the right track.

Appendix on Business Objects XI 4.0

Although our example reviews version 3.1 of the Mobile application we also advise to review the guide for release 4.0 as it contains additional features on the BI Mobile application. The additional features include in-table graphics such as percentage bars or sparkline trends. See screenshot below:

 

Conclusion on SAP BusinessObjects Mobility Solutions

This is a promising start. Chances are that  soon SAP will extend the devices covered, support more complex graphs and take better advantage of the Ipad interaction capabilities as well.

With mobile solutions you will be able to optimize your existing investment by bringing your content to more mediums, you will be able to provide instant answers to more people, no matter where they are working from, therefore, you will boost the performace of your organization. All bets are on mobility!

 

If you are interested or have worked with this application, or if you feel it might be useful in your organization, please leave a comment below.

SAP BusinessObjects Mobility Solutions (Part 1 - SAP Explorer)

As you might have already noticed we live in a mobile world. The increasing use of mobile devices for everyday tasks has become a common place in the course of the last decade. Business Intelligence has not fallen behind on this trend. On this series of two blog posts on SAP Business Objects Mobility Solutions, we will analyze mobile applications that SAP Business Objects has made available to bring BI to mobile devices (more specifically the Ipad): SAP Explorer and SAP BI Mobile.

Through this analysis we will learn what is the process to install the applications and review a few important things we need to consider. We will focus only on their mobility piece (Explorer for example can also be accessed on non-mobile devices) and we will also review some details of server side installation for each tool.

Both of these tools can be downloaded through SAP Marketplace (if you are an SAP partner).

If you are not an SAP partner but still feel like trying out these tools you can download the mobile applications from the app store and try out the demo servers SAP has made available.

First off, let us give you some details on our test environment and the software that was installed in it.

Software:

Business Objects XI 3.1 SP3 Enterprise

  • SQL Server 2005

  • SAP Explorer 3.2

  • BI Mobile 3.1 SP4

Hardware (Virtual Machine):

  • Windows Server 2003

  • 4GB RAM

  • 2 processors

  • 30 GB hard drive

With the above setup ready let’s start with our first Mobile tool from SAP Business Objects.

SAP Explorer

This is the first SAP tool based on in-memory technology. It is aimed for casual users who require an agile and pre-built framework for reporting but that still allows them to filter and search data intuitively. It was initially released as a web application only but the mentioned characteristics make it an obvious candidate for mobile devices, so the mobile application came out shortly after.

Once you have the installer files downloaded from SAP Marketplace it is time to install it on our Business Objects environment.

Installation

The installation of SAP Explorer is pretty straightforward. You will find that there are very few screens that we need to pay full attention to and these are the ones we will focus on during this post.

You would install the application and web server components together or separated, depending on your system configuration. In our example we will install the whole product on a single machine.

For environments where the web server is not located on the same machine you will have to install independently the Web Application Server Component in the list above. However, it is also possible to install, for example, the indexing server on a separate machine to optimize efficiency. The index server is the one in charge of generating the space and might require a heavy load of processing power depending on your configuration.

Administrator credentials will be required during installation, so make sure you have them handy, as well as CMS name and port.

Finally the node name will be requested. This is used to identify the installation in multiple/parallel Explorer setup. For example, to link an isolated indexing server to its Master server. In our case we will leave the node name with the default name (which on this case is the computer name) as all of our installation resides on the same place.

Once the installation is complete we can test it by accessing the following url: http://yourserver:8080/polestar

If everything is setup correctly you will see the login screen for Explorer.

NOTE: If you would like to review the installation process in more detail it is best to review the Installation Guide also available in the SAP Marketplace.

Creating and Configuring a Space

Next step is to create a space.  The space is the indexed data that Explorer builds based on a Universe or File. To build it we will need to do the following:

  • Login to SAP explorer

  • Click on the Manage Spaces option

  • Select a universe

  • Select New

Provide the necessary information to build the space. We will need to provide at least:

  • Space name

  • Storage location

  • The dimensions and facts that will be computed on the space

Once the space has been configured we now need to index it. This process can be executed on demand or it can be scheduled, as a one time only or recurrent event. Depending on the size of the data selected from your universe this process might take from minutes to hours, so be aware of this before long running queries are configured to build a space. Once the space has finished indexing its data it will be marked with a green check.

Now we can plugin our mobile device to the space!

The Mobile Application

Before we plugin your device, first we need to download the application from the app store. We will find it under the name "SAP Explorer".

Once downloaded we need to configure a new connection with the following details:

  • Connection Name

  • CMS System name

  • Username (with permissions to use Explorer)

  • Password

  • Type of Authentication

There are no complex requirements on this configuration screen. Just make sure you provide the correct data for each component (web server, cms, cms port, etc).

NOTE: the official SAP Explorer Mobile installation guide specifies that installing SAP BI Mobile servers is a requirement. In reality, this is only optional and by installing SAP Explorer server you should be able to access Explorer with your mobile device.

You should now be able to start the connection to the Explorer server and work with the space created before. On this example we will use the SAP Experience connection that comes configured by default on the Ipad application.

If the connection is successful you should find the following screen listing all available spaces:

Once a space is selected from the list we would face a screen that looks pretty similar to what you have seen in the web version of Explorer.

The mobile version of SAP Explorer has no differences on functionalities against is Web-based version and only minor changes have been done to adapt for touch interaction on the Ipad.

As you have seen, installing and preparing SAP Explorer Mobile is a no-brainer.  Run through the installation process and you are setup to start using spaces and in-memory analysis on the Ipad.

As of now there are no other apps released by SAP for other mobile platforms (i.e. Android). Some might say this is not necessary due to other platforms support of flash technology, but the responsiveness of the Ipad application definitely sets this version appart. We hope to see dedicate applications to come out for other mobile devices soon.

The next mobile application - SAP BI Mobile - will be covered in the next article of the series, that should be out in early January.

If you are interested or have worked with this application, or if you feel it might be useful in your organization, please leave a comment below.