Monday, March 31, 2014

HANA Adoption Strategy

For most organizations,eventually it will come to a point where there will be hot debate on deciding to get HANA in or not. HANA is sometimes mistakenly took in as a new tool to improve reporting and planning performance and the investment evolves on funding the hardware, upgrade and licences. Well, it is not uncommon approach as scoping those mentioned areas already took up millions of dollars. And to take off HANA as new technology together with a strategic adoption program, it will cost triple fold of the initial set up cost.

HANA is actually a roadmap and a BI adoption program beside treating it as another 'Accelerator'. The implementation roadmap needs to be planned according to:
• Assessment of current BW environment to decide the migration strategy
• Alignment with SAP BO Upgrade and new innovations such as Lumira,Mobi & Explorer
• Alignment with Master Data initiatives
• SAP BI Governance Adoption
• Integration and adoption across other integrated systems, departments, projects
• Delivering business values and innovations in line with company long term goals and BI visions

Companies out there should avoid making mistakes to get only the hardware and tool in place without streamlining it as part of the long term BI roadmap that consist of stakeholder positioning in BI, delivering business values, adoption, governance, scalability, program sustainability in economic downturn, and global support. Having to say that, BI at the end of the day  is an expensive practice/tool/process that can only deliver back the ROI if it is strategically executed and planned.

Sunday, March 23, 2014

Potential Impacts of HANA Migration to the SAP BO

This is a good article for us to refer on the potential impact on BO when BW moves to HANA. Please take note that there is effort required on changing the data connection path on the universe we have currently and this may require to be done during the cutover window.


Friday, March 21, 2014

What is HANA?

I often hear people asking around 'What is SAP HANA'?

My definition
SAP HANA is a database itself, and it only runs on SUSE Linux. It is RAM working on Write/Read Controller modules on Data Volume and Log Volume store in disk. When you write data to SAP HANA, it is written to the logs first then moved into RAM. The ‘disk’ here meaning file system on a Fusion-IO SLC or MLC nand flash card or RAID 10 controller with an array with SSD disks (depending on the hardware vendor). This sounds like a lot of Basis stuffs and yes if we see it from the sole angle of migrating the database from rdbms to in-memory, this is it , something new and exciting for Basis guys.

So what is in store for BW guys? Ok, here is where BW consultants need to pay attention to. You see SAP sees HANA as a game changer, in a way, there are so many potentials lies within the area of Business Analytic. So they introduce to you SAP HANA Studio. This is where the future RSA1 and DB02 take place. And the peak of the action happens when ECC itself sits on top of HANA and  HANA Business Contents are made accessible directly from HANA Studio. If you are a BO guy, you already know data provisioning is available directly from HANA real time data straight into the dashboard or reports.

How about ABAPERs? HANA Studio itself is built from Eclipse. So if you are an application developer, having sound knowledge on Java is crucial as I can only imagine instead of developing workflow in webdynpro , we can do it in Java. Of course, on top of all this, we can't run away from the integration with ECC in which BADI and BAPI skillsets are always hot in that area. So ABAPERs, you are always in demand.

To get to the ultimate HANA landscape, just like any technology lifespan, there is transition and obsolete.
Well, let's not dwell into the word 'obsolete' in this case (Although I do believe it contributes to a lot of worry factors among BW consultants) .Focusing on the word 'transition', that is when we start to google up on words like HANA optimized Infocube, HANA optimized DSO, Semantic Partition, 'Sidecar' approach, SLT, DXC and the favourite for BPC-ABAP developers - Code Pushdown.

Quote from Vishal Sikka:
There is another possible reality. HANA offers an opportunity to rethink business processes. The business driving elements such as decentralisation and the explosion of interrest in mobile are in play. Cloud vendors are showing us important elements of the technology with which to get the job done. Despite what detractors might say, HANA really does have disruptive potential.


Here is a list of Google search results from various sources:
WIKI
SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP AG.

Note:
Column-oriented organizations are more efficient when an aggregate needs to be computed over many rows.
Column-oriented organizations are more efficient when new values of a column are supplied for all rows at once.
Row-oriented organizations are more efficient when many columns of a single row are required at the same time.
Row-oriented organizations are more efficient when writing a new row if all of the row data is supplied at the same time.


SAPHANA.COM
SAP HANA is an in-memory data platform that is deployable as an on-premise appliance, or in the cloud.  It is a revolutionary platform that’s best suited for performing real-time analytics, and developing and deploying real-time applications. At the core of this real-time data platform is the SAP HANA database which is fundamentally different than any other database engine in the market today.

Wikibon
SAP HANA Enterprise 1.0 is an in-memory computing appliance that combines SAP database software with pre-tuned server, storage, and networking hardware from one of several SAP hardware partners. It is designed to support real-time analytic and transactional processing.

Techopedia
SAP HANA is an application that uses in-memory database technology that allows the processing of massive amounts of real-time data in a short time. The in-memory computing engine allows HANA to process data stored in RAM as opposed to reading it from a disk. This allows the application to provide instantaneous results from customer transactions and data analyses.HANA stands for high-performance analytic appliance.

Searchsap
SAP HANA is a data warehouse appliance for processing high volumes of operational and transactional data in real-time. HANA uses in-memory analytics, an approach that queries data stored in random access memory (RAM) instead of on hard disk or flash storage.

Cost Allocation Project

It'd been a while since I last blog. I was moving from HANA to BPC on and off in the fluid environment in my current organization. But getting into BPC was something very different from what I used to do as a SAP BI consultant. Actually there is a lot of Abap, CO config and BPC frontend and very little of BW development. Anyhow, the solution we rolled out is really neat and creative. An Abap program was developed to simulate Cost Allocation process from ECC and the data is updated in real time into a write-optimized DSO, in this case it acts as a table. These data is loaded into an Infocube and through a Data Manager package that call a BADI , the results is extracted into a BPC model. The model is used to enable planning in BPC for secondary cost.This was possible because ECC BAPI was triggered from BPC via a RFC connection and data was retrieved from AL11 back into BPC. The best thing about this program is we are able to create a snapshot view of each run for the cycle (sometimes the users may run more than one time for the same cycle after making changes in the cycle configuration or percentages of allocation), cycles are categorized for each Region accordingly (hence making it possible to have an authorization check for  user  over a particular cycle), data updated directly in BPC and preliminary check was done on dependent cycle (example a WBS Element that acts as a Receiver has to be run before a cycle that has that same WBS Element as a Sender). The checks on dependent cycle eliminates a lot of manual work in which it used to be a dreadful practice to run Cost Allocation by different focal person through a series of 'take turn' sequencing to cater for cost objects involve in inter company elimination. I got really used with tcode such as KSUB, KSU7, KSU8, KSU9,  CJI4, KAH3, KJH3, KP06 etc.The Abaper I worked with is an amazing coder who managed to have the work evolved 'beautifully' around this important function module K_ALLOCATIONS_RUN.

If the whole Cost Allocation process can be simulated from BPC , the whole planning process is possible to be shifted over from ECC to BPC. The approach is through  simulation because the BAPIs are only available in ECC contents and not in Netweaver. It can be interesting topic for licencing as if planning can be triggered from BPC, planning focals  may not be needing ECC access. Well, for existing BPC planning solutions, instead of performing extraction and retraction in and out from ECC, you can consider this approach.

*For Extraction mode, BADI that normally substitute the conversion file in Data Manager Packages is used and is triggered from transformation file (Script Logic) in Data Manager Package. As for Retraction ECC, a BW process chain can be used by declaring it in the transformation file and then run the Data Manager Package.


Saturday, February 18, 2012

HANA...

My first question when I into the diagram below is will HANA be able to replace the SAP BI (backend)? In my opinion, after going though some articles by Thomas Zurek , I do have the impression that the future data modelling and transformation can take place in the database-level modelling tool .In one of  the talk on HANA by Daniel Rutschmann, he answered the question by saying that BW will not be replaced as there is a need of having a datawarehouse system for harmonization and consolidation purposes, eg. to consolidate data from more than one ERP system in a company (But bear in mind, any multinational company out there will surely put aside a big budget to cut down cost of operation and to standardize the process through convergence of all the ERP systems into one single instance). John Appleby says 'No', with one of the reason being the business content (But it won't be a surprise that SAP is starting to look at building HANA around the business suites).

This is an interesting forum that discuss some of the confusion and in this clip, you can see how well SAP BO integrate directly with SAP HANA. This is also an interesting technical step by step document that demonstrate how a variable is applied in HANA modelling.

SAP HANA Overview and Roadmap 

 

Big Changes in SAP BI with the new acquisitions

We have all heard of SAP acquisition of BO,Outlooksoft and HANA. For BO,the impact hits directly on the SAP Bex frontend tools as it will replace Bex query and WAD as the frontend reporting tool. But there is still a lot to work on the integration part between BI7 backend and BO in which we are still seeing Bex query as a much needed component to integrate the customer exit and authorization portion with the BI7 backend engine. Universe is still build on Bex query, and it is required for Webi and Xcelsius via QAAWS to read the dataset.But in BO4, the universe layer is eliminated, as in the Bex query integrate directly with Webi and Xcelsius. Before BO acquisition, SAP never has a true dashboard tool and this position Xcelsius as the strategic dashboard tool for SAP.

As for acquisition of Outlooksoft, SAP has already build a strong integration of the new BPC tool with the netweaver platform. BPC will be a poweful budgeting and consolidation tool that leverage on excel and netweaver platform. But a lot of customers on BI-IP and SEM-BCS are quite reluctant to transition their existing budgeting and consolidation tool as that would merely means a whole new setup and deployment in the wide organization. There is not any direct linkage between BI-IP, SEM-BCS and BPC. They are completely different tools altogether, meaning there isn't any real transition, it means replacement.

It took quite a while for HANA to evolve when SAP bought over Transactions In Memory. But ever since BO acquisition and cost of hardware storage become more affordable,the future of SAP BI is starting to piece all the new products acquisition into picture as we are now seeing HANA to tap into huge volumes of detailed information directly to access real time data. HANA is expected to include BICS,SQL and MDX interfaces, meaning that it can be easily dropped into BO environments to dramatically improve performance. Some BO analyses, whether in the BO web client interface or in Advanced Analysis can achieve optimized reporting capability through HANA.

Many BW consultants are in pressure to move into BOBJ and HANA platform so to catch up with the desired skillsets in the future job demand. Some of the info in the links below provide some clarity on the whole transition from SAP Bex to BO as well as the positioning of HANA and the BW backend.

Business Objects vs. BEX
Is upgrading to SAP BusinessObjects BI 4.0 right for you?
SAP BI roadmap one year later: How's Business Objects working out for SAP BI customers?
Customers express hopes for, concerns about SAP BusinessObjects 4.0
What to do with BEx tools in a BOBJ world?
SAP: Don't rush from SAP BEx tools to SAP BusinessObjects
HANA and BW 7.30
SAP HANA Overview & Roadmap
Will HANA eliminate the need for BW? 
Why SAP HANA should start replacing SAP BW?

When it comes to in memory data modelling, this is the part I am a bit confuse. How is SAP going to integrate and maximize the features of SAP BODS and Hana Studio.

We have also heard of  Rapid Application Development. The objective of such tool is to enable customer to deliver something fast within the company's budget. The tool is bundled into most of the stuffs the user can use out of the box with some configuration on the master data and authorization being the biggest chunk of work there is. A good example is the SRM BI module called Spend Performance Management. The dashboards and reports are made available in the package and data is retrive directly from the ERP via Data Integrator. Now, that put SAP BW closer to the space of legacy tools.

Friday, February 3, 2012

SAP BI-BO-BPC-Xcelsius Integration

Recently I came across a reporting requirement to develop an Xcelsius dashboard that contain data  from BPC reporting.The first thing that came across my mind is the integration point and the single version of truth in terms of the final results and formulas applied in BPC.We can connect Xcelsius to the BPC Applications via the universe using QAAWS or we can opt for the EPM connector that leverage on the Extended Analytics.For the later approach, be careful that the Extended Analytics and the EPM connector wil only work in Xcelsius if the Service Pack level for the ODBO driver is the same as the Extended Analytics. Else you may encounter issue using 'getreportdefinition' command in the Extended Analytics or connecting to the BPC server via EPM connector.

Another thing to consider is the SSO, if your BPC has domain login and BO server has SAP logon, there is no way you can skip the BPC domain logon prompt when you refresh the data from Extended Analytics.Using the Extended Analytics and EPM approach,we can use the Custom Member feature to apply the MDX formula to derive any calculated field.

Another thing that came across my mind is the single client tool that the organization has to strategically deploy across for all reporting users. For example if consolidation and budgeting is build on the BPC platform, it is just logical that the reporting on group console and budgeting reports are done from Extended Analytics which enable user to read the BPC data structure rather than start building Webi or Bex reports out of BPC applications due to the differences in BW and BPC structure. Furthermore  BPC v10 client can read both BPC and BW structures.

In regards of Xcelsius, finance dashboard can be build from the EPM connector interface and other reports such as PTP or OTC reporting via the universe from QAAS. In BO4, universe layer is not required anymore to read from Bex query. Instead there is Advanced Analysis (embedded in Excel engine) that has direct connectivity to SAP BW backend system and Bex query.Xcelsius can consume data displayed in Advanced Analysis via BICS (BI Consumer Services). Just take note that Advaced Analysis (as well as Explorer) does not come in BO Starter Package licence.

Tuesday, December 20, 2011

Outsourcing BW and BI – When Does it Make Sense?

Stumbled upon this article today discussing on the outsource reality that hits BI.

Monday, August 29, 2011

Early positioning of organizational change management during your implementation process

In reality, supporting a BI solutions in BAU mode can be challenging not only because there are no documentation or insufficient knowledge transition but there are many important points that were only known by the project consultants which  were not possible to be knowledge transferred or documented fully at the end of the project milestone.A lot of times, the issue is only discovered when the report is showing inaccurate data or process chain fails. This can happen if a working solution is not robust enough to handle different type of future changes and scenarios.Hence it is important for a professional project consultant to document and highlights areas of common maintenance required, known bugs and customized/hardcoded method applied during the implementation process. To ensure the smoothness of handover, this has to be reviewed and updated periodically during the implementation phase and not only at the stage of near completion as what most of the project practices. This is to ensure a complete understanding of the solution and a proactive working partnership between the project and the clients/support. Some of the crucial points that can be covered in this area:

  • customized abap program to lookup mapping values or selection of period filtering
  • deletion selection in the process chain
  • process chain failure root cause
  • possible enhancement area in the transformation logic (any hardcoded values that can changed or added in future)
  • impact of changing a web template or query objects to the other items in same template
  • shared datasources and infoobjects and the dependency 
  • any customized objects sits on erp/feed system 
  • which master data attributes required to be maintained when new assignment is added
  • roles and authorization matrix (usually liase with S&A and Portal team)

Thursday, August 18, 2011

Bye to CO-PA BW backend and welcome CO-PA HANA?



Read the full article here.

Production Support Project TCODE

The consultant is required to have access to the following transactions in R3 :

  1. ST22 
  2. SM37 
  3. SM58 
  4. SM51 
  5. RSA7 
  6. RSA3
  7. RSA6
  8. SM13
  9. SE16
  10. RSO2

Depending on needs:

  1. SP01
  2. DB02
  3. SM14
  4. SUIM
  5. SM01

Authorizations for the following transactions are required in BW:

  1. 1. RSA1 
  2. 2. SM37 
  3. 3. ST22 
  4. 4. ST04 
  5. 5. SE38 
  6. 6. SE37 
  7. 7. SM12 
  8. 8. RSKC 
  9. 9. SM51 
  10. 10. RSRV 
  11. 11. RSMO


Wednesday, August 17, 2011

Query Design Tips for Performance

  • Use filters - use as many as possible to reduce amount of data need to read from source
  • Use the 0infoprov in query restriction if data model is designed in a multiprovider that contain data segregated by same definition for each Infocube
  • Avoid using condition and exception
  • Use free characteristics - use as few as possible
  • Use restricted key figure with care - generate more complex sql
  • Use more than one structure with care
  • Characteristics/Navigational attribute are more efficient than hierarchies
  • Avoid complex queries - consider RRI to offer analysis path rather than define queries showing everything in the infoprovider
  • Check the Use Selection of Structure Elements option
*While filters are evaluated by the database, conditions and exceptions are usually 
evaluated by the application server resulting in a much larger volume of data being transferred between both servers.