Case Study: SAP BW Data Mining (Association Analysis)

Size: px
Start display at page:

Download "Case Study: SAP BW Data Mining (Association Analysis)"

Transcription

1 Case Study: SAP BW Data Mining (Association Analysis) Product SAP Netweaver Release 2004s Level Undergraduate Focus BW Data Mining Author Paul Hawking Robert Jovanovic Version 1.0 MOTIVATION The management of ShopEasy supermarkets believes their policies on in store product placement, cross product promotion and pricing could be enhanced if they had a better understanding of the buying behaviour of their customers. Management has decided that the best way to obtain this knowledge is to record all the purchases made by its customers and then analyze the recorded data using a statistical technique known as association analysis You have been employed as a data mining developer at the company. You have been given the task of creating the data mining model, loading the data and executing the analysis process. PREREQUISITES Required Business Content has been activated and appropriate authorizations have been implemented. Access to the shoppingdataset.csv file is required. Students must obtain their login details from their workshop leader. HINTS This case study was created using SAPGUI 710 Patch 7, IE 7.0, BEx BI- Addon 7.X SP4, 2008 SAP AG Page 1

2 SAP BW Data Modelling (Association Analysis) Task:. Student will need to create an appropriate association analysis model in order to evaluate the supermarket data and then use the Analysis Process Designer (APD) to map the model with the recorded supermarket data and execute the analysis. Students will then be required to analyze and interpret the derived results Association Analysis The aim of association analysis is to find and extract patterns in stored data. The patterns are expressed in terms of rules. The rules highlight dependencies between data items (e.g., between products, materials, etc.). The dependencies are expressed in the form of leading and dependent items and are calculated using statistical terms such as support, confidence and lift. A typical rule would be expressed in the following format. If a customer purchases product X then they are n% likely to also purchase product Y. Product X would be considered as being the leading item and product Y the dependent item. Based on the above analysis, When beer (leading item) is purchased there is Expressed in terms of confidence; a % chance a frozen meal (dependent item) is also purchased. Expressed in terms of lift; when beer is purchased, a frozen meal purchase is 1.8 times more likely. Support indicates how often the leading and dependent items are purchased together in the data space. In this instance, beer and a frozen meal were purchased together 18.1 % of the time SAP AG Page 2

3 Association analysis can assist in management strategies relating to cross product selling, product marketing and in-store placement. Association analysis may also be referred to as market basket analysis or affinity analysis. 1 Analyzing the Data Source Data mining models can use data from a variety of sources for its analysis. In SAP BW, data can be obtained from data sources that include master data, InfoProviders, text files, queries, and operational data stores. A data mining model is created and structured using an appropriate data source. It is therefore critical when building a data mining model to know the field names and data delimiter used in the data source file. The data source to be used in this exercise is text file called shoppingdataset.csv.. The first row of the file is a field header which identifies the field names used in the file. The field names used to represent the data in this data file are called 0COOrder and 0Material and a comma is used as the delimiter to separate individual data items. 0COORDER,0MATERIAL 10150, softdrink Field Header 10150, fruitveg 10360, fish 10360, cannedveg 10360, beer Field Delimiter Note: Field names used in a data source file must correspond to existing InfoObjects within a BW system. It is important to understand how data is stored and structured within a data file. The data structure for the file used in this module is defined as followings. The field 0COOrder is used to collectively group what was purchased in a customer order and the field OMaterial is used to identify the exact name of the product (material) that was purchased. 0COORDER,0MATERIAL 10150, softdrink # , fruitveg 10360, fish # , cannedveg 10360, beer #1 shows that on order two products were purchased; soft drink and fruitveg and #2 shows that three items were purchased on order 10360; fish, cannedveg and beer. Note: Purchase quantities were not recorded in the data file and therefore are not part of this analysis SAP AG Page 3

4 2 Creating an Association Model 2.1 Accessing SAP Data Mining Workbench 1. Logon to SAP BW. 2. Click the icon to display the full SAP Menu. 3. Double-click.icon to expand this directory. 4. Double-click to access the Data Mining Workbench. The Data Mining Workbench screen appears as follows: The workbench includes a list of Data Mining methods that can be used to analyze data commonly stored in business applications. These methods include classification (decision trees), clustering, association analysis, approximation (scoring: weighted score table and regression), and further analyses techniques such as ABC classification. The various methods can be classified into two distinct categories, predictive or informative. 2.2 Creating an Association Model 1. Click the icon next to heading to expand the directory. 2. Right click the heading to display its context menu. 3. Click Create Model to begin creating an Association model. The Create Model dialog screen appears as follows; 2008 SAP AG Page 4

5 4. Type XQNNNA1 as the Model Name (where NNN represents your login number). 5. Type XQNNN Shopping Basket Analysis for its description. 6. Set the radio button in the Options tab to Manual. 7. Click to accept the entry. The Create Model screen will appear as follows: You now need to select the fields (InfoObjects) needed for your model. The fields selected will need to match those identified in the data source file shoppingdataset.csv. The following InfoObjects are going to be used in this model. 0COOrder (Order Number) and 0Material (Material). 8. Click the icon to insert a row for the first InfoObject (Material). 9. Type Material in the Name field. 10. Press <TAB> to move to the next field. 11. Type Product Description in the Description field. 12. Press <TAB> to move to the next field. 13. Type 0Material in the InfoObject field. Note InfoObject used in this section must already exist within the SAP BW system. If you are unsure of its name then you could use to search for it. 14. Press <TAB> to move to the next field. Chooses Item for materials Notice that properties (data type and length) of the InfoObject are automatically populated. The Content Type option defines how each field is to be treated within the model. There are three possible options; transaction, item and transaction weight. Transaction: Represents the field that groups specified items together. (OrderNO, TransactionID, BasketID etc) Item : Identifies the field on which the analysis is to based. Transaction Weight: Provides each transaction with a weighting SAP AG Page 5

6 15. Click to insert another row. 16. Type the following details: Name Description InfoObject Content Type OrderNO Order Number 0COOrder Transaction After completing this step the field assignment for the Association model show appear as follows; 17. Click the tab to set the following parameters. Support can be used to help determine how useful a product association rule is. The probability that a customer will buy both beer and potato chips is referred to as the support for the rule. Support measures how often items occur together and expresses this as a percentage of the total transactions. You should target a support in a range of (50%). This indicates it is not an unusual event, nor one that happens all the time. For the purpose of this exercise you will set the Support at 2%. 18. Type 2.00 in the Minimum Support (%) field. Confidence (or predictability) measures how dependent a particular item. For example one could examine the dependency between beer and potato chips. Confidence is expressed in the following terms; if a customer purchases product X, they also likely to purchase product Z 60% of the time. In this case, 60% is a confidence measure. For the purpose of this exercise you will set the Confidence at 10% SAP AG Page 6

7 19. Type in the Minimum Confidence (%) field. The association model uses leading and dependent items. Leading and dependent items can be expressed in the following context; If a leading item has been purchased what is the likelihood the following dependent items is also purchased. If a customer purchases beer (leading item or antecedent) what is the likelihood they will also purchase potato chips (dependent item i.e. consequent). The relationship between leading and dependent items is not limited to one to one. The parameter Leading Depth can be set to identify the number of products to be considered together as leading items and the parameter Dependent Depth can be used to set the number of dependent items to be considered in the model s analysis. Leading Items Beer Beer, Wine Beer Dependent Items Potato Chips Potato Chips Potato Chips, Chocolate 20. Type 3 in the Maximum Leading Depth field 21. Type 1 in the Maximum Dependent Depth field. 22. Click to return to the previous screen. You now need to save your model. 23. Click to save your model. A message appears in the Status Bar. 24. Click to activate the model. A log screen will appear indicating the status of each step of the model building process SAP AG Page 7

8 25. Click to close this screen. 2.3 Execution of the Association Model The concept of training the association model involves creating an application process that links Data Sources, Transformations and Data Targets together. Application Process A data file is assigned to the Data Source and a specific analysis model is assigned to the Data Target. The objects are then joined together through a line connection. This activity is completed using the Analysis Process Designer. 1. Click to return to the Data Mining Workbench. 2. Click to access the APD. The Analysis Process Designer (APD) screen will appear as follows; 2008 SAP AG Page 8

9 In order to create an analysis process you must 3. Click icon to create a new application. 4. Type the word General in the Application field. This will store this instance of the model in the general directory 5. Click to create the application and close the dialog screen. The APD has three main functional areas Data Sources, Transformations, and Data Targets SAP AG Page 9

10 You will need to create a process by dragging and dropping the appropriate Data Source, Transformation and Data Target objects onto the Work Area. Identify an appropriate Data Source. 6. Click the icon to identify a Data Source (Flat File). The Source File dialog screen appears SAP AG Page 10

11 7. Type xqnnn Shopping File in the Description field. 8. Select the Client Workstation radio button to select it. You will need to identify the location of the Data Source (Shoppingdataset.csv). 9. Browse to enter the file location of Shoppingdataset.csv in the File field. The Data Source in this exercise is a flat file. Therefore you will need to specify the format of the data Type, in the Field Separator field. 12. Click to accept the entries. You can check whether your Data Source assignment has worked by viewing the data stored in the Data Source. 13. Right click the icon to display its context menu SAP AG Page 11

12 14. Click Display Data to select this command. The data should appear in the following format. 15. Click to return to the previous menu screen. You can also perform a basic statistical analysis on the data stored in the data source. 16. Right click the icon to display the context menu. 17. Click Display Basic Statistics to select this command. The Basic Statistics Settings dialog screen appears: 2008 SAP AG Page 12

13 You need to specify the field(s) in which the basic analysis is to be performed on. 18. Click Material to select this field. 19. Click to transfer the selected field. 20. Click to perform the statistical analysis. A histogram and frequency table for the material field will be generated SAP AG Page 13

14 21. Review the results. 22. Click to return to the previous screen. The next stage in the process is to identify the type of Transformation to be performed on the Data Source. Transformations indicate what actions are going to be performed on the data. These are classified as general data manipulation or Data Mining analysis SAP AG Page 14

15 In this exercise there is only one Data Source and therefore no Transformations are required. The possible Data Targets are as follows: 23. Click the icon to select the Association Analysis Data Target. The icon appears in the Work Area. 24. Right Click the icon to display its context menu SAP AG Page 15

16 25. Click Properties to select this command. The Train a data mining model screen appears. 26. Type xqnnn Association Analysis 1 in the Description field. You now need to identify the Model to be used in this analysis. 27. Click the Model field to select it. 28. Click to display the available Models. 29 Click xqnnna1 model to select it. The selection is transferred to the previous screen. 30. Click to accept the entries and return to the previous screen. 31. Drag of the Data Source to the of the Data Target. A connection appears between the two objects SAP AG Page 16

17 You will now need to map the InfoObjects of the Data Source and the Data Target model together. 32. Right click the line connection between the objects to display the context menu. 33. Click Properties to select this command. The Change Field Assignment screen appears. You need map the fields in the Target Structure to those in the Source Structure. 34. Place the cursor in the Source Structure field of the Product Description row and click icon to display all possible options SAP AG Page 17

18 35. Select Material and press the icon to return to the previous screen. 36. Repeat the above process again and select Order Number to match the target structure. 37. Click the icon to accept the field assignments. 38. Click to save your model. A dialog screen appears requesting a technical name for your model. 39. Type xqnnna Click the icon to save the analysis process. 41. Click the icon to activate the analysis process. Execution of the Association Model 1. Click the icon to execute the model. A log screen appears to indicate the success of the model SAP AG Page 18

19 2. Click the icon to return to the previous screen. Reviewing the results of the analysis 3. Right click the icon to display the context menu. 4. Click Data Mining Model to select this command. 5. Click View Model Results. The following screen appears which summarises the parameters on which the model is based. For the purpose of this exercise we only want to view the top twenty results. 6. Click to select it. 7. Type 20 in the Top N field. 8. Click icon to execute the model. The resultant output displays all the rules created by the association process SAP AG Page 19

20 If you wish to execute the application process again with different model parameters, perform the following: Reset the Data Target This can be achieved by accessing the context menu of the data target 1. Change the parameters in the model. 2. Click the icon to return to the Data Mining Workbench. 3. Select the appropriate model to change. 4. Click the icon to 5. Click the tab to change parameters. Click the icon to save your changes and the icon to activate the model. Click to return to the previous screen Click the icon to access the Analysis Process Designer Click icon to execute the model SAP AG Page 20

Data Mining: Decision Trees

Data Mining: Decision Trees Applies to: SAP BI 7.0. For more information, visit the EDW homepage Summary This article about the Data Mining and the Data Mining methods provided by SAP in brief. It explains the classification method

More information

Data Mining: Scoring (Linear Regression)

Data Mining: Scoring (Linear Regression) Data Mining: Scoring (Linear Regression) Applies to: SAP BI 7.0. For more information, visit the EDW Homepage Summary This article deals with Data Mining and it explains the classification method Scoring

More information

Data Mining. SPSS Clementine Apriori Algorithm. Fall 2009 Instructor: Dr. Masoud Yaghini. Clementine

Data Mining. SPSS Clementine Apriori Algorithm. Fall 2009 Instructor: Dr. Masoud Yaghini. Clementine Data Mining SPSS 12.0 6. Apriori Algorithm Fall 2009 Instructor: Dr. Masoud Yaghini Outline Overview Apriori Node Example of Apriori Node: Market Basket Analysis References Overview Overview Association

More information

SAP InfiniteInsight 7.0 Modeler - Association Rules Getting Started Guide

SAP InfiniteInsight 7.0 Modeler - Association Rules Getting Started Guide End User Documentation Document Version: 1.0 2014-11 CUSTOMER SAP InfiniteInsight 7.0 Modeler - Association Rules Getting Started Guide Table of Contents Table of Contents About this Document... 4 Who

More information

Lesson 3: Building a Market Basket Scenario (Intermediate Data Mining Tutorial)

Lesson 3: Building a Market Basket Scenario (Intermediate Data Mining Tutorial) From this diagram, you can see that the aggregated mining model preserves the overall range and trends in values while minimizing the fluctuations in the individual data series. Conclusion You have learned

More information

Querying deeper with BEx Query Designer and Analyzer

Querying deeper with BEx Query Designer and Analyzer Querying deeper with BEx Query Designer and Analyzer Product SAP NetWeaver Release 2004s Level Undergraduate/Graduate Intermediate Focus BI Reporting Author Nitin Kale Version 1.0 OBJECTIVE To derive business

More information

1) In the Metadata Repository:

1) In the Metadata Repository: 1) In the Metadata Repository: - Objects delivered with BI Content can be activated - You can find the medatada for all delivered and activated objects and their links to other objects - BI Web Applications

More information

Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305

Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305 Business Explorer-Analyzer for SLCM Power Users BEX_SLCM_305 BEX_SLCM_305 BEx-Analyzer for SLCM Power Users 1 Content Introduction Unit 1- BEx Overview Unit 2 BEx Analyzer Unit 3 Display Query Unit 4 Create

More information

2. Discovery of Association Rules

2. Discovery of Association Rules 2. Discovery of Association Rules Part I Motivation: market basket data Basic notions: association rule, frequency and confidence Problem of association rule mining (Sub)problem of frequent set mining

More information

User Account Manager

User Account Manager CHAPTER 4 Note User accounts can be accessed only when operating in Internal Directory mode. To access User tasks, log in to the system (see Logging In section on page 2-1). Then, from the Home page, click

More information

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset.

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset. Glossary of data mining terms: Accuracy Accuracy is an important factor in assessing the success of data mining. When applied to data, accuracy refers to the rate of correct values in the data. When applied

More information

Data mining overview. Data Mining. Data mining overview. Data mining overview. Data mining overview. Data mining overview 3/24/2014

Data mining overview. Data Mining. Data mining overview. Data mining overview. Data mining overview. Data mining overview 3/24/2014 Data Mining Data mining processes What technological infrastructure is required? Data mining is a system of searching through large amounts of data for patterns. It is a relatively new concept which is

More information

OneView. User s Guide

OneView. User s Guide OneView User s Guide Welcome to OneView. This user guide will show you everything you need to know to access and utilize the wealth of information available from OneView. The OneView program is an Internet-based

More information

Data Import Assistant

Data Import Assistant System Administrator's Handbook Data Import Assistant Introduction Overview The Data Import Assistant is a utility program designed to assist in importing new part definitions and pricing information into

More information

A case study to introduce Microsoft Data Mining in the database course

A case study to introduce Microsoft Data Mining in the database course A case study to introduce Microsoft Data Mining in the database course ABSTRACT Mohammad Dadashzadeh Oakland University The content of the database management systems course in the business curriculum

More information

Analysis Process Designer (APD) Step by Step Business Intelligence

Analysis Process Designer (APD) Step by Step Business Intelligence Analysis Process Designer (APD) Step by Step Business Intelligence Applies to: This article applies to SAP_BW 350 and SAP_BW 700 with highest support package SAPKW70017. For more information, visit the

More information

QUERY USER MANUAL Chapter 7

QUERY USER MANUAL Chapter 7 QUERY USER MANUAL Chapter 7 The Spectrum System PeopleSoft Financials Version 7.5 1. INTRODUCTION... 3 1.1. QUERY TOOL... 3 2. OPENING THE QUERY TOOL... 4 3. THE QUERY TOOL PANEL... 5 3.1. COMPONENT VIEW

More information

Chapter 28. Outline. Definitions of Data Mining. Data Mining Concepts

Chapter 28. Outline. Definitions of Data Mining. Data Mining Concepts Chapter 28 Data Mining Concepts Outline Data Mining Data Warehousing Knowledge Discovery in Databases (KDD) Goals of Data Mining and Knowledge Discovery Association Rules Additional Data Mining Algorithms

More information

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course SAP Analytics, Data Modeling and Reporting Course Introduction: This course is design to cover SAP Analytics, Data Modeling and Reporting course content. After completion of this course students can go

More information

Replacement Path: Explained with an Illustrated Example

Replacement Path: Explained with an Illustrated Example Replacement Path: Explained with an Illustrated Example Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary The document explains the purpose and implementation method of

More information

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper How to CO-PA Retraction BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided

More information

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table COMM 391 Winter 2014 Term 1 Tutorial 1: Microsoft Excel - Creating Pivot Table The purpose of this tutorial is to enable you to create Pivot Table to analyze worksheet data in Microsoft Excel. You should

More information

Use this procedure to submit an invoice for services provided to OPG.

Use this procedure to submit an invoice for services provided to OPG. Purpose Use this procedure to submit an invoice for services provided to OPG. Helpful Hints Ariba support is available at all times to help assist when any difficulties are encountered or to answer any

More information

C_TBI30_74

C_TBI30_74 C_TBI30_74 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 Where can you save workbooks created with SAP BusinessObjects Analysis, edition for Microsoft Office? (Choose two) A. In an Analysis iview

More information

Jarek Szlichta

Jarek Szlichta Jarek Szlichta http://data.science.uoit.ca/ Approximate terminology, though there is some overlap: Data(base) operations Executing specific operations or queries over data Data mining Looking for patterns

More information

Tools, tips, and strategies to optimize BEx query performance for SAP HANA

Tools, tips, and strategies to optimize BEx query performance for SAP HANA Tools, tips, and strategies to optimize BEx query performance for SAP HANA Pravin Gupta TekLink International Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2016 Wellesley Information

More information

SPSS Workshop SPSS WORKSHOP

SPSS Workshop SPSS WORKSHOP SPSS WORKSHOP SPSS Workshop Version : 1.0 Last Modification Date : 10/October/2012 Owner : ISV & Developer Relations La Gaude Emmanuel Genard (genard@fr.ibm.com) Benoit Barranco (barranco@fr.ibm.com) Armand

More information

Reading Sample. System Reports. Contents. Index. The Authors. First-hand knowledge.

Reading Sample. System Reports. Contents. Index. The Authors.  First-hand knowledge. First-hand knowledge. Reading Sample In this sample chapter, you ll learn how to use the out-of-the-box SAP BPC reports that come preloaded with your installation so that you can analyze both system administration

More information

Alcoholic Beverage Distributor s Monthly Report

Alcoholic Beverage Distributor s Monthly Report Alcoholic Beverage Distributor s Monthly Report Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not registered, click on the

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

Data Mining Concepts

Data Mining Concepts Data Mining Concepts Outline Data Mining Data Warehousing Knowledge Discovery in Databases (KDD) Goals of Data Mining and Knowledge Discovery Association Rules Additional Data Mining Algorithms Sequential

More information

AudienceView How To Guides How to Run a Crosstab Report

AudienceView How To Guides How to Run a Crosstab Report AudienceView How To Guides How to Run a Crosstab Report What is a Crosstab report? A Crosstab Report allows you to conduct data exploration and profiling exercises for selected audiences using the full

More information

Setup Guide: Hospitality

Setup Guide: Hospitality Setup Guide: Hospitality Version: 0.1 29/03/2017 Welcome Thank you for choosing intelligentpos. With this step by step guide, you will be able to master the basics of intelligentpos and be trading from

More information

Lecture 18. Business Intelligence and Data Warehousing. 1:M Normalization. M:M Normalization 11/1/2017. Topics Covered

Lecture 18. Business Intelligence and Data Warehousing. 1:M Normalization. M:M Normalization 11/1/2017. Topics Covered Lecture 18 Business Intelligence and Data Warehousing BDIS 6.2 BSAD 141 Dave Novak Topics Covered Test # Review What is Business Intelligence? How can an organization be data rich and information poor?

More information

SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team.

SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team. SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team. Page 1 of 58 Index Sr. No Topic Page Number 1 Introduction to SAP BW 2 2 About this Tutorial 3 3 Installation of Business

More information

GeM Institution User Guide

GeM Institution User Guide GeM Institution User Guide June 2013 v. 2 Contents Logging into GeM... 3 Section 1: Viewing Suppliers and Contracts ( Contracted Suppliers tab)... 4 Section 2: Buying Products ( Contracted Products tab)...

More information

BusinessObjects XI Integration for SAP Solutions User's Guide

BusinessObjects XI Integration for SAP Solutions User's Guide BusinessObjects XI Integration for SAP Solutions User's Guide BusinessObjects XI Integration for SAP Solutions Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns

More information

How to Work with F4 Input Help Effectively in BEX

How to Work with F4 Input Help Effectively in BEX How to Work with F4 Input Help Effectively in BEX Applies to: SAP BI 7.0 developers and Reporting Users. For more information, visit the Business Intelligence home page Summary This document helps to overcome

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017 Business Warehouse reports Running and manipulating reports Newcastle University Andy Proctor 9 th March 2017 Table of Contents Running a business warehouse report... 2 Adding a characteristic... 4 Drag

More information

SAS E-MINER: AN OVERVIEW

SAS E-MINER: AN OVERVIEW SAS E-MINER: AN OVERVIEW Samir Farooqi, R.S. Tomar and R.K. Saini I.A.S.R.I., Library Avenue, Pusa, New Delhi 110 012 Samir@iasri.res.in; tomar@iasri.res.in; saini@iasri.res.in Introduction SAS Enterprise

More information

Enhance the Standard Web Query Template

Enhance the Standard Web Query Template How to Enhance the Standard Web Query Template BUSINESS INFORMATION WAREHOUSE ASAP How to Paper Applicable Releases: BW 3.0B SP 14 June 2003 BW 3.0B Frontend Patch 8 SAP (SAP America, Inc. and SAP AG)

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Great Plains 8.0 Integration Manager Payables Transaction Integration

Great Plains 8.0 Integration Manager Payables Transaction Integration Great Plains 8.0 Integration Manager Payables Transaction Integration Required Fields Voucher Number: Document Type: Vendor ID: Document Date: Document Number: Document Amount: The Voucher number of the

More information

OPENING A LEADS.TXT FILE IN EXCEL 2010

OPENING A LEADS.TXT FILE IN EXCEL 2010 From the project manager to a team of administrative, programming, and technical specialists, ATS believes in a team approach that brings together all of the necessary elements pre-conference and onsite

More information

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components.

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components. About the Tutorial SAP Business Warehouse (BW) integrates data from different sources, transforms and consolidates the data, does data cleansing, and storing of data as well. It also includes data modeling,

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Grids (tables) is one type of content available in the web Front end s tabs.

Grids (tables) is one type of content available in the web Front end s tabs. Grids Overview Grids (tables) is one type of content available in the web Front end s tabs. Grids provide the following functionality: Data output and automatically updating the data Providing features

More information

Purpose and target audience:

Purpose and target audience: blogs.sap.com BW Query on CDS View, OData from BW and value of BW Query in S/4HANA 13-17 minutes Purpose and target audience: This blog explains the scenario to create BW Query on top of CDS View (Transient

More information

NOTE APRIL Short manual: Analysis authorization

NOTE APRIL Short manual: Analysis authorization NOTE APRIL 2009 Short manual: Analysis authorization I Introduction Starting with NetWeaver all users who want to display data from authorization-relevant characteristics or navigation attributes in a

More information

Performance Tuning with the OLAP Cache

Performance Tuning with the OLAP Cache How to Performance Tuning with the OLAP Cache BUSINESS INFORMATION WAREHOUSE Applicable Releases: 3.x Release date: September 2004 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors

More information

TopPoint User's Guide

TopPoint User's Guide TopPoint User's Guide LT2152/ 2000 Gilson, Inc. All rights reserved August 2000 Table of Contents 1 Introduction 2 Operation 3 Troubleshooting Steps to Using TopPoint... 1-2 Accessing Online Help... 1-3...

More information

Customer Web Site Help Reference

Customer Web Site Help Reference Customer Web Site Help Reference Table of Contents Introduction...3 Browse Products...4 Quick Order...7 Order History...9 Checkout...10 Introduction Thank you for being a Hershey customer! The Customer

More information

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Applies to: SAP NetWeaver Business Warehouse 7.3, powered by SAP HANA or SAP BW Accelerator (BWA) SAP BusinessObjects BI 4.1

More information

Using the SAP BW Metadata Creation Solution

Using the SAP BW Metadata Creation Solution Using the SAP BW Metadata Creation Solution You can use the SAP BW metadata creation solution to create InfoSources, InfoObjects, and InfoPackages and start InfoPackages. To create objects in SAP BW, open

More information

Data Mining Course Overview

Data Mining Course Overview Data Mining Course Overview 1 Data Mining Overview Understanding Data Classification: Decision Trees and Bayesian classifiers, ANN, SVM Association Rules Mining: APriori, FP-growth Clustering: Hierarchical

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Realtests.C_TBW45_70.80 Questions

Realtests.C_TBW45_70.80 Questions Realtests.C_TBW45_70.80 Questions Number: C_TBW45_70 Passing Score: 800 Time Limit: 120 min File Version: 4.6 http://www.gratisexam.com/ C_TBW45_70 SAP Certified Application Associate- Business Intelligence

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

Data Mining Algorithms

Data Mining Algorithms Algorithms Fall 2017 Big Data Tools and Techniques Basic Data Manipulation and Analysis Performing well-defined computations or asking well-defined questions ( queries ) Looking for patterns in data Machine

More information

Fund Accounting Purchasing Supplement. PowerSchool. efinanceplus. Version 1.0

Fund Accounting Purchasing Supplement. PowerSchool. efinanceplus. Version 1.0 Fund Accounting Purchasing Supplement PowerSchool efinanceplus Version 1.0 Table of Contents Fund Accounting Purchasing Supplement... 1 efinanceplus Login Instructions... 3 Accessing and Searching Expenditure

More information

Quelle: SAP AG (Mai 2011)

Quelle: SAP AG (Mai 2011) Quelle: SAP AG (Mai 2011) Financial Consolidation with SAP BRIEF COMPARISION BETWEEN SAP SEM-BCS & SAP BUSINESSOBJECTS BPC The SEM-BCS (Business Consolidation System) application is considered as one of

More information

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 How-to Guide SAP NetWeaver 04s How To Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 04s SPS07 or greater Copyright 2006 SAP AG. All rights

More information

Smarter Care Workshop

Smarter Care Workshop Smarter Care Workshop 2 P a g e SPSS Lab Workbook Overview: In this exercise, you will learn how to build a simple stream and model using SPSS Modeler. SPSS Overview: The first step in this process is

More information

Data Mining with Microsoft

Data Mining with Microsoft Data Mining with Microsoft Jamie MacLennan ZhaoHui Tang Bogdan Crivat WILEY Wiley Publishing, Inc. Contents at a Glance Foreword Introduction Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6

More information

Non-trivial extraction of implicit, previously unknown and potentially useful information from data

Non-trivial extraction of implicit, previously unknown and potentially useful information from data CS 795/895 Applied Visual Analytics Spring 2013 Data Mining Dr. Michele C. Weigle http://www.cs.odu.edu/~mweigle/cs795-s13/ What is Data Mining? Many Definitions Non-trivial extraction of implicit, previously

More information

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

Multiple Sequence Alignment

Multiple Sequence Alignment Introduction to Bioinformatics online course: IBT Multiple Sequence Alignment Lec3: Navigation in Cursor mode By Ahmed Mansour Alzohairy Professor (Full) at Department of Genetics, Zagazig University,

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

SAP BW Consistency Check Guideline

SAP BW Consistency Check Guideline SAP BW Consistency Check Guideline BUSINESS INFORMATION WAREHOUSE Document Version 1.2 SAP AG assumes no responsibility for errors or omissions in these materials. These materials are provided as is without

More information

CO-PA Extraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper

CO-PA Extraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper How to CO-PA Extraction BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided

More information

Object Determination Softproviding Core User Documentation

Object Determination Softproviding Core User Documentation Great ideas are always simple Softproviding simply makes them happen. Object Determination Softproviding Core User Documentation Version: 1.00 Date 28. June 2017 Release: v2.50 Softproviding AG Riehenring

More information

Building Reports in BI

Building Reports in BI Building Reports in BI Ashia Coleman & Andrew Tuplin 2013 Retail Summit Scottsdale, Arizona summit.iqmetrix.com events@iqmetrix.com Slide 2 - Center: Center is the data. (updated nightly from RQ4). Every

More information

Planning Functions and Characteristic Relationship in Integrated Planning

Planning Functions and Characteristic Relationship in Integrated Planning Planning Functions and Characteristic Relationship in Integrated Planning Applies to: SAP BI 7.0 developers and Reporting Users. For more information, visit the EDW homepage Summary This document explains

More information

Release Notes. Other Documentation. Autonomy Business Console. Contents. Version

Release Notes. Other Documentation. Autonomy Business Console. Contents. Version R E L E A S E N O T E S Autonomy Business Console Version 7.5.3.0 Release Notes This document describes new features and resolved issues for Autonomy Business Console 7.5.3.0. You can retrieve the latest

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

Division of Alcoholic Beverages and Tobacco. Beverages Shipped To/Within Florida

Division of Alcoholic Beverages and Tobacco. Beverages Shipped To/Within Florida Division of Alcoholic Beverages and Tobacco Beverages Shipped To/Within Florida Key Points to Know Electronic reports are also due by the 10 th of each month. It might be necessary to turn off the internet

More information

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker,

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, Orientation to MINITAB, Mary Parker, mparker@austincc.edu. Last updated 1/3/10. page 1 of Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, mparker@austincc.edu When you

More information

Fitnessgram 9 Getting Started

Fitnessgram 9 Getting Started Fitnessgram 9 Getting Started Creating Administrators and Teachers Log in to Fitnessgram 9 with the administrator login. Click on the Users menu. Click on the Add New button to create a new user. Select

More information

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2 Copyright Notice All information contained in this document is the property of ETL Solutions Limited. The information contained in this document is subject to change without notice and does not constitute

More information

1 Course Tallies and Lists with Designations

1 Course Tallies and Lists with Designations 1 Course Tallies and Lists with Designations 1.1 Quick Reports The following Quick Reports are available to assist with looking at class composition: Course Requests by Course with Designations: Build

More information

Role and Scope of ABAP in SAP BI

Role and Scope of ABAP in SAP BI Role and Scope of ABAP in SAP BI Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary The document provides a detailed description of the usage of APAP in SAP BI. Author:

More information

1 HOW TO LOGIN ENOC ISUPPLIER PORTAL HOW TO CHANGE EXISTING PASSWORD HOW TO UPDATE TRADE LICENSE HOW TO UPDATE - PROFILE...

1 HOW TO LOGIN ENOC ISUPPLIER PORTAL HOW TO CHANGE EXISTING PASSWORD HOW TO UPDATE TRADE LICENSE HOW TO UPDATE - PROFILE... Contents 1 HOW TO LOGIN ENOC ISUPPLIER PORTAL... 2 2 HOW TO CHANGE EXISTING PASSWORD... 3 3 HOW TO UPDATE TRADE LICENSE... 4 4 HOW TO UPDATE - PROFILE... 7 5 HOW TO RESPOND RFI / RFQ... 11 GUIDELINES Page

More information

EMC GREENPLUM MANAGEMENT ENABLED BY AGINITY WORKBENCH

EMC GREENPLUM MANAGEMENT ENABLED BY AGINITY WORKBENCH White Paper EMC GREENPLUM MANAGEMENT ENABLED BY AGINITY WORKBENCH A Detailed Review EMC SOLUTIONS GROUP Abstract This white paper discusses the features, benefits, and use of Aginity Workbench for EMC

More information

Defining a Data Mining Task. CSE3212 Data Mining. What to be mined? Or the Approaches. Task-relevant Data. Estimation.

Defining a Data Mining Task. CSE3212 Data Mining. What to be mined? Or the Approaches. Task-relevant Data. Estimation. CSE3212 Data Mining Data Mining Approaches Defining a Data Mining Task To define a data mining task, one needs to answer the following questions: 1. What data set do I want to mine? 2. What kind of knowledge

More information

parts.cat.com In 5 minutes.

parts.cat.com In 5 minutes. parts.cat.com In 5 minutes. Contents Welcome to parts.cat.com 1 Getting Started 2 Site Search 3 Part Number and Serial Number Search 4 Understanding your Search Results 5 Find Parts by Category 6 Find

More information

Association Pattern Mining. Lijun Zhang

Association Pattern Mining. Lijun Zhang Association Pattern Mining Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction The Frequent Pattern Mining Model Association Rule Generation Framework Frequent Itemset Mining Algorithms

More information

Step-By-Step guide to Virtual InfoCube Implementation

Step-By-Step guide to Virtual InfoCube Implementation Step-By-Step guide to Virtual InfoCube Implementation Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary This article provides a detailed insight into Virtual Infocube data

More information

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences.

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Table of Contents Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Web site Login Page # Login Process 3 Reset Password 4 Authorize

More information

Association rule mining

Association rule mining Association rule mining Association rule induction: Originally designed for market basket analysis. Aims at finding patterns in the shopping behavior of customers of supermarkets, mail-order companies,

More information

LUCITY SECURITY. This manual covers managing users, groups, and permissions for Lucity. Version: 2017r2

LUCITY SECURITY. This manual covers managing users, groups, and permissions for Lucity. Version: 2017r2 LUCITY SECURITY This manual covers managing users, groups, and permissions for Lucity. Version: 2017r2 CONTENTS SECURITY... 1 Security Program... 2 Getting Started... 3 Setting up a Security Admin User...

More information

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist.

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist. Chapter 5 Exporting Data from Access and MySQL Skills you will learn: How to export data in text format from Microsoft Access, and from MySQL using Navicat and Sequel Pro. If you are unsure of the basics

More information

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report Division of Alcoholic Beverages and Tobacco Liquor Distiller s and Rectifier s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click

More information

Learning & Development Online. Quick reference Guide. Version 2.0. Page 1

Learning & Development Online. Quick reference Guide. Version 2.0. Page 1 Learning & Development Online Quick reference Guide Version 2.0 Page 1 Contents Accessing Learning & Development Online... 3 Logging into Learning & Development Online... 4 First time users... 4 Existing

More information

Association Rules Apriori Algorithm

Association Rules Apriori Algorithm Association Rules Apriori Algorithm Market basket analysis n Market basket analysis might tell a retailer that customers often purchase shampoo and conditioner n Putting both items on promotion at the

More information

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report Division of Alcoholic Beverages and Tobacco Beer Manufacturer s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login

More information

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise Exercise Description Mapping and interpreting metropolitan growth and decline patterns between 1990 and 2000. Course Concepts Presented Sunbelt region, population redistribution, and metropolitan areas.

More information

Local Toolbar Management

Local Toolbar Management Local Toolbar Management To change the arrangement of wizards on your toolbar, or to add commonly used wizards from other modules to your default toolbar, select: Preferences > Desktop > Current Toolbar

More information

Recipe Costing: How To Import Your Supplier's Price Data - 1

Recipe Costing: How To Import Your Supplier's Price Data - 1 Recipe Costing: How To Import Your Supplier's Price Data This tutorial shows you how to import your supplier's price data into Shop'NCook Pro software and how to update the price information. Exporting

More information