Implementing Data Governance at Grifols: Best Practices and

Size: px
Start display at page:

Download "Implementing Data Governance at Grifols: Best Practices and"

Transcription

1 Implementing Data Governance at Grifols: Best Practices and Lessons Learned Praneeth Padmanabhuni, Grifols Inc. Richard Hauser, Decision First Technologies SESSION CODE: 0204

2 LEARNING POINTS Discuss how SAP Information Steward can assist in establishing a Data Governance program Enable power users in the business to own data processing and be responsible for data quality Remove manual steps to automate data processing as much as possible Extend the out-of-the-box visualizations available in Information Steward scorecards by utilizing repository metadata Involve data stewards directly in de-duplication efforts via Match Review Tasks in Information Steward

3 Who Is Grifols? International healthcare company based in Barcelona, Spain with offices the Raleigh, NC as well as Los Angeles Develop and distribute life-saving protein therapies derived from human plasma Have experienced rapid growth over the past few years as a result of mergers and acquisitions

4 Challenges as a Growing Company 70+ files to collect data from on a monthly basis 70+ varying degrees of data quality!!! Only want to count sales at the closest point to an actual consumer Data warehouse had previously been outsourced, but volumes had reached a point where insourcing became a more attractive option Data cleansing was being performed manually via Excel files, but using a tool to process large volumes became a necessity

5 Decision First Technologies Who we are Atlanta-based SAP Business Objects specialists Partnered with SAP 7x Business Objects Partner of the Year SAP Business Objects, SAP EIM, and SAP HANA experts What we do Strategize and implement Data Governance solutions BI Nirvana 90 day Business Intelligence on HANA Full lifecycle data warehouse implementations Data visualizations and standard reporting

6 Data Governance Defined Core business process that ensures data is treated as a corporate asset and is formally managed throughout the enterprise Marriage of the following programs: Data Quality Information Management policies Security Business process management Risk management

7 Information Steward Information Steward was chosen to be used as the tool to help implement initial DG policies Integrates nicely with DS, which was already in use Gives visibility to data quality issues Easy for business users to pick-up and run with Not a fully blown master data solution, more of an MDM-lite

8 Challenges at time of enlisting DFT Cluttered ETL environment Many manual steps needed for weekly processes Data issues popping up weeks after loading of flat files Users not trustworthy of account master data

9 Solutions Put Forward Implement best practices in ETL environment Multiple developer repositories, central repositories, and best practices naming conventions Combine and automate common ETL jobs to the fullest extent possible Give visibility to data quality by developing an Information Steward scorecard Improve the customer account matching process and utilize DS cleansing transforms to build user trust in the data warehouse

10 ETL Coding Best Practices Multiple repos and landscapes Previously just PRD One repository per developer Fully fleshed-out DEV, QA, and PRD to properly test Central repo for each environment Allows for versioning and rollback in event of unintended consequences Moving objects to central forces developers to fully understand the impacts they are having to all objects Naming standards Objects properly named, data that is being sourced from or written to, initial/delta load, number in sequence if applicable E.g. DF_ACCOUNT_MASTER_INT_D

11 ETL Automation Combine objects into jobs, workflows, etc Went from 15 steps down to 3-4 depending on data Code objects for reusability, not one-off executions Standardize variables across all jobs and conform to a template job format Job Execution Table, Job Start Script Give power users authority to process data when ready by allowing them to run certain DS jobs that they are responsible for

12 DQ Visualizations Needed a way to assess DQ before it became an issue IS Data Insight was the best solution for our purposes Same data validation rules could be applied to all distributors Limit the data being analyzed to only most recent month Built an event-based process chain in the CMC to seamlessly integrate this step into the normal weekly ETL jobs

13 Original Sales Staging Process

14 New Sales Staging process with DQ

15 DQ Reporting Enhancements Extract data from appropriate tables/views in the IS repository database every time new DQ data is available Historical scores are readily available from the following database views: MMB_DATA_GROUP Contains project names, among many other things MMB_KEY_DATA_DOMAIN Key Data Domain descriptions MMB_KEY_DATA_DOMAIN_SCORE Historical scores for every active quality object MMB_DOMAIN_VALUE Quality dimension descriptions

16 MMB_KEY_DATA_DOMAIN_SCORE Contains scores for KDDs, QDs, Rules, Bindings, by key data domain, which is attached to a scorecard Column to select score type is KEY_DATA_DOMAIN_SCORE_TYPE_CD TOTL = Key Data Domain Score KDDQ = Quality Dimension Score KDDR = Rule Score KDDB = Rule Binding Score

17 Information Steward Repo Joins MMB_DATA_GROUP.DATA_GROUP_ID = MMB_KEY_DATA_DOMAIN.PROJECT_ID (Project description) MMB_KEY_DATA_DOMAIN.KEY_DATA_DOMAIN_ID = MMB_KEY_DATA_DOMAIN_SCORE.KEY_DATA_DO MAIN_ID where score_type_cd = TOTL (for KDD scores) MMB_KEY_DATA_DOMAIN_SCORE.SCORE_ID = MMB_DOMAIN_VALUE.DOMAIN_VALUE_ID where score_type_cd = KDDQ ( for Quality Dimension scores)

18 Automated DQ Chain

19 Automated DQ Chain

20 Scorecard

21 Scorecard Drilldown

22 DQ Webi Report

23 DQ Webi Report Drilldown

24 Account Master Cleanup Requirements Needed to prove to the business that account master data was trustworthy Too many overmatch and undermatch scenarios existed in the old account master Could not start from scratch because internal data had been matched to an external data source by a third party Needed the cleanup effort to have data steward input for uncertain matches Little impact as possible on all current processes

25 Account Master Cleanup, Step 1 Identify overmatch scenarios, i.e. accounts that had been incorrectly matched together Run all current accounts with their children through a data quality match transform Break key is on Data Warehouse ID Child can only match to their parent, not to other parent accounts Pass all potential overmatches to a review task in Information Steward for data steward input Use data steward s input to determine how to handle the record Leave alone or create a new account master

26 Account Master Overmatch Cleanup

27 Account Master Cleanup, Step 2 Improve the current delta matching logic that was part of the sales weekly data warehouse load Should see a gradual decrease in number of new accounts created over time 3K per week initially New children accounts must be matched first against existing account masters, only after that can they be considered a match with each other Account master data was frozen for one month to accomplish this task Short enough timeline to not have a critical impact on business decisions

28 Account Delta Process

29 Account Master Cleanup, Step 3 Identify undermatched accounts Accounts that should be merged together but haven t been for whatever reason Run all existing account master records through a DS match dataflow to determine if they should be merged into one If a potential match is found between 2 or more accounts, pass this match group along to an IS Match Review task for data steward review Utilize data stewardship results to determine a winning account master and deprecate the others in the group

30 Account Master Undermatch Cleanup

31 VISION FOR THE FUTURE Ultimately would like to associate Salesforce.com CRM data with actual sales data coming from distributors Provides backward-looking analysis of sales rep performance Capability to start performing some predictive analysis Find more ideal customers Identify prototypical customers Focus on these accounts to grow business Foundation is now in place to be in compliance with Sunshine Act when it goes into effect

32 RETURN ON INVESTMENT THUS FAR Yearly savings resulting from initial DW project: $441.5K Savings resulting from reduced time to process weekly records: $13,000/month or $156,000/year Customer targeting and predictive analytics is next No upper bound on revenue potential

33 BEST PRACTICES Involve the business often to showcase improvements and ask for further suggestions Necessary for all DG/DQ projects Keep history of IS Match Review results OK to leave in same table in 4.1, issues have been found in early versions of 4.2 Just fine to move to another table if too confusing Have separate Reviewer and Approver roles for Match Review tasks Easy to get fatigued when going through hundreds or thousands of records Also a good idea to allow a few days to pass between review and approval

34 KEY LEARNING SAP Information Steward can assist in establishing a Data Governance program and gaining momentum within your organization Empower your power users to own data processing and be responsible for data quality. Actively involve business users in all steps of the process Eliminate manual intervention to automate data processing as much as possible. This is where a large portion of ROI can be found

35 Questions? Praneeth Padmanabhuni Rich Hauser

36 FOLLOW US Follow the ASUGNews team: Follow the ASUGNews team: Tom & Courtney For all things SAP

37 THANK YOU FOR PARTICIPATING Please provide feedback on this session by completing a short survey via the event mobile application. SESSION CODE: 0204 For ongoing education on this area of focus, visit

Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward

Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward September 10-13, 2012 Orlando, Florida Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward Asif Pradhan Learning Points SAP BusinessObjects Information

More information

Making SAP Information Steward a Key Part of Your Data Governance Strategy

Making SAP Information Steward a Key Part of Your Data Governance Strategy Making SAP Information Steward a Key Part of Your Data Governance Strategy Part 2 SAP Information Steward Overview and Data Insight Review Part 1 in our series on Data Governance defined the concept of

More information

Data Integrator: Object Naming Conventions

Data Integrator: Object Naming Conventions White Paper Data Integrator: Object Naming Conventions Data Integrator: Object Naming Conventions 1 Author: Sense Corp Contributors: Peter Siegel, Alicia Chang, George Ku Audience: ETL Developers Date

More information

Measure Your Data and Achieve Information Governance Excellence

Measure Your Data and Achieve Information Governance Excellence SAP Brief SAP s for Enterprise Information Management SAP Information Steward Objectives Measure Your Data and Achieve Information Governance Excellence A single solution for managing enterprise data quality

More information

A Look at Self Service BI with SAP Lumira Natasha Kishinevsky Dunn Solutions Group SESSION CODE: 1405

A Look at Self Service BI with SAP Lumira Natasha Kishinevsky Dunn Solutions Group SESSION CODE: 1405 A Look at Self Service BI with SAP Lumira Natasha Kishinevsky Dunn Solutions Group SESSION CODE: 1405 LEARNING POINTS How a business user analyzes data with Lumira Introduction to the SAP BI Lumira Connector

More information

Overcoming Bad Design! Michael Simpson Catch Intelligence SESSION CODE: 0807

Overcoming Bad Design! Michael Simpson Catch Intelligence SESSION CODE: 0807 Overcoming Bad Design! Michael Simpson Catch Intelligence SESSION CODE: 0807 Agenda Introductions Learning Points History of Bad Design Winning Back Your Business Perfect Design for Change Best Practices

More information

... Foreword... 17. ... Preface... 19

... Foreword... 17. ... Preface... 19 ... Foreword... 17... Preface... 19 PART I... SAP's Enterprise Information Management Strategy and Portfolio... 25 1... Introducing Enterprise Information Management... 27 1.1... Defining Enterprise Information

More information

Using SAP Master Data Technologies to Enable Key Business Capabilities in Johnson & Johnson Consumer

Using SAP Master Data Technologies to Enable Key Business Capabilities in Johnson & Johnson Consumer Using SAP Master Data Technologies to Enable Key Business Capabilities in Johnson & Johnson Consumer Terry Bouziotis: Director, IT Enterprise Master Data Management JJHCS Bob Delp: Sr. MDM Program Manager

More information

SAP BusinessObjects Information Steward

SAP BusinessObjects Information Steward SAP BusinessObjects Information Steward Michael Briles Senior Solution Manager Enterprise Information Management SAP Labs LLC June, 2011 Agenda Challenges with Data Quality and Collaboration Product Vision

More information

DATA GOVERNANCE AND DATA QUALITY

DATA GOVERNANCE AND DATA QUALITY DATA GOVERNANCE AND DATA QUALITY Kevin Lewis Partner Enterprise Management COE Barb Swartz Account Manager Teradata Government Systems Objectives of the Presentation Show that Governance and Quality are

More information

SAP Agile Data Preparation

SAP Agile Data Preparation SAP Agile Data Preparation Speaker s Name/Department (delete if not needed) Month 00, 2015 Internal Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may

More information

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff The Challenge IT Executives are challenged with issues around data, compliancy, regulation and making confident decisions on their business

More information

10 Hard Questions to Make Your Choice of Cloud Analytics Easier

10 Hard Questions to Make Your Choice of Cloud Analytics Easier 10 Hard Questions to Make Your Choice of Cloud Analytics Easier Introduction Key stakeholders and executive sponsors of business intelligence solutions need an easy-to-digest view into industry terms and

More information

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: January 2009 Author: BIBA PRACTICE 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. 2. Data Warehouse - Typical pain points 3. Hexaware

More information

Preferred Strategies: Business Intelligence for JD Edwards

Preferred Strategies: Business Intelligence for JD Edwards Preferred Strategies: Business Intelligence for JD Edwards For the fourth year in a row, Business Intelligence software tops the list for IT investments according to Gartner Research. If you are not currently

More information

Data Quality Assessment. Approach

Data Quality Assessment. Approach Approach Prepared By: Sanjay Seth Data Quality Assessment Approach-Review.doc Page 1 of 15 Introduction Data quality is crucial to the success of Business Intelligence initiatives. Unless data in source

More information

ENSURING A SUCCESSFUL SAP DATA MIGRATION

ENSURING A SUCCESSFUL SAP DATA MIGRATION ENSURING A SUCCESSFUL SAP DATA MIGRATION Presented By EXPEDIEN & KENNAMETAL Align Data Strategy With Your Business Goals Speakers Eric Stridinger, Global Data Management/EIM Lead/Manager, Kennametal Jeff

More information

Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706

Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706 Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706 Introductions Chris Mayer: Senior Business Analyst LaunchWorks

More information

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes

More information

Information Governance Workshop. David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO

Information Governance Workshop. David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO Information Governance Workshop David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO Recognition of Information Governance in Industry Research firms have begun to recognize the

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

Understanding BI. The Top 10 Business Questions That Drive Your BI Technology Requirements

Understanding BI. The Top 10 Business Questions That Drive Your BI Technology Requirements Understanding BI The Top 10 Business Questions That Drive Your BI Requirements Question 1: Do you need to analyze data in your transactional applications (Salesforce.com, Oracle, SAP, etc ) A business

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Building a Data Quality Scorecard for Operational Data Governance

Building a Data Quality Scorecard for Operational Data Governance Building a Data Quality Scorecard for Operational Data Governance A White Paper by David Loshin WHITE PAPER Table of Contents Introduction.... 1 Establishing Business Objectives.... 1 Business Drivers...

More information

Master Data Governance & SAP Information Steward Integration. Jens Sauer, SAP Switzerland September 11 th, 2013

Master Data Governance & SAP Information Steward Integration. Jens Sauer, SAP Switzerland September 11 th, 2013 Master Data Governance & SAP Information Steward Integration Jens Sauer, SAP Switzerland September 11 th, 2013 Agenda Enterprise Master Data Management Trends & Functions SAP Enterprise MDM Product Portfolio

More information

James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com

James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com Agenda Do you need Master Data Management (MDM)? Why Master Data Management? MDM Scenarios & MDM Hub Architecture Styles

More information

EAI vs. ETL: Drawing Boundaries for Data Integration

EAI vs. ETL: Drawing Boundaries for Data Integration A P P L I C A T I O N S A W h i t e P a p e r S e r i e s EAI and ETL technology have strengths and weaknesses alike. There are clear boundaries around the types of application integration projects most

More information

Drive business process improvement and performance with high quality data

Drive business process improvement and performance with high quality data Drive business process improvement and performance with high quality data Adam Bracey Solutions Architect abracey@informatica.com (317) 218-7661 1 1 Impact of Poor Data Quality Lack of Trust or Confidence

More information

What s New with Informatica Data Services & PowerCenter Data Virtualization Edition

What s New with Informatica Data Services & PowerCenter Data Virtualization Edition 1 What s New with Informatica Data Services & PowerCenter Data Virtualization Edition Kevin Brady, Integration Team Lead Bonneville Power Wei Zheng, Product Management Informatica Ash Parikh, Product Marketing

More information

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 LEARNING POINTS Learn about Crystal Reports for HANA Glance at the road map for the product Overview of deploying

More information

MDM and Data Warehousing Complement Each Other

MDM and Data Warehousing Complement Each Other Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There

More information

October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly

October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly Copyright 2009 by WhereScape Software Abstract Key factors that influence

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

Contents. visualintegrator The Data Creator for Analytical Applications. www.visualmetrics.co.uk. Executive Summary. Operational Scenario

Contents. visualintegrator The Data Creator for Analytical Applications. www.visualmetrics.co.uk. Executive Summary. Operational Scenario About visualmetrics visualmetrics is a Business Intelligence (BI) solutions provider that develops and delivers best of breed Analytical Applications, utilising BI tools, to its focus markets. Based in

More information

Making SAP Information Steward a Key Part of Your Data Governance Strategy

Making SAP Information Steward a Key Part of Your Data Governance Strategy Making SAP Information Steward a Key Part of Your Data Governance Strategy Part 3 SAP Information Steward Metadata Management and Metapedia Part 1 in our series on Data Governance defined the concept of

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

ASYST Intelligence South Africa A Decision Inc. Company

ASYST Intelligence South Africa A Decision Inc. Company Business Intelligence - SAP BusinessObjects BI Platform 4.0... 2 SBO BI Platform 4.0: Admin and Security (2 days)... 2 SBO BI Platform 4.0: Administering Servers (3 days)... 3 SBO BI Platform 4.0: Designing

More information

Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing. 1 P a g e. www.analytixds.com

Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing. 1 P a g e. www.analytixds.com Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing 1 P a g e Table of Contents What is the key to agility in Data Warehousing?... 3 The need to address requirements completely....

More information

Methodology for Information Quality Management

Methodology for Information Quality Management Methodology for Information Quality Management Through 20 years experience working with customers to address their information challenges, Trillium Software has honed a proven methodology that positions

More information

SAP Master Data Governance for Enterprise Asset Management. Dean Fitt Solution Manager, Asset Management Solutions, SAP SE Stavanger, 21 October 2015

SAP Master Data Governance for Enterprise Asset Management. Dean Fitt Solution Manager, Asset Management Solutions, SAP SE Stavanger, 21 October 2015 SAP Master Data Governance for Enterprise Asset Management Dean Fitt Solution Manager, Asset Management Solutions, SAP SE Stavanger, 21 October 2015 What I ll Cover SAP solutions for Asset Information

More information

Big Data and Big Data Governance

Big Data and Big Data Governance The First Step in Information Big Data and Big Data Governance Kelle O Neal kelle@firstsanfranciscopartners.com 15-25- 9661 @1stsanfrancisco www.firstsanfranciscopartners.com Table of Contents Big Data

More information

Getting started with a data quality program

Getting started with a data quality program IBM Software White Paper Information Management Getting started with a data quality program 2 Getting started with a data quality program The data quality challenge Organizations depend on quality data

More information

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential SAP BusinessObjects 2012 / Slide 2 Private and Confidential Agenda IDD / EIM / EDGE Product Portfolio Roma Background and overview Deployment Phase 1 Deployment Phase 2 Deployment Phase 3 Next Phase -

More information

Data Management Roadmap

Data Management Roadmap Data Management Roadmap A progressive approach towards building an Information Architecture strategy 1 Business and IT Drivers q Support for business agility and innovation q Faster time to market Improve

More information

Enabling Data Quality

Enabling Data Quality Enabling Data Quality Establishing Master Data Management (MDM) using Business Architecture supported by Information Architecture & Application Architecture (SOA) to enable Data Quality. 1 Background &

More information

Assessing and implementing a Data Governance program in an organization

Assessing and implementing a Data Governance program in an organization Assessing and implementing a Data Governance program in an organization Executive Summary As companies realize the importance of data and the challenges they face in integrating the data from various sources,

More information

Data Governance Maturity Model Guiding Questions for each Component-Dimension

Data Governance Maturity Model Guiding Questions for each Component-Dimension Data Governance Maturity Model Guiding Questions for each Component-Dimension Foundational Awareness What awareness do people have about the their role within the data governance program? What awareness

More information

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration Data Integration Suite Your Advantages Seamless interplay of data quality functions and data transformation functions Linking of various data sources through an extensive set of connectors Quick and easy

More information

Enterprise Data Quality

Enterprise Data Quality Enterprise Data Quality An Approach to Improve the Trust Factor of Operational Data Sivaprakasam S.R. Given the poor quality of data, Communication Service Providers (CSPs) face challenges of order fallout,

More information

National Bank MDM initiative

National Bank MDM initiative National Bank MDM initiative MDM & Data Governance Canada Summit Raphael Colsenet Manager, BI Data Modeling and Master Data Management June 2011 Agenda National Bank @ a glance Why adopt MDM? The proof

More information

GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES

GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES EXECUTIVE SUMMARY We ve all been there -- your sales team is down one

More information

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led (classroom)

More information

US Department of Education Federal Student Aid Integration Leadership Support Contractor January 25, 2007

US Department of Education Federal Student Aid Integration Leadership Support Contractor January 25, 2007 US Department of Education Federal Student Aid Integration Leadership Support Contractor January 25, 2007 Task 18 - Enterprise Data Management 18.002 Enterprise Data Management Concept of Operations i

More information

Data Migration in SAP environments

Data Migration in SAP environments Framework for Data Migration in SAP environments Does this scenario seem familiar? Want to save 50% in migration costs? Data migration is about far more than just moving data into a new application or

More information

SharePoint 2013 for Business Process Automation

SharePoint 2013 for Business Process Automation SharePoint 2013 for Business Process Automation Course Number: 12966 Category: SharePoint Duration: 3 Days Course Description This three-day instructor-led course teaches business professionals how to

More information

Product to Customer. through MDM. Presented by Luminita Vollmer, MBA, CDMP, CBIP

Product to Customer. through MDM. Presented by Luminita Vollmer, MBA, CDMP, CBIP Product to Customer A Fundamental Change through MDM Presented by Luminita Vollmer, MBA, CDMP, CBIP May 1, 2012 Atlanda, GA EDW 2012 Contents Introduction The Focus of the Presentation Disclaimer The story

More information

DATA GOVERNANCE AT UPMC. A Summary of UPMC s Data Governance Program Foundation, Roles, and Services

DATA GOVERNANCE AT UPMC. A Summary of UPMC s Data Governance Program Foundation, Roles, and Services DATA GOVERNANCE AT UPMC A Summary of UPMC s Data Governance Program Foundation, Roles, and Services THE CHALLENGE Data Governance is not new work to UPMC. Employees throughout our organization manage data

More information

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution Warehouse and Business Intelligence : Challenges, Best Practices & the Solution Prepared by datagaps http://www.datagaps.com http://www.youtube.com/datagaps http://www.twitter.com/datagaps Contact contact@datagaps.com

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

How To Manage Data And Data Management

How To Manage Data And Data Management Considerations for Data Management Handle unstructured data growth, in-flight /streaming (perishable) & data at rest parse, standardize and match/household to create holistic views Data governance Reference

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

BUSINESS INTELLIGENCE COMPETENCY CENTER (BICC) HELPING ORGANIZATIONS EFFECTIVELY MANAGE ENTERPRISE DATA

BUSINESS INTELLIGENCE COMPETENCY CENTER (BICC) HELPING ORGANIZATIONS EFFECTIVELY MANAGE ENTERPRISE DATA BUSINESS INTELLIGENCE COMPETENCY CENTER (BICC) HELPING ORGANIZATIONS EFFECTIVELY MANAGE ENTERPRISE DATA Executive Summary Companies continue to remain challenged in deriving meaningful insights from the

More information

SAP BO 4.1 Online Training

SAP BO 4.1 Online Training WWW.ARANICONSULTING.COM SAP BO 4.1 Online Training Arani consulting 2014 A R A N I C O N S U L T I N G, H Y D E R A B A D, I N D I A SAP BO 4.1 Training Topics In this training, attendees will learn: Data

More information

Master Data Management and Data Warehousing. Zahra Mansoori

Master Data Management and Data Warehousing. Zahra Mansoori Master Data Management and Data Warehousing Zahra Mansoori 1 1. Preference 2 IT landscape growth IT landscapes have grown into complex arrays of different systems, applications, and technologies over the

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

Big Data for Investment Research Management

Big Data for Investment Research Management IDT Partners www.idtpartners.com Big Data for Investment Research Management Discover how IDT Partners helps Financial Services, Market Research, and Investment Management firms turn big data into actionable

More information

THOMAS RAVN PRACTICE DIRECTOR TRA@PLATON.NET. An Effective Approach to Master Data Management. March 4 th 2010, Reykjavik WWW.PLATON.

THOMAS RAVN PRACTICE DIRECTOR TRA@PLATON.NET. An Effective Approach to Master Data Management. March 4 th 2010, Reykjavik WWW.PLATON. An Effective Approach to Master Management THOMAS RAVN PRACTICE DIRECTOR TRA@PLATON.NET March 4 th 2010, Reykjavik WWW.PLATON.NET Agenda Introduction to MDM The aspects of an effective MDM program How

More information

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007 HROUG Rovinj October 18, 2007 The future of Business Intelligence & Enterprise Performance Management Alexander Meixner Sales Executive, BI/EPM, South East Europe Oracle s Product

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

Cisco IT Hadoop Journey

Cisco IT Hadoop Journey Cisco IT Hadoop Journey Srini Desikan, Program Manager IT 2015 MapR Technologies 1 Agenda Hadoop Platform Timeline Key Decisions / Lessons Learnt Data Lake Hadoop s place in IT Data Platforms Use Cases

More information

Oracle BI Application: Demonstrating the Functionality & Ease of use. Geoffrey Francis Naailah Gora

Oracle BI Application: Demonstrating the Functionality & Ease of use. Geoffrey Francis Naailah Gora Oracle BI Application: Demonstrating the Functionality & Ease of use Geoffrey Francis Naailah Gora Agenda Oracle BI & BI Apps Overview Demo: Procurement & Spend Analytics Creating a ad-hoc report Copyright

More information

Information Management & Data Governance

Information Management & Data Governance Data governance is a means to define the policies, standards, and data management services to be employed by the organization. Information Management & Data Governance OVERVIEW A thorough Data Governance

More information

Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile

Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile September 9 11, 2013 Anaheim, California Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile Ashish C. Morzaria, SAP Disclaimer This presentation outlines our general product direction

More information

<Insert Picture Here> Master Data Management

<Insert Picture Here> Master Data Management Master Data Management 김대준, 상무 Master Data Management Team MDM Issues Lack of Enterprise-level data code standard Region / Business Function Lack of data integrity/accuracy Difficulty

More information

Master Data Management

Master Data Management Master Data Management Managing Data as an Asset By Bandish Gupta Consultant CIBER Global Enterprise Integration Practice Abstract: Organizations used to depend on business practices to differentiate them

More information

Implementing a Data Governance Initiative

Implementing a Data Governance Initiative Implementing a Data Governance Initiative Presented by: Linda A. Montemayor, Technical Director AT&T Agenda AT&T Business Alliance Data Governance Framework Data Governance Solutions: o Metadata Management

More information

SAS Data Management Technologies Supporting a Data Governance Process. Dave Smith, SAS UK & I

SAS Data Management Technologies Supporting a Data Governance Process. Dave Smith, SAS UK & I SAS Data Management Technologies Supporting a Data Governance Process Dave Smith, SAS UK & I Agenda Data Governance What it is Why it s needed How to get started SAS technologies which can assist Data

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10777: Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: 5 Days Audience:

More information

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain Talend Metadata Manager Reduce Risk and Friction in your Information Supply Chain Talend Metadata Manager Talend Metadata Manager provides a comprehensive set of capabilities for all facets of metadata

More information

The following is intended to outline our general product direction. It is intended for informational purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for informational purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for informational purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

More information

Data Governance in a Siloed Organization

Data Governance in a Siloed Organization The First Step in Master Data Management Data Governance in a Siloed Organization Kelle O Neal Managing Partner kelle@firstsanfranciscopartners.com Gurinder Bahl Principal Product Manager, Oracle gurinder.bahl@oracle.com

More information

Business Intelligence

Business Intelligence 1 3 Business Intelligence Support Services Service Definition BUSINESS INTELLIGENCE SUPPORT SERVICES Service Description The Business Intelligence Support Services are part of the Cognizant Information

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

More information

Predictive Analytics for Procurement Lead Time Forecasting at Lockheed Martin Space Systems

Predictive Analytics for Procurement Lead Time Forecasting at Lockheed Martin Space Systems Orange County Convention Center Orlando, Florida June 3-5, 2014 Session Code: 0204 Predictive Analytics for Procurement Lead Time Forecasting at Lockheed Martin Space Systems Using SAP HANA, R, and the

More information

Master Data Management (MDM) in the Public Sector

Master Data Management (MDM) in the Public Sector Master Data Management (MDM) in the Public Sector Don Hoag Manager Agenda What is MDM? What does MDM attempt to accomplish? What are the approaches to MDM? Operational Analytical Questions 2 What is Master

More information

Trends In Data Quality And Business Process Alignment

Trends In Data Quality And Business Process Alignment A Custom Technology Adoption Profile Commissioned by Trillium Software November, 2011 Introduction Enterprise organizations indicate that they place significant importance on data quality and make a strong

More information

Accelerating the path to SAP BW powered by SAP HANA

Accelerating the path to SAP BW powered by SAP HANA Ag BW on SAP HANA Unleash the power of imagination Dramatically improve your decision-making ability, reduce risk and lower your costs, Accelerating the path to SAP BW powered by SAP HANA Hardware Software

More information

Managing Third Party Databases and Building Your Data Warehouse

Managing Third Party Databases and Building Your Data Warehouse Managing Third Party Databases and Building Your Data Warehouse By Gary Smith Software Consultant Embarcadero Technologies Tech Note INTRODUCTION It s a recurring theme. Companies are continually faced

More information

EMC PERSPECTIVE Enterprise Data Management

EMC PERSPECTIVE Enterprise Data Management EMC PERSPECTIVE Enterprise Data Management Breaking the bad-data bottleneck on profits and efficiency Executive overview Why are data integrity and integration issues so bad for your business? Many companies

More information

Dambaru Jena Senior Principal Hewlett-Packard (HP)

Dambaru Jena Senior Principal Hewlett-Packard (HP) Dambaru Jena Senior Principal Hewlett-Packard (HP) Agenda Introduction Master Data Management (MDM) Data Governance (DG) Data Quality (DQ) Architecture & Best Practices Q&A Appendix Additional Slides MDM

More information

SAP Data Services Hacks Auto Generating Data Migration Jobs Shobhit Acharya Session# 3507

SAP Data Services Hacks Auto Generating Data Migration Jobs Shobhit Acharya Session# 3507 SAP Data Services Hacks Auto Generating Data Migration Jobs Shobhit Acharya Session# 3507 Learning Points Improve data migration efficiency using SAP Data Services and implementing a few custom approaches

More information

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

Data Governance. Unlocking Value and Controlling Risk. Data Governance. www.mindyourprivacy.com

Data Governance. Unlocking Value and Controlling Risk. Data Governance. www.mindyourprivacy.com Data Governance Unlocking Value and Controlling Risk 1 White Paper Data Governance Table of contents Introduction... 3 Data Governance Program Goals in light of Privacy... 4 Data Governance Program Pillars...

More information