How To Improve Product Data Quality

Size: px
Start display at page:

Download "How To Improve Product Data Quality"

Transcription

1 Three Critical Steps to Improving Product Data Quality A DataFlux White Paper Prepared by Jim Harris

2 Introduction Convincing your organization to view data as a strategic corporate asset and, by extension, data quality as a strategic corporate discipline can be challenging. The relationship between business processes and the data used and created by those processes is not always obvious and tangible. In other words, how does the organization s data affect its business decisions and its ability to succeed? Since the strategic importance of one corporate asset has never been in question, namely the products your organization sells, the data describing those products must be of sufficient quality to support optimal business performance, right? Let s imagine you work for Acme Foods and are making a presentation to executive management about the need for improvements in product data quality. You tell the eight executives in the room that each has on the table in front of him a different product from a current list of Acme Foods Top 100 Best Selling Products. The executives are confused because they all have the same kind of candy bar in front of them. Each has a card attached with a number and some text written on it. You explain that the number is the sales rank and the text is the product description, which was copied directly from the Acme Foods master product catalog. They pass their candy bars around the room, pausing to read the attached cards. After a few minutes, you display the following chart as your only presentation slide: You briefly point out a few of the obvious product data quality issues: Numerous variations in the official brand name (E<3MC 2 ), which stands for Everybody Loves Milk Chocolate Squared Six duplicate records are describing one product (excluding #15 and #55), meaning (at least) six of the top 100 best sellers are actually the same product #15 is not a duplicate because of a different unit count based on packaging; #55 is not a duplicate because of a different unit size (i.e., it is a bag of ten smaller chocolate squares instead of one larger chocolate square candy bar) 1

3 Business Impacts of Poor Product Data Quality Confronted with a tangible demonstration of the product data quality issues plaguing Acme Foods, the executives begin discussing some of the business impacts: Sales Forecasting Incorrect sales numbers negatively impact the ability to predict sales trends as well as plan future product marketing and promotions Spend Analysis Incorrect sales also negatively impact the procurement planning for purchasing the raw materials to make the products being sold Supply Chain Optimization Incorrect procurement levels trigger manufacturing disruptions and inefficiencies throughout the supply chain Inventory Management Incorrect inventory levels cause order fulfillment delays in distribution channels, leading to delayed revenues or lost sales In far more general terms, the bottom line is that poor product data quality: Increases costs Decreases revenue Increases risks Disrupts daily operations Causes bad tactical business decisions Undermines strategic corporate planning Even though Acme Foods prides itself on excellent business process management as well as hiring and then investing in great people and implementing the latest technology, none of these best practices can save it from the havoc wreaked by poor data quality. Data must be viewed as a strategic corporate asset and, by extension, data quality a strategic corporate discipline, because high-quality data serves as a solid foundation for success, enabling better business decisions and optimal business performance. Congratulations! The Acme Foods executives just approved a product data quality improvement project. Now what? How will you approach this daunting challenge? Using Acme Foods as a fictional case study, this white paper will describe a general approach for planning your organization s efforts to improve product data quality. It will provide a data-example-driven perspective of some of the unique challenges of product data quality, as well as discuss and demonstrate the three critical steps to improving product data quality. 2

4 Unique Challenges of Product Data Quality Product data presents some challenges that are different from other data domains. The first unique challenge of product data quality is that product is a generic term that can mean many different things. For example, a product could refer to: Raw materials used to manufacture products, e.g., the cocoa beans that Acme Foods purchases as a raw material for manufacturing chocolate Semi-finished goods from an intermediate stage of product development, e.g., the couverture chocolate that Acme Foods uses to make candy bars Finished goods, i.e., stock-keeping units (SKUs), which may be a single product, a package containing several products, or multiple products within the same brand based on packaging variations in the unit size and unit type Example of Packaging Variations 3

5 Other data domains, such as Customer Name and Postal Address, have a relatively small set of easily defined and recognized data attributes and data quality standards. (However, these definitions and standards are not always consistently enforced.) But the complex product supply chain includes manufacturers, distributors, suppliers, wholesalers, retailers and other vendors. All of these organizations typically maintain their own product catalogs, often with inconsistent data quality standards. There are some standards for product data quality, but they are not yet as widely adopted as standards for other data domains. Examples of these standards include: United Nations Standard Products and Services Code (UNSPSC) defines over twenty thousand categories of common commodities and services Uniform Code Council (UCC) specializes in data standards for bar codes and electronic data interchange (EDI), primarily for North America European Article Numbering (EAN) European standards similar to UCC EPCglobal collectively established by UCC and EAN to develop standards for electronic product codes (EPC) and radio-frequency identification (RFID) Universal Product Code (UPC) worldwide bar code standard for the electronic identification of containers, pallets, cases, products and SKUs These standards can assist with establishing consistent product descriptions and assigning unique product identifiers. However, these identifiers can suffer from the same data entry errors and data formatting variations as identifying attributes for other data domains. Also, these identifiers may not always be available and could be replaced with proprietary product identifiers, or even database surrogate keys. Therefore, effectively implementing these or other product data standards often requires matching based on product description, which is usually unstructured, meaning that most product data attributes are buried within a free-form text field. And when you are creating your own product data standards, or receiving third-party product data that follows a different standard (or none at all), recognizing and extracting product data attributes from a free-form text field will be your primary task. Therefore, categorizing, standardizing and matching product descriptions are three fundamental challenges to overcome when improving product data quality. Data quality tools provide considerable assistance with these challenges. However, compared to other data domains, a product data quality project will typically require more customization of what the data quality tool provides out of the box. Most of the customization effort is teaching the tool how to understand what are essentially the vocabulary, spelling and grammar of the product data language. 4

6 Improving Product Data Quality The three critical steps to improving product data quality are: 1. Categorization 2. Standardization 3. Matching The remainder of this white paper will discuss and demonstrate these concepts from a data-example-driven perspective using the fictional products of Acme Foods. Categorization Determining the product category is an important first step because the category provides context for the product description, where the same words, abbreviations and symbols can mean something different within different product categories. For example, consider the following product descriptions: 5

7 Many large organizations have diverse product catalogs using a complex taxonomy or hierarchy of product categories, which are often managed by different groups of subject matter experts (SMEs). Categories are sometimes keywords that are found within the product description, but most often the category must be extrapolated from a semantic understanding of the product description. By determining the category for these product descriptions, we can begin to divide and conquer the challenge of improving product data quality by using category as a filter to route records to category-specific standardization processes. Data quality tools provide assistance by parsing the free-form product description to search for the key words, phrases and other logic necessary for categorization. For simplicity, the data examples we are working with only represent two categories, Candy and Beverage. But simply categorizing all product descriptions containing the word Chocolate as Candy and Sugar as Beverage would improperly categorize both the Chocolate Energy Drink and the Sugar Chewing Gum. Therefore, the automated categorization process provided by the data quality tool has to use natural language processing and instantiate the knowledge of data SMEs. The Acme Foods SMEs have helped us properly categorize the product descriptions: Please Note: It is a recommended best practice to design your categorization process as a separate function so that the technical processes are aligned naturally with the category-specific business rules provided by the product data SMEs. 6

8 Standardization Free-form fields often contain numerous variations resulting from data entry errors, different conventions for representing the same value and a general lack of data quality standards. Additional variations are introduced by multiple data sources, each with its own unique data characteristics and data quality challenges. Standardization parses free-form fields to break them down into smaller individual fields to gain improved visibility of the available input data, create a more consistent representation, apply standard values and, when possible, populate missing values. However, it is important to note that sometimes what appear to be semantic inconsistencies in product data are intentional variations to accommodate such aspects as regional and linguistic differences, as well as special promotions. Therefore, the standardization process should be designed as modular as possible to support a plug and play approach for various components, similar to how it was recommended that categorization and standardization should be separate processes. Data s quality is determined by evaluating its fitness for the purpose of business use. However, in the vast majority of cases, data has multiple business uses, and data of sufficient quality for one use may not be for other valid business uses. When the standardization process has a flexible architecture, it is easier to convert among various product data standards and support a wider range of business purposes. Most of the product attributes in our data examples are stored within the overloaded description field, such as unit count, unit size, unit measure and unit type. Even when the data source contains these attributes as separate fields, they can be sparsely populated or contain defaults or other values conflicting with the content of the product description field. Our product data standardization process is going to create the following fields: Brand the brand name of the Acme Foods product Unit Count the number of units in the packaged product Unit Size the number associated with the unit of measurement Unit Measure the unit of measurement for the product Unit Type the packaging type of the product Product Description remaining description not covered by the above fields Please Note: Many additional fields are commonly created when standardizing product data, especially to facilitate improved matching, but this white paper focuses on the above fields for the purposes of demonstrating standardization concepts. 7

9 Candy Brands Let s begin by focusing on only the products in the Candy category: Our Candy SMEs have highlighted in bold the contents of the product description that is appropriate for the new Brand field we are creating in this two step process. The first step is to separate the brand name content from the product description: The second step is to standardize the representation of the brand names: Please Note: Implement these steps separately to make it easier to apply different standards when appropriate (e.g., using regional brand names in a local language). 8

10 Beverage Units Now let s focus on only the products in the Beverage category, which has already been branded following the same process described in the previous section: Our Beverage SMEs have highlighted in bold the contents of the product description that is appropriate for the new Unit fields we are creating in this two-step process. The first step is to separate the unit information from the product description: The second step is to standardize the representation of the unit information: 9

11 Please note: Missing Unit Counts were populated with 1 as their default value, and the remaining content of the original product description has also been standardized. Before and After Standardization 10

12 After applying all of the standardization logic described above, we can easily see the dramatic improvement in the data quality of our product data examples: Matching Matching for product data is usually performed for either comparing records within and across data sources in order to evaluate if they correspond to the same product (i.e., are duplicates) or for matching records against a standard product reference (e.g., UNSPSC in order to obtain the product commodity classification code). Matching often uses standardization to prepare its input. This facilitates a direct evaluation of comparable fields (e.g., brand name to brand name) and more reliable comparisons based on standardized values. It also decreases the failure to match records because of data variations, and increases the probability of effective match results. The standardization of our data examples has normalized the product descriptions to the point that the six duplicate records in the Candy category, which were highlighted in the introduction, can now be easily identified as exact matches: 11

13 If the six duplicates were consolidated into a single record, then the E<3MC 2 brand could be properly represented as the following three unique Acme Foods products: Data quality tools support the advanced duplicate consolidation logic often necessary for selecting or constructing the consolidated record (aka survivor or golden copy ). Obviously, exact matching on rigorously standardized data is neither a recommended best practice nor a limitation imposed by data quality tools, which provide advanced matching techniques for overcoming data variations and other data quality issues. Although those techniques are beyond the scope of this white paper, standardization will still play an important supporting role, especially for improving candidate selection for automated and interactive matching, as well as for searching the product catalog. Data quality tools also provide some way to rank their match and search results (e.g., numeric probabilities, weighted percentages, odds ratios or confidence levels) as a primary method in differentiating automatic matches, automatic non-matches and potential matches requiring manual review and verification by a SME. After Matching After matching has performed duplicate identification and consolidation, the updated Acme Foods product catalog now has dramatically improved product data quality: 12

14 Searching and matching against this new internal standard product reference can prevent future duplicates from being added to the Acme Foods product catalog. Summary Product data presents some challenges that are different from other data domains. The root cause is often the product description, which is usually unstructured, meaning that most product data attributes are buried within a free-form text field. This white paper provided a data-example-driven perspective of some of the unique challenges of product data quality, as well as discussed and demonstrated the three critical steps to improving product data quality: 1. Categorization Organizes product descriptions by category, aligning technical processes and business rules with subject matter experts (SMEs), and routes product descriptions to category-specific standardization rules 2. Standardization In a two-step process, first separates the content of the product description into new fields, and second applies standard values. Implementing these steps separately makes it easier to apply different standards when appropriate (e.g., regional standards in a local language) 3. Matching Identifies and consolidates duplicate products within a source, facilitates improved search capability and supports matching against an internal or external standard product reference 13

15 The fictional data examples from the Acme Foods product catalog demonstrated that I love Sugar Water and Everybody Loves Milk Chocolate Squared (E<3MC 2 ). But if there is only one fact that you take away from this white paper, let it be this one: Everybody Loves High Quality Product Data. To learn more about data quality, visit: dataflux.com/knowledgecenter/dq 14

16 Corporate Headquarters DataFlux Corporation 940 NW Cary Parkway Suite 201 Cary, NC USA (USA & Canada) (Direct) DataFlux United Kingdom Enterprise House 1-2 Hatfields London SE1 9PG +44 (0) DataFlux Germany In der Neckarhelle Heidelberg Germany +49 (0) DataFlux France Immeuble Danica B 21, avenue Georges Pompidou Lyon Cedex Lyon France +33 (0) info.fr@dataflux.com DataFlux Australia 300 Burns Bay Road Lane Cove, NSW 2066 Australia info.au@dataflux.com DataFlux and all other DataFlux Corporation LLC product or service names are registered trademarks or trademarks of, or licensed to, DataFlux Corporation LLC in the USA and other countries. Copyright 2010 DataFlux Corporation LLC, Cary NC, USA. All Rights Reserved. Other brand and product names are trademarks of their respective companies.

DataFlux Data Management Studio

DataFlux Data Management Studio DataFlux Data Management Studio DataFlux Data Management Studio provides the key for true business and IT collaboration a single interface for data management tasks. A Single Point of Control for Enterprise

More information

Best Practices for Managing Seasonal Items Vermont Information Processing, Inc.

Best Practices for Managing Seasonal Items Vermont Information Processing, Inc. Best Practices for Managing Seasonal Items Vermont Information Processing, Inc. 402 Watertower Circle Colchester, VT 05446 802 655 9400 Fax: 802 655 1313 www.vtinfo.com Best Practices for Managing Seasonal

More information

AN INTRODUCTION TO THE GLOBAL TRADE ITEM NUMBER (GTIN) TABLE OF CONTENTS

AN INTRODUCTION TO THE GLOBAL TRADE ITEM NUMBER (GTIN) TABLE OF CONTENTS TABLE OF CONTENTS What Is a Global Trade Item Number?... 3 What Is a GTIN Used For?... 3 Key Attributes of the GTIN... 3 Business Benefits of Using GTINs... 3 How Is the GTIN Formed?... 4 Which GTIN Is

More information

Solution Provider. Engagement with GS1 Standards

Solution Provider. Engagement with GS1 Standards Solution Provider Engagement with GS1 Standards October 2012 TABLE OF CONTENTS Contents TABLE OF CONTENTS... 2 Document Summary... 3 DISCLAIMER... 3 Introduction... 4 EXECUTIVE SUMMARY... 5 Solution Provider

More information

Informatica Master Data Management

Informatica Master Data Management Informatica Master Data Management Improve Operations and Decision Making with Consolidated and Reliable Business-Critical Data brochure The Costs of Inconsistency Today, businesses are handling more data,

More information

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation Market Offering: Package(s): Oracle Authors: Rick Olson, Luke Tay Date: January 13, 2012 Contents Executive summary

More information

What Your CEO Should Know About Master Data Management

What Your CEO Should Know About Master Data Management White Paper What Your CEO Should Know About Master Data Management A Business Use Case on How You Can Use MDM to Drive Revenue and Improve Sales and Channel Performance This document contains Confidential,

More information

Decision Tree Methodology - A solution for Local Vs. Global Master Data conflict

Decision Tree Methodology - A solution for Local Vs. Global Master Data conflict White Paper Decision Tree Methodology - A solution for Local Vs. Global Master Data conflict - Rajendra Kumar Tamboli, Promodh Narayan Ravichandran Abstract Most master data management (MDM) implementations

More information

ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY

ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY The Oracle Enterprise Data Quality family of products helps organizations achieve maximum value from their business critical applications by delivering fit

More information

ERP Implementation for Small and Medium Sized Companies Leads to Rocketing Revenues

ERP Implementation for Small and Medium Sized Companies Leads to Rocketing Revenues Microsoft Business Solutions Food and Beverage Customer Solution Case Study ERP Implementation for Small and Medium Sized Companies Leads to Rocketing Revenues Overview Country or Region: USA Industry:

More information

Mastering Data Management. Mark Cheaney Regional Sales Manager, DataFlux

Mastering Data Management. Mark Cheaney Regional Sales Manager, DataFlux Mastering Data Management Mark Cheaney Regional Sales Manager, DataFlux Today, the amount of technical information doubles every two years every two years It is forecast to double every three days There

More information

Manufacturers and Manual Order Processing

Manufacturers and Manual Order Processing Background The cost of processing manual orders continues to grow. With labor, health care and general overhead costs rising, it is becoming increasingly difficult to run a manufacturing business while

More information

Considerations: Mastering Data Modeling for Master Data Domains

Considerations: Mastering Data Modeling for Master Data Domains Considerations: Mastering Data Modeling for Master Data Domains David Loshin President of Knowledge Integrity, Inc. June 2010 Americas Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California

More information

Using Master Data in Business Intelligence

Using Master Data in Business Intelligence helping build the smart business Using Master Data in Business Intelligence Colin White BI Research March 2007 Sponsored by SAP TABLE OF CONTENTS THE IMPORTANCE OF MASTER DATA MANAGEMENT 1 What is Master

More information

AN INTRODUCTION TO THE GLOBAL INDIVIDUAL ASSET IDENTIFIER (GIAI) TABLE OF CONTENTS

AN INTRODUCTION TO THE GLOBAL INDIVIDUAL ASSET IDENTIFIER (GIAI) TABLE OF CONTENTS TABLE OF CONTENTS What Is a Global Individual Asset Identifier?... 3 What Is a GIAI Used For?... 3 Key Attributes of the GIAI... 3 Business Benefits of Using GIAIs... 3 How Is the GIAI Formed?... 4 Frequently

More information

Lawson Healthcare Solutions Optimization of Key Resources Forms a Foundation for Excellent Patient Care

Lawson Healthcare Solutions Optimization of Key Resources Forms a Foundation for Excellent Patient Care Lawson Healthcare Solutions Optimization of Key Resources Forms a Foundation for Excellent Patient Care Healthcare organizations continue to experience an alarming erosion of their operational foundation,

More information

A UNSPSC Success Story. University Health Care System Augusta, Georgia

A UNSPSC Success Story. University Health Care System Augusta, Georgia A UNSPSC Success Story University Health Care System Augusta, Georgia My first day on the job, my boss told me to just pay attention to coronary stents and spinal implants. I immediately discovered that

More information

RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE

RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE Document K59 RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE THE BOTTOM LINE When Nucleus analysts investigated the use of NetSuite by manufacturers, they found these companies were

More information

White Paper February 2009. IBM Cognos Supply Chain Analytics

White Paper February 2009. IBM Cognos Supply Chain Analytics White Paper February 2009 IBM Cognos Supply Chain Analytics 2 Contents 5 Business problems Perform cross-functional analysis of key supply chain processes 5 Business drivers Supplier Relationship Management

More information

The Health Industry Bar Code Standard:

The Health Industry Bar Code Standard: The Health Industry Bar Code Standard: Frequently asked questions What is HIBCC and the HIBC Standard? HIBCC is the Health Industry Business Communications Council, the primary standard-setting and educational

More information

Cost-effective supply chains: Optimizing product development through integrated design and sourcing

Cost-effective supply chains: Optimizing product development through integrated design and sourcing Cost-effective supply chains: Optimizing product development through integrated design and sourcing White Paper Robert McCarthy, Jr., associate partner, Supply Chain Strategy Page 2 Page 3 Contents 3 Business

More information

Enterprise Systems: From Supply Chains to ERP to CRM

Enterprise Systems: From Supply Chains to ERP to CRM Enterprise Systems: From Supply Chains to ERP to CRM Management Information Code: 164292-02 Course: Management Information Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic

More information

APICS 2012 BIG DATA INSIGHTS AND INNOVATIONS Discovering emerging data practices in supply chain and operations management

APICS 2012 BIG DATA INSIGHTS AND INNOVATIONS Discovering emerging data practices in supply chain and operations management APICS 2012 BIG DATA INSIGHTS AND INNOVATIONS Discovering emerging data practices in supply chain and operations management APICS 2012 Big Data Insights and Innovations Executive Summary APICS recently

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

convincing reasons to replace your accounting system with ERP

convincing reasons to replace your accounting system with ERP 15 convincing reasons to replace your accounting system with ERP 15 convincing reasons to replace your accounting system with ERP Welcome There comes a time when your business systems simply can t keep

More information

Overcoming the CRM Data Deluge

Overcoming the CRM Data Deluge WHITEPAPER Overcoming the CRM Data Deluge Sales Effectiveness with Best Practice Customer Analytics You are reaping the rewards of a successful CRM implementation. Your customer-facing business processes

More information

Research on Anomaly Detection of RFID Supply Chain Data Based on EPC

Research on Anomaly Detection of RFID Supply Chain Data Based on EPC , pp.62-66 http://dx.doi.org/10.14257/astl.2014.50.10 Research on Anomaly Detection of RFID Supply Chain Data Based on EPC Chunfeng Wang 1 Shuiming Zhong 2 Jin Wang 2 1 Modern Education Technology Center,

More information

A UNSPSC Success Story. Ministry Health Care Milwaukee, Wisconsin

A UNSPSC Success Story. Ministry Health Care Milwaukee, Wisconsin A UNSPSC Success Story Ministry Health Care Milwaukee, Wisconsin Ministry Health Care is a values-driven health care delivery network of aligned hospitals, clinics, long-term care facilities, home care

More information

Product Lifecycle Management in the Food and Beverage Industry. An Oracle White Paper Updated February 2008

Product Lifecycle Management in the Food and Beverage Industry. An Oracle White Paper Updated February 2008 Product Lifecycle Management in the Food and Beverage Industry An Oracle White Paper Updated February 2008 Product Lifecycle Management in the Food and Beverage Industry EXECUTIVE OVERVIEW Companies in

More information

A Simple Guide to Material Master Data Governance

A Simple Guide to Material Master Data Governance A Simple Guide to Material Master Data Governance By Will Crump President, DATUM LLC Summary Master data within an enterprise is often segmented by domain. Examples of common domains include Customer,

More information

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators An Oracle White Paper April, 2012 Spend Management Best Practices: A Call for Data Management Accelerators Table of Contents Overview... 1 Analytics Best Practices... 2 The Importance of Spend Management

More information

The key to success: Enterprise social collaboration fuels innovative sales & operations planning

The key to success: Enterprise social collaboration fuels innovative sales & operations planning Manufacturing The key to success: Enterprise social collaboration fuels innovative sales & operations planning As the sales and operations planning leader, you have a few principal responsibilities: setting

More information

Product Content Services

Product Content Services Product Content Services CODIFYD PROVIDES ITS CLIENTS WITH COMPREHENSIVE, END-TO-END PRODUCT CONTENT SERVICES. STRATEGIZE FOR SUCCESS FOR QUALITY FOR RESULTS FOR EFFICIENCY FOR THE FUTURE CODIFYD.COM PRODUCT

More information

August 2014. Industry Report: SolarBusinessServices. Solar Businesses in Australia. Prepared for: Rec Agents Association

August 2014. Industry Report: SolarBusinessServices. Solar Businesses in Australia. Prepared for: Rec Agents Association August 2014 Prepared by: Industry Report: SolarBusinessServices Prepared for: Solar Businesses in Australia Rec Agents Association P a g e 1 RAA Industry Report Solar Businesses in Australia Final 2014

More information

The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008

The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008 The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Vehicle Sales Management

Vehicle Sales Management Solution in Detail Automotive Executive Summary Contact Us Vehicle Sales Optimizing Your Wholesale Business Efficient Sales Collaborative Operation Faced with declining margins, automotive sales organizations

More information

Content is essential to commerce

Content is essential to commerce Content is essential to commerce IBM ECM helps organizations improve the efficiency of buy, market, sell and service processes Highlights: Analyze customer and operational data and build business processes

More information

Supplier Relationship Management Analysis PURCHASING FINANCIAL SUPPLIER BUYER PERFORMANCE ANALYSIS PERFORMANCE PERFORMANCE

Supplier Relationship Management Analysis PURCHASING FINANCIAL SUPPLIER BUYER PERFORMANCE ANALYSIS PERFORMANCE PERFORMANCE Supplier Relationship Management Analysis PURCHASING FINANCIAL SUPPLIER BUYER PERFORMANCE ANALYSIS PERFORMANCE PERFORMANCE Organizations today are spending as much as 60 percent of their revenue acquiring

More information

14 Best Practices: Inventory Management Techniques

14 Best Practices: Inventory Management Techniques 14 Best Practices: Inventory Management Techniques www.fcbco.com/services 804-740-8743 14 Best Practices: Inventory Management Techniques Inventory management and forecasting are strategic issues. Companies

More information

White Paper. Mining and ERPs Supply Chain Management and Beyond

White Paper. Mining and ERPs Supply Chain Management and Beyond Mining and ERPs Introduction With the demand for commodities increasing globally and competition among suppliers increasing, the mining and resource (M&R) industry is facing new challenges. To address

More information

Data Governance, Data Architecture, and Metadata Essentials

Data Governance, Data Architecture, and Metadata Essentials WHITE PAPER Data Governance, Data Architecture, and Metadata Essentials www.sybase.com TABLE OF CONTENTS 1 The Absence of Data Governance Threatens Business Success 1 Data Repurposing and Data Integration

More information

Sales Order Management

Sales Order Management Management Overview Flexibility and agility are essential for any business operating locally, regionally, or globally. Epicor s iscala ERP offers a flexible and agile sales solution designed to support

More information

Section D: Logistics. 2008 APICS All rights reserved. 2-141 Version 1.4 Draft 2

Section D: Logistics. 2008 APICS All rights reserved. 2-141 Version 1.4 Draft 2 This section is designed to Define logistics and explain its relationship to supply chain strategy Describe the interrelationship of the various logistics functions Define warehousing and sketch a brief

More information

Streamline Accounts Payable Processes with Cloud-Based Electronic Invoicing

Streamline Accounts Payable Processes with Cloud-Based Electronic Invoicing SAP Brief Ariba s Cloud-Based Financial s Ariba Invoice Management Objectives Streamline Accounts Payable Processes with Cloud-Based Electronic Invoicing Achieve touchless invoice processing on a global

More information

Data Quality and Cost Reduction

Data Quality and Cost Reduction Data Quality and Cost Reduction A White Paper by David Loshin WHITE PAPER SAS White Paper Table of Contents Introduction Data Quality as a Cost-Reduction Technique... 1 Understanding Expenses.... 1 Establishing

More information

ENTERPRISE ASSET MANAGEMENT (EAM) The Devil is in the Details CASE STUDY

ENTERPRISE ASSET MANAGEMENT (EAM) The Devil is in the Details CASE STUDY ENTERPRISE ASSET MANAGEMENT (EAM) The Devil is in the Details CASE STUDY 1 EXECUTIVE SUMMARY Enterprise Asset Management (EAM) is a strategy to provide an optimal approach for the management of the physical

More information

Making Strategic Decisions with Oracle Advanced Planning. An Oracle White Paper September 2006

Making Strategic Decisions with Oracle Advanced Planning. An Oracle White Paper September 2006 Making Strategic Decisions with Oracle Advanced Planning An Oracle White Paper September 2006 Making Strategic Decisions with Oracle Advanced Planning SUMMARY Strategic decision making is more important

More information

Moving from the Mission Statement to Reality: Achieving a Customer Centric Bank

Moving from the Mission Statement to Reality: Achieving a Customer Centric Bank Moving from the Mission Statement to Reality: Achieving a Customer Centric Bank An Oracle White Paper March 2007 White Paper Title Page 2 Achieving a Customer Centric Bank OVERVIEW It seems the most fundamental

More information

Evolution of Taxonomies and A Supply Chain of Things. Daniel E. O Leary University of Southern California 2012

Evolution of Taxonomies and A Supply Chain of Things. Daniel E. O Leary University of Southern California 2012 Evolution of Taxonomies and A Supply Chain of Things Daniel E. O Leary University of Southern California 2012 0. Research about Research Before I drill down on taxonomies and ontologies I would like to

More information

Relationship management is dead! Long live relationship management!

Relationship management is dead! Long live relationship management! XRM: From Fragmentation to Integration Executive Summary Relationship management is dead! Long live relationship management! But it s not just about customers anymore. The value chain has grown so long

More information

Supply Chain Management Build Connections

Supply Chain Management Build Connections Build Connections Enabling a business in manufacturing Building High-Value Connections with Partners and Suppliers Build Connections Is your supply chain responsive, adaptive, agile, and efficient? How

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

A Simple Guide to Material Master Data Governance. By Keith Boardman, Strategy Principal

A Simple Guide to Material Master Data Governance. By Keith Boardman, Strategy Principal A Simple Guide to Material Master Data Governance By Keith Boardman, Strategy Principal DATUM is an Information Management solutions company focused on driving greater business value through data. We provide

More information

Supply Chain Optimization

Supply Chain Optimization White Paper Supply Chain Optimization Maintenance Repair and Operations (MRO) supply chain, when given serious consideration at all, is frequently seen as a challenge a high-cost, but necessary evil to

More information

Customer Master Data: Common Challenges and Solutions

Customer Master Data: Common Challenges and Solutions Customer Master Data: Common Challenges and Solutions By Will Crump President, DATUM LLC Executive Summary Master data within an enterprise is typically segmented by domain, or a category of related data

More information

Big Data Analytics in B2B Ecommerce - Making Big Decisions

Big Data Analytics in B2B Ecommerce - Making Big Decisions Big Data Analytics in B2B Ecommerce - Making Big Decisions Industry context In January 2014, Frost & Sullivan identified B2B online retailing as one of the leading global trends that will shape 2014, stating

More information

Data Governance, Data Architecture, and Metadata Essentials Enabling Data Reuse Across the Enterprise

Data Governance, Data Architecture, and Metadata Essentials Enabling Data Reuse Across the Enterprise Data Governance Data Governance, Data Architecture, and Metadata Essentials Enabling Data Reuse Across the Enterprise 2 Table of Contents 4 Why Business Success Requires Data Governance Data Repurposing

More information

Globalization Drives Market Need for Supply Chain Segmentation: Research & Key Strategies

Globalization Drives Market Need for Supply Chain Segmentation: Research & Key Strategies Globalization Drives Market Need for Supply Chain Segmentation: Research & Key Strategies Sponsored by: Conducted by: On behalf of: Introduction Businesses continue look to their supply chain operations

More information

Optimize Retail Label and Poster Printing with SAP Software

Optimize Retail Label and Poster Printing with SAP Software SAP Brief Extensions SAP Label and Poster Printing by GK Objectives Optimize Retail Label and Poster Printing with SAP Software Take control of retail printing processes Take control of retail printing

More information

1 IMPROVING ITEM MANAGEMENT

1 IMPROVING ITEM MANAGEMENT 1 IMPROVING ITEM MANAGEMENT TO WIN IN OMNICHANNEL INFINITE RETAIL POWER TM TABLE OF CONTENTS The Impact of Omnichannel... 2 Item Management Has Always Been Important... 3 Today s Digital Consumers Demand

More information

whitepaper critical software characteristics

whitepaper critical software characteristics australia +613 983 50 000 brazil +55 11 3040 4700 canada +1 416 363 7844 cyprus +357 5 845 200 france +331 5660 5430 germany +49 2 131 3480 ireland +353 1 402 9439 israel +972 3 754 6222 italy +39 06 5455

More information

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset.

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. White Paper Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. Using LSI for Implementing Document Management Systems By Mike Harrison, Director,

More information

Industrial Distribution

Industrial Distribution Industrial Distribution FIVE DATA CHALLENGES FOR INDUSTRIAL DISTRIBUTION WEBSITES 1 Taxonomy 2 Product Attributes 3 Product Images 4 Product Titles 5 Feature Copy CODIFYD.COM INTRODUCTION Creating a successful

More information

Create and Distribute Rich Media for Optimized, Omnichannel Customer Engagement

Create and Distribute Rich Media for Optimized, Omnichannel Customer Engagement SAP Brief SAP Customer Relationship Management SAP Digital Asset Management by OpenText Objectives Create and Distribute Rich Media for Optimized, Omnichannel Customer Engagement Make the most of your

More information

Microsoft Dynamics Food and Beverage Distribution Telesales Guide

Microsoft Dynamics Food and Beverage Distribution Telesales Guide Microsoft Dynamics Food and Beverage Distribution Telesales Guide This telesales guide provides an overview of the information you will need to drive demand for Microsoft Dynamics ERP or CRM solutions

More information

B2B E-Commerce Solutions Empower Wholesale Distributors

B2B E-Commerce Solutions Empower Wholesale Distributors SAP Thought Leadership Paper Wholesale Distribution B2B E-Commerce Solutions Empower Wholesale Distributors Achieve Interaction Excellence with Outstanding Online Experiences and High-Quality Digital Content

More information

Integrated Sales and Operations Business Planning for Chemicals

Integrated Sales and Operations Business Planning for Chemicals Solution in Detail Chemicals Executive Summary Contact Us Integrated Sales and Operations Business Planning for Chemicals Navigating Business Volatility Navigating Volatility Anticipating Change Optimizing

More information

INCORPORATING PREDICTIVE ANALYTICS

INCORPORATING PREDICTIVE ANALYTICS www.wipro.com/promax INCORPORATING PREDICTIVE ANALYTICS WITH THE DEMAND SIGNALS TO AND FROM TRADE PROMOTIONS www.wipro.com Table of contents 3.Background on Promotion Philosophy 4.The Customer and Product

More information

Streamline your staffing process with a vendor management system that fits your business

Streamline your staffing process with a vendor management system that fits your business Peopleclick VMS Streamline your staffing process with a vendor management system that fits your business Peopleclick VMS is web-based, enterprise-wide vendor management software that automates, tracks

More information

The Global Supply Chain Goes Collaborative

The Global Supply Chain Goes Collaborative WIPRO CONSULTING SERVICES The Global Supply Chain Goes Collaborative www.wipro.com/consulting The Global Supply Chain Goes Collaborative By Sebastian Ennulat In today s era of high customer expectations,

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

Supply Chain Mapping. Customer Solutions

Supply Chain Mapping. Customer Solutions Supply Chain Mapping Customer Solutions Supply Chain Mapping On a mission to improve supply chain management within your organization? Mapping out your processes is an inexpensive way to make great strides

More information

ORACLE PRODUCT DATA HUB

ORACLE PRODUCT DATA HUB ORACLE PRODUCT DATA HUB THE SOURCE OF CLEAN PRODUCT DATA FOR YOUR ENTERPRISE. KEY FEATURES Out-of-the-box support for Enterprise Product Record Proven, scalable industry data models Integrated best-in-class

More information

On Your Mark, Get Set, Go! ebook

On Your Mark, Get Set, Go! ebook On Your Mark, Get Set, Go! ebook Order Management Best Practices for Sporting Goods Retailers Technology levels the playing field to allow small to medium-sized sporting goods retailers to compete with

More information

Supplier Relationship Management: Moving From "Counterparties" to Collaboration

Supplier Relationship Management: Moving From Counterparties to Collaboration Supplier Relationship Management: Moving From "Counterparties" to Collaboration An IDC Executive Brief January 2003 Adapted from Worldwide Supply Chain Management Services Market Forecast, 2001 2006 by

More information

Master Data Management Framework: Begin With an End in Mind

Master Data Management Framework: Begin With an End in Mind S e p t e m b e r 2 0 0 5 A M R R e s e a r c h R e p o r t Master Data Management Framework: Begin With an End in Mind by Bill Swanton and Dineli Samaraweera Most companies know they have a problem with

More information

Product Lifecycle Sourcing enabled by Teamcenter s SRM solutions

Product Lifecycle Sourcing enabled by Teamcenter s SRM solutions Product Lifecycle Sourcing enabled by Teamcenter s SRM solutions White Paper In today s era of outsourcing, most companies find that the lack of coordination among suppliers, procurement and product development

More information

Operations/Inventory Excellence

Operations/Inventory Excellence Operations/Inventory Excellence 7 Keys to Profit Improvement from Purchasing to Delivery For 20 NASSAU STREET, SUITE 244 PRINCETON, NEW JERSEY 08542 Our Presentation This presentation on Business Operations/Inventory

More information

SAP's MDM Shows Potential, but Is Rated 'Caution'

SAP's MDM Shows Potential, but Is Rated 'Caution' Products, A. White, D. Hope-Ross Research Note 16 September 2003 SAP's MDM Shows Potential, but Is Rated 'Caution' SAP's introduction of its Master Data Management solution shows it recognizes that maintaining

More information

How To Create An Insight Analysis For Cyber Security

How To Create An Insight Analysis For Cyber Security IBM i2 Enterprise Insight Analysis for Cyber Analysis Protect your organization with cyber intelligence Highlights Quickly identify threats, threat actors and hidden connections with multidimensional analytics

More information

An Enterprise Resource Planning Solution (ERP) for Mining Companies Driving Operational Excellence and Sustainable Growth

An Enterprise Resource Planning Solution (ERP) for Mining Companies Driving Operational Excellence and Sustainable Growth SAP for Mining Solutions An Enterprise Resource Planning Solution (ERP) for Mining Companies Driving Operational Excellence and Sustainable Growth 2013 SAP AG or an SAP affi iate company. All rights reserved.

More information

Storage & Inventory Control

Storage & Inventory Control s Guide Storage & Inventory Control Storage and Inventory Control include the activities related to holding material and the processes of counting and transacting the material as it moved through the warehouse.

More information

Flattening Enterprise Knowledge

Flattening Enterprise Knowledge Flattening Enterprise Knowledge Do you Control Your Content or Does Your Content Control You? 1 Executive Summary: Enterprise Content Management (ECM) is a common buzz term and every IT manager knows it

More information

OPERA Central Systems. Create success. integrated efficiency for hotel chains

OPERA Central Systems. Create success. integrated efficiency for hotel chains OPERA Central Systems Create success integrated efficiency for hotel chains Introduction Stay on top with the cutting edge in management technology at your fingertips In today s highly competitive global

More information

TAKEAWAYS CHALLENGES. The Evolution of Capture for Unstructured Forms and Documents STRATEGIC WHITE PAPER

TAKEAWAYS CHALLENGES. The Evolution of Capture for Unstructured Forms and Documents STRATEGIC WHITE PAPER STRATEGIC WHITE PAPER CHALLENGES Lost Productivity Business Inefficiency The Evolution of Capture for Unstructured Forms and Documents Inability to Capture and Classify Unstructured Forms and Documents

More information

Data Audit Solution. Data quality visibility in 5 days for improving corporate performance. TABLE OF CONTENTS. Purpose of this white paper

Data Audit Solution. Data quality visibility in 5 days for improving corporate performance. TABLE OF CONTENTS. Purpose of this white paper Solution Data quality visibility in 5 days for improving corporate performance. Purpose of this white paper This white paper describes the BackOffice Associates engagement and the increasing importance

More information

ISM Online Course Offerings

ISM Online Course Offerings CERTIFICATION (CPSM and CPSD ) ISM Online Course Offerings 3968 Bridge Review Online Course 21 CEHs This course is designed as a review for current C.P.M. holders as part of their preparation for taking

More information

I-Track Software. A state of the art production and warehouse management system designed for Food and Beverage Manufacturers. Overview 2.

I-Track Software. A state of the art production and warehouse management system designed for Food and Beverage Manufacturers. Overview 2. Overview 2 Features 3 Benefits 4 I-Track Software A state of the art production and warehouse management system designed for Food and Beverage Manufacturers Site Assessment 5 Integrated Plant Floor Execution

More information

Applying Business Architecture to the Cloud

Applying Business Architecture to the Cloud Applying Business Architecture to the Cloud Mike Rosen, Chief Scientist Mike.Rosen@ WiltonConsultingGroup.com Michael Rosen Agenda n What do we mean by the cloud? n Sample architecture and cloud support

More information

How To Get A Better At Writing An Invoice

How To Get A Better At Writing An Invoice Electronic Invoice Adoption Benchmark Report Based on the Results of PayStream s einvoice Survey Q1 2013 Featuring Insights on... Centralized vs. Decentralized AP Operations Underwritten in part by AP

More information

Leveraging the power of UNSPSC for Business Intelligence

Leveraging the power of UNSPSC for Business Intelligence Paper No. Satyam/DW&BI/00 6 A Satyam White Paper Leveraging the power of UNSPSC for Business Intelligence Author: Anantha Ramakrishnan Ananth_Ark@onsite.satyam.com Introduction The Universal Standard Products

More information

Asian Paints: Enabling Real-Time Analytics Across Growing Data Volumes

Asian Paints: Enabling Real-Time Analytics Across Growing Data Volumes 2015 SAP AG or an SAP affiliate company. All rights reserved. Asian Paints: Enabling Real-Time Analytics Across Growing Data Volumes Asian Paints Limited Industry Chemicals Products and Services Paints

More information

SMART Steps Toward Consolidated Workload Automation

SMART Steps Toward Consolidated Workload Automation An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for BMC Software June 2008 IT Management Research, Industry Analysis, and Consulting Table of Contents Executive Summary... 1 Introduction...

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Lecture - 41 Value of Information In this lecture, we look at the Value

More information

Employee Survey Analysis

Employee Survey Analysis Employee Survey Analysis Josh Froelich, Megaputer Intelligence Sergei Ananyan, Megaputer Intelligence www.megaputer.com Megaputer Intelligence, Inc. 120 West Seventh Street, Suite 310 Bloomington, IN 47404

More information

The Economic Benefits of Multi-echelon Inventory Optimization

The Economic Benefits of Multi-echelon Inventory Optimization SOLUTION PERSPECTIVES: Leveraging Multi-echelon Replenishment to Maximize Return on Inventory Investment The Economic Benefits of Multi-echelon Inventory Optimization Lower working capital requirements,

More information

Lead Generation for Logistics Services: Who s Job Is It, Anyway?

Lead Generation for Logistics Services: Who s Job Is It, Anyway? Lead Generation for Logistics Services: Who s Job Is It, Anyway? Asking salespeople to fill, as well as close, the sales pipeline can lead to inefficiency, poor results and attrition. 1 During a phone

More information

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining

More information

EDI 101. Your Basic Course in Electronic Data Interchange

EDI 101. Your Basic Course in Electronic Data Interchange EDI 101 Your Basic Course in Electronic Data Interchange Direct EDI, Inc., 2009 IRECT EDI, INCI DIRECT NC. Direct EDI, Inc. is an e commerce solution provider specializing in providing web based EDI solutions

More information