Using the SAP BW Metadata Creation Solution

Size: px
Start display at page:

Download "Using the SAP BW Metadata Creation Solution"

Transcription

1 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 the sapsolutions/bw/metadata folder on the Informatica platform installation DVD. It contains the following subfolders: Mappings Workflows SrcAndParamFiles The mappings and workflows folders contain XML files that you can import as mappings and workflows into the PowerCenter repository. Upgrade Note When you configure the PowerCenter Integration Service, set OutputMetaDataForFF to No so that the Integration Service does not output metadata for flat file targets. The mappings Folder The mappings folder includes mappings to create objects in SAP BW. The following table lists the mappings included with the SAP BW metadata creation solution: Mapping BAPI_IOBJ_CREATE_ACTIVATE.XML BAPI_ISOURCE_MD_CREATE_ACTIVATE.XML BAPI_ISOURCE_TD_CREATE_ACTIVATE.XML BAPI_IPAK_CREATE.XML BAPI_IPAK_START.XML The workflows Folder Creates and activates an InfoObject. Creates and activates an InfoSource for master data. Creates and activates an InfoSource for transaction data. Creates an InfoPackage. Starts an InfoPackage. The workflows folder includes workflows to create objects in SAP BW. The following table lists the workflows included with the SAP BW metadata creation solution: Workflow INFOOBJECT_CREATE_ACTIVATE.XML INFOSOURCE_MD_CREATE_ACTIVATE.XML INFOSOURCE_TD_CREATE_ACTIVATE.XML INFOPACKAGE_CREATE.XML Creates and activates an InfoObject. This workflow uses the BAPI_IOBJ_CREATE_ACTIVATE mapping to create the InfoObject. Creates and activates an InfoSource for master data. This workflow uses the BAPI_ISOURCE_MD_CREATE_ACTIVATE mapping to create the InfoSource. Creates and activates an InfoSource for transaction data. This workflow uses the BAPI_ISOURCE_TD_CREATE_ACTIVATE mapping to create the InfoSource. Creates an InfoPackage. This workflow uses the BAPI_IPAK_CREATE mapping to create the InfoPackage. 1 PWX-SPS

2 Workflow INFOPACKAGE_START.XML Starts an InfoPackage. This workflow uses the BAPI_IPAK_START mapping to start the InfoPackage. The SrcAndParamFiles Folder The SrcAndParamFiles folder includes support files that you use to create SAP BW metadata. These include parameter files and sample files that you use during a workflow to create SAP BW metadata. The following table lists the files included with the SAP BW metadata creation solution: File INFA_SAPBW_OBJECT_MANAGEMENT.prm BW_TABLE_METADATA.XML BAPI_IPAK_CREATE_SI.txt INFOPACKAGE_NAME.txt TriggerRow.txt Requirements to Create SAP BW Metadata Set the values for mapping parameters and connection variables you use in the SAP BW metadata creation mappings and session tasks before running a workflow. Use this file for every workflow run and set the corresponding session tasks variables in each workflow. Sample XML source file to which you export a target table. Use to specify the metadata for the InfoPackage you want to create in SAP BW. Configure this file before running the INFOPACKAGE_CREATE workflow. Use to specify the technical name of the InfoPackage you want to start. Configure this file before running the INFOPACKAGE_START workflow. The INFOSOURCE_MD_CREATE_ACTIVATE and INFOSOURCE_TD_CREATE_ACTIVATE workflows use this file to start the workflow. Do not modify this file. Before running workflows to create SAP BW metadata, complete the following tasks: Import the mappings. Import the workflows. Create a SAP BAPI/RFC connection and export the target as an XML file. Importing the Mappings Import the mappings from the sapsolutions\bw\metadata\mappings directory on the Informatica platform installation DVD into a new folder in the PowerCenter repository. Note: If you import a mapping into a folder that contains objects that exist in the mapping, the Designer prompts you to rename, replace, reuse, or compare the objects. Select Rename to rename the mapping. Importing the Workflows Import the workflows from the sapsolutions\bw\metadata\workflows directory on the Informatica platform installation DVD into a folder in the PowerCenter repository. Import the mappings before importing the workflows. You must import the workflows into the same folder as the mappings. Creating and Exporting a Target Table To create an InfoObject or InfoSource in SAP BW, create a target definition. The target definition defines the metadata for the InfoSource you want to create in SAP BW. Each column you create defines the metadata for an InfoObject you want to create in SAP BW. If you specify an InfoSource or InfoObject that already exists in SAP BW, the Integration Service does not replace or update the metadata for the InfoSource or InfoObject in SAP BW. After you define an 2 PWX-SPS

3 InfoSource or InfoObject you want to create in SAP BW, export the table to an XML file in the SrcFiles directory in the Informatica Services installation. The sapsolutions\bw\metadata\srcandparamfiles folder on the Informatica platform installation DVD includes a sample exported XML file called BW_TABLE_METADATA.XML. Running a Workflow to Create an InfoObject To create and activate an InfoObject, run the INFOOBJECT_CREATE_ACTIVATE workflow. Before you run the workflow, complete the following configuration tasks: Edit the BW_TABLE_METADATA.XML file to configure the metadata for InfoObjects. Configure the connection and mapping variables for the s_bapi_iobj_create_activate session in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Configuring Mapping Parameters and Connection Variables for the BAPI_IOBJ_CREATE_ACTIVATE Mapping After you specify the exported table name, configure the mapping parameters for the BAPI_IOBJ_CREATE_ACTIVATE mapping. The mapping parameters for the BAPI_IOBJ_CREATE_ACTIVATE mapping specify the metadata for the InfoObject. Configure the mapping parameters in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Place the copy of the parameter file in server\bin in the Informatica Services installation directory. You can place the file in another directory if you specify the file name and directory in the workflow or session properties. The following table lists the mapping parameters and connection variables you configure in INFA_SAPBW_OBJECT_MANAGEMENT.prm to create and activate an InfoObject: Mapping Parameter / Connection Variable [s_bapi_iobj_create_activate] $AppConnection_BW_RFC= $$ATTRIBUTEFLAG=X $$TXTTABFL=X $$TEXT_SHORT_FLAG=X $$TEXT_MEDIUM_FLAG=X $$TEXT_LONG_FLAG=X $$FIXCUKY=USD $$FIXUNIT=LB $$INFOAREA= $$APPLICATIONNAME= Required. BAPI/RFC connection name. Define an SAP BAPI/RFC connection object and enter the name here. Optional. Attribute flag that enables the Attribute Only option for the InfoObject. Enter X to enable or enter a null value to disable. Default is X. Optional. Text table flag that enables the With texts option for the InfoObject. Enter X to enable or enter a null value to disable. Default is X. Optional. Text short flag that enables the Short Text Exists option for the InfoObject. Enter X to enable or a enter value to disable. Default is X. Optional. Text medium flag that enables the Medium Text Exists option for the InfoObject. Enter X to enable or enter a null value to disable. Default is X. Optional. Text long flag that enables the Long Text Exists option for the InfoObject. Enter X to enable or enter a null value to disable. Default is X. Optional. Fixed Currency. You can change the value to any valid currency. This property is only used while creating a Key Figure InfoObject of type Amount. Default is U.S. Dollar. Required. Fixed Unit of Measure. You can change the value to any valid unit of measure. This property is only used while creating a Key Figure InfoObject of type Quantity. Default is Pounds. Optional. InfoArea. The valid InfoArea name you enter here is copied to the InfoArea of the characteristic InfoObject. Optional. Application Component. The valid Application Component name you enter here is copied to the Application Component of the characteristic InfoObject. 3 PWX-SPS

4 Running a Workflow to Create an InfoSource for Master Data To create and activate an InfoSource for master data, run the INFOSOURCE_MD_CREATE_ACTIVATE workflow. Before you run the workflow, complete the following tasks: Create the InfoObjects you want to include in the InfoSource. Edit the BW_TABLE_METADATA.XML file to configure the metadata for InfoObjects. Configure the mapping parameters and connection variables for the s_bapi_isource_md_create_activate session in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Creating the InfoObjects Before you run the workflow to create an InfoSource for master data, create the InfoObjects you want to include in the InfoSource. You can include InfoObjects that you created using the SAP BW metadata creation solution. You can also use InfoObjects that you created in SAP BW. Configuring Mapping Parameters and Connection Variables for the BAPI_ISOURCE_MD_CREATE_ACTIVATE Mapping After you specify the exported table name, configure the mapping parameters for the BAPI_ISOURCE_MD_CREATE_ACTIVATE mapping. The mapping parameters specify the metadata for an InfoSource for master data. Configure the mapping parameters in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Place the copy of the parameter file in server\bin in the Informatica Services installation directory. You can place the file in another directory if you specify the file name and directory in the workflow or session properties. The following table lists the mapping parameters and connection variables you configure in INFA_SAPBW_OBJECT_MANAGEMENT.prm to create and activate an InfoSource for master data: Mapping Parameter / Connection Variable [s_bapi_isource_md_create_activate] $$AppConnection_BW_RFC= $$SOURCESYSTEM= $$INFOOBJECT= $$LOADMETHOD=T $$APPLICATIONNAME= $$DELTAUPDATE=X $$RELOADABLE= $$DELTAUPDATETEXT=X $$RELOADABLETEXT= Required. BAPI/RFC connection name. Define an SAP BAPI/RFC connection object and enter the name here. Required. Name of the source system to which the Master InfoSource will be assigned. Required. Name of primary InfoObject for the Master InfoSource. Enter the name of the InfoObject that is used as the primary InfoObject for the InfoSource. Optional. Load Method. Enter T for transactional RFC or I for IDoc. Default is T. Optional. Name of Application Component. When you specify this option, the Integration Service creates the Master InfoSource under the Application Component. Otherwise, the Integration Service creates it under Unassigned nodes. Optional. Delta Update. Enter X to enable or enter a null value to disable. Default is X. Optional. Reloading Data Request is Permitted. Enter X to enable or enter a null value to disable. Default is null value. Optional. Delta Update for Texts is Supported. Enter X to enable or enter a null value to disable. Default is X. Optional. Reloading Data Request for Texts is Permitted. Enter X to enable or enter a null value to disable. Default is null value. 4 PWX-SPS

5 Running a Workflow to Create an InfoSource for Transaction Data To create and activate an InfoSource for transaction data, run the INFOSOURCE_TD_CREATE_ACTIVATE workflow. Before you run the workflow, complete the following configuration tasks: Create the InfoObjects you want to include in the InfoSource. Edit the BW_TABLE_METADATA.XML file to configure the metadata for InfoObjects. Configure the mapping parameters and connection variables for the s_bapi_isource_td_create_activate session in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Creating the InfoObjects Before you run the workflow to create an InfoSource for master data, create the InfoObjects you want to include in the InfoSource. You can include InfoObjects that you created using the SAP BW metadata creation solution. You can also use InfoObjects that you created in SAP BW. Configuring Mapping Parameters and Connection Variables for the BAPI_ISOURCE_TD_CREATE_ACTIVATE Mapping After you specify the exported table name, configure the mapping parameters for the BAPI_ISOURCE_TD_CREATE_ACTIVATE mapping. The mapping parameters specify the metadata for an InfoSource for transaction data. You configure the mapping parameters in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Place the copy of the parameter file in server\bin in the Informatica Services installation directory. You can place the file in another directory if you specify the file name and directory in the workflow or session properties. The following table lists the mapping parameters and connection variables you configure in INFA_SAPBW_OBJECT_MANAGEMENT.prm to create and activate an InfoSource for transaction data: Mapping Parameter / Connection Variable [s_bapi_isource_td_create_activate] $$AppConnection_BW_RFC= $$SOURCESYSTEM= $$INFOSOURCE= $$LOADMETHOD=T $$FULLUPDATE=X $$DELTAUPDATE= $$RELOADABLE= Required. BAPI/RFC connection name. Define an SAP BAPI/RFC connection object and enter the name here. Required. Name of the source system to which the Master InfoSource will be assigned. Required. Name of the Transaction InfoSource to be created. Running a Workflow to Create an InfoPackage Optional. Load Method. Enter T for transactional RFC or I for IDoc. Default is T. Optional. Full update supported. Enter X to enable or enter a null value to disable. Default is X. Optional. Delta Update. Enter X to enable or enter a null value to disable. Default is a null value. Optional. Subsequent Claim of a Data Package Supported. Enter X to enable or enter a null value to disable. Default is a null value. To create an InfoPackage in SAP BW, run the INFOPACKAGE_CREATE workflow. Before you run the workflow, complete the following configuration tasks: Configure the InfoPackage metadata in BAPI_IPAK_CREATE_SI.txt. Configure the connection variable for the s_bapi_ipak_create session in INFA_SAPBW_OBJECT_MANAGEMENT.prm. 5 PWX-SPS

6 Configuring InfoPackage Metadata in BAPI_IPAK_CREATE_SI.txt In BAPI_IPAK_CREATE_SI.txt, configure the metadata for the InfoPackage. You can use the sample file in the sapsolutions\bw\metadata\srcandparamfiles directory on the Informatica platform installation DVD as a template to create a copy of the file. The sample file includes a header row of text that specifies the properties for the InfoPackage that you need to define in the file. Do not delete the header row at the beginning of the file. Use the header row as a template to configure the metadata for the InfoPackage you want to create. You can configure multiple InfoPackages in BAPI_IPAK_CREATE_SI.txt. Place the copy of BAPI_IPAK_CREATE_SI.txt in the SrcFiles directory in the Informatica Services installation. The following table lists each property in BAPI_IPAK_CREATE_SI.txt: Property InfoSource InfoSourceType LogSys DataSource DataSourceType UpdateMasterData Text UpdateMode_Read Required. Name of the InfoSource. Required. Type of InfoSource. Enter I for Transaction InfoSource. Enter O for Master InfoSource. Required. Technical name for the SourceSystem. Required. Technical name for the DataSource that is mapped on the InfoSource. Required. Technical type for the DataSource. Enter D for transaction DataSource. Enter M for master data attributes. Enter T for master text DataSource. Required. If master data exists for the data, this property indicates whether the system only loads data. Required. Text description of InfoPackage. Required. InfoPackage processing mode. Enter F for Full Update. Enter D for Delta Update. Enter R for Repeat Update. Enter C to initialize delta procedure. Enter I to construct initial count. Configuring Connection Variable for the s_bapi_ipak_create Session After configuring the InfoPackage metadata, configure the connection variable for the s_bapi_ipak_create session. The connection variable specifies the SAP BW connection to use to create the InfoPackage. Configure the connection variable in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Place the copy of the parameter file in server\bin in the Informatica Services installation directory. You can place the file in another directory if you specify the file name and directory in the workflow or session properties. The following table lists the connection variables you configure for the s_bapi_ipak_create session: Connection Variable [s_bapi_ipak_create] $$AppConnection_BW_R FC= Required. BAPI/RFC connection name. Define an SAP BAPI/RFC connection object and enter the name here. Running a Workflow to Start an InfoPackage To start an InfoPackage in SAP BW, run the INFOPACKAGE_START workflow. Before you can run the workflow, complete the following configuration tasks: Specify the InfoPackage technical name in INFOPACKAGE_NAME.txt. Configure the connection variable for the BAPI_IPAK_START mapping in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Configure the 3 rd Party Selection tab for the InfoPackage in SAP BW. 6 PWX-SPS

7 Specifying InfoPackage Technical Name in INFOPACKAGE_NAME.txt In INFOPACKAGE_NAME.txt, specify the technical name for the InfoPackage you want to start. You can use the sample file in the sapsolutions\bw\metadata\srcandparamfiles directory on the Informatica platform installation DVD as a template to create a copy of INFOPACKAGE_NAME.txt. Place the copy of the file in the SrcFiles directory in the Informatica Services installation. When you create an InfoPackage using the metadata creation solution, you can find the InfoPackage technical name in the following output file TgtFiles\INFOPACKAGE_NAME1.OUT in the Informatica Services installation. You can also find the InfoPackage technical name in the InfoPackage properties in SAP BW. Configuring Connection Variable for the s_bapi_ipak_start Session After you specify the InfoPackage technical name, configure the connection variable for the s_bapi_ipak_start session. Configure the connection variable in INFA_SAPBW_OBJECT_MANAGEMENT.prm. Place the copy of the parameter file in server\bin in the Informatica Services installation directory. You can place the file in another directory if you specify the file name and directory in the workflow or session properties. The following table lists the properties you configure for the BAPI_IPAK_START mapping: Mapping Parameters [s_bapi_ipak_start] $$AppConnection_BW_RF C= Required. BAPI/RFC connection name. Define an SAP BAPI/RFC connection object and enter the name here. Configuring the 3 rd Party Selection Tab for the InfoPackage in SAP BW Before you run the workflow to start an InfoPackage, you need to configure the 3 rd Party Selection tab for the InfoPackage in SAP BW to input PowerCenter workflow and session task names. For more information about configuring the 3 rd Party Selection tab in SAP BW, see Loading Data into SAP BW in the PowerExchange for SAP NetWeaver User Guide. 7 PWX-SPS

Informatica PowerExchange for SAP NetWeaver (Version 10.2)

Informatica PowerExchange for SAP NetWeaver (Version 10.2) Informatica PowerExchange for SAP NetWeaver (Version 10.2) SAP BW Metadata Creation Solution Informatica PowerExchange for SAP NetWeaver BW Metadata Creation Solution Version 10.2 September 2017 Copyright

More information

Informatica BCI Extractor Solution

Informatica BCI Extractor Solution Informatica BCI Extractor Solution Objective: The current BCI implementation delivered by Informatica uses a LMAPI SDK plugin to serially execute idoc requests to SAP and then execute a process mapping

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

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

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release Hyperion Data Integration Management Adapter for Performance Scorecard Release 11.1.1.1 Readme [Skip Navigation Links] Purpose... 3 About Data Integration Management Release 11.1.1.1... 3 Data Integration

More information

BI (Business Intelligence)

BI (Business Intelligence) BI (Business Intelligence) Computer: Computer is an electronic device, which takes input, processed it and gives the accurate result as output. Hardware: which we can see and touch. Software: it is a set

More information

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release Hyperion Data Integration Management Adapter for Essbase Release 11.1.1.1 Sample Readme [Skip Navigation Links] Purpose... 2 About Data Integration Management Release 11.1.1.1... 2 Data Integration Management

More information

Informatica Corporation Informatica PowerCenter Connect for SAP NetWeaver Version SP5 Release Notes March Contents

Informatica Corporation Informatica PowerCenter Connect for SAP NetWeaver Version SP5 Release Notes March Contents Contents Informatica Corporation Informatica PowerCenter Connect for SAP NetWeaver Version 8.1.1 SP5 Release Notes March 2008 Copyright 2003-2008 Informatica Corporation This Software may be protected

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

How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation

How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

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

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

Using Standard Generation Rules to Generate Test Data

Using Standard Generation Rules to Generate Test Data Using Standard Generation Rules to Generate Test Data 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

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

Loading the Data for Time Dependent Hierarchy in SAP BI

Loading the Data for Time Dependent Hierarchy in SAP BI Loading the Data for Time Dependent Hierarchy in SAP BI Applies to: Time dependent hierarchies are often used by organizations to help them organize their master data which changes like employee hierarchies,

More information

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme Oracle s Hyperion Data Integration Management Adapter for Financial Management Release 9.3.1.1 File This file contains the following sections: Purpose... 1 System Requirements... 2 Hardware... 2 Software...

More information

Importing Flat File Sources in Test Data Management

Importing Flat File Sources in Test Data Management Importing Flat File Sources in Test Data Management Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States

More information

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal.

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. (1) InfoObject (New) As of BW backend version 7.5 SPS00, it is possible to model InfoObjects

More information

Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase

Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase Session 41660: Using Hyperion Data Integration Management with Hyperion Planning and Hyperion Essbase Presenter Information Dan Colston Hyperion EPM Senior Consultant dcolston@thehackettgroup.com Patrick

More information

Informatica PowerExchange for SAP NetWeaver (Version 9.5.0) User Guide for PowerCenter

Informatica PowerExchange for SAP NetWeaver (Version 9.5.0) User Guide for PowerCenter Informatica PowerExchange for SAP NetWeaver (Version 9.5.0) User Guide for PowerCenter Informatica PowerExchange for SAP NetWeaver User Guide for PowerCenter Version 9.5.0 June 2012 Copyright (c) 1998-2012

More information

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Data Quality : Profile Analysis On Join Condition

Data Quality : Profile Analysis On Join Condition Name of Solution: Data Quality : Profile Analysis On Join Condition Business Requirement: The purpose of this solution is to explain what is Join profile analysis and how it can be used. Solution URL:

More information

Open Hub Destination - Make use of Navigational Attributes

Open Hub Destination - Make use of Navigational Attributes Open Hub Destination - Make use of Navigational Attributes Applies to: SAP BI 7.0. For more information visit the Enterprise Data Warehousing Summary This paper tells about usage of Open Hub Destination

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

Know How Network: SAP BW Performance Monitoring with BW Statistics

Know How Network: SAP BW Performance Monitoring with BW Statistics Know How Network: SAP BW Performance Monitoring with BW Statistics Ron Silberstein Platinum Consultant- Business Intelligence Netweaver RIG US SAP Labs, LLC Agenda 2 BW Statistics Overview Monitoring with

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

SCENARIOS. Docu Performer for SAP Version 15

SCENARIOS. Docu Performer for SAP Version 15 SCENARIOS Docu Performer for SAP Version 5 Docu Performer SCENARIOS 2 Overview... 3 General Procedure... 3 Access to Scenarios... 4 Creating Scenarios... 6 Scenario Folders... 6 Designing Scenarios...

More information

5 ETL Process: Master Data

5 ETL Process: Master Data 5 ETL Process: Master Data Of what use are the most modern data warehousing systems, if they re based on master data for customers or material that is incomplete, outdated, or inconsistent? The quality

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001 How to Archive in BW ASAP How to Paper Applicable Releases: BW 3.0A November 2001 SAP Portals (SAP Portals, Inc. and SAP Portals Europe GmbH) assumes no responsibility for errors or omissions in these

More information

IBM InfoSphere Information Server Integration Guide for IBM InfoSphere DataStage Pack for SAP BW

IBM InfoSphere Information Server Integration Guide for IBM InfoSphere DataStage Pack for SAP BW IBM InfoSphere Information Serer Version 11 Release 3 IBM InfoSphere Information Serer Integration Guide for IBM InfoSphere DataStage Pack for SAP BW SC19-4314-00 IBM InfoSphere Information Serer Version

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica Corporation Test Data Management Version 9.6.0 Release Notes August 2014 Copyright (c) 2003-2014 Informatica Corporation. All rights reserved. Contents Informatica Version 9.6.0... 1 Installation

More information

Server Connectivity and Data Load from Non SAP System to BW

Server Connectivity and Data Load from Non SAP System to BW Server Connectivity and Data Load from Non SAP System to BW Applies to: SAP NetWeaver 2004 and SAP NetWeaver 2004s. BW 3.5 & BI 7.0 For more information, visit the Business Intelligence homepage. Summary

More information

How to Use Full Pushdown Optimization in PowerCenter

How to Use Full Pushdown Optimization in PowerCenter How to Use Full Pushdown Optimization in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Moving DB2 for z/os Bulk Data with Nonrelational Source Definitions

Moving DB2 for z/os Bulk Data with Nonrelational Source Definitions Moving DB2 for z/os Bulk Data with Nonrelational Source Definitions 2011 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

SAP NETWEAVER - TRANSPORT MANAGEMENT

SAP NETWEAVER - TRANSPORT MANAGEMENT SAP NETWEAVER - TRANSPORT MANAGEMENT http://www.tutorialspoint.com/sap_netweaver/sap_netweaver_transport_management.htm Copyright tutorialspoint.com Advertisements Transport Management System (TMS) is

More information

Susanne Hess, Stefanie Lenz, Jochen Scheibler. Sales and Distribution Controlling with SAP. NetWeaver BI. Bonn Boston

Susanne Hess, Stefanie Lenz, Jochen Scheibler. Sales and Distribution Controlling with SAP. NetWeaver BI. Bonn Boston Susanne Hess, Stefanie Lenz, Jochen Scheibler Sales and Distribution Controlling with SAP NetWeaver BI Bonn Boston Contents Acknowledgments... 9 1 Introduction... 11 1.1 Goals and Basic Principles... 11

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

Common Production Failures Encountered at BW Production Support

Common Production Failures Encountered at BW Production Support Common Production Failures Encountered at BW Production Support Applies to: For more information, visit the Business Intelligence homepage. Summary This Knowledge brief helps BW Consultants as Quick reference

More information

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services)

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary Sometimes business

More information

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is intended for

More information

Using PowerCenter to Process Flat Files in Real Time

Using PowerCenter to Process Flat Files in Real Time Using PowerCenter to Process Flat Files in Real Time 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

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

Informatica Power Center 9.0.1

Informatica Power Center 9.0.1 Informatica Power Center 9.0.1 Informatica Audit Tables Description: BISP is committed to provide BEST learning material to the beginners and advance learners. In the same series, we have prepared a complete

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica LLC Test Data Management Version 10.1.0 Release Notes December 2016 Copyright Informatica LLC 2003, 2016 Contents Installation and Upgrade... 1 Emergency Bug Fixes in 10.1.0... 1 10.1.0 Fixed

More information

Creating a Subset of Production Data

Creating a Subset of Production Data Creating a Subset of Production Data 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Importing Metadata From an XML Source in Test Data Management

Importing Metadata From an XML Source in Test Data Management Importing Metadata From an XML Source in Test Data Management Copyright Informatica LLC 2017. Informatica, the Informatica logo, and PowerCenter are trademarks or registered trademarks of Informatica LLC

More information

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 SAP EDUCATION SAMPLE QUESTIONS: P_PIE_73 SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 Disclaimer: These sample questions are for self-evaluation purposes

More information

Importing Connections from Metadata Manager to Enterprise Information Catalog

Importing Connections from Metadata Manager to Enterprise Information Catalog Importing Connections from Metadata Manager to Enterprise Information Catalog Copyright Informatica LLC, 2018. Informatica, the Informatica logo, and PowerCenter are trademarks or registered trademarks

More information

Importing Metadata from Relational Sources in Test Data Management

Importing Metadata from Relational Sources in Test Data Management Importing Metadata from Relational Sources in Test Data Management Copyright Informatica LLC, 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the

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

Is Informatica available globally at the time of the launch?

Is Informatica available globally at the time of the launch? Is Informatica 9.0.1 generally available? Informatica 9.0.1 is generally available starting June 18, 2010. Is Informatica 9.0.1 available globally at the time of the launch? The Informatica 9.0.1 GA release

More information

SAP Certified Application Associate Business Intelligence with SAP NetWeaver 7.0

SAP Certified Application Associate Business Intelligence with SAP NetWeaver 7.0 Lisette Bellissimo SAP Certified Application Associate Business Intelligence with SAP NetWeaver 7.0 Bonn Boston Contents at a Glance PART I General Information 1 SAP BI with SAP NetWeaver (7.0) Certification

More information

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

448 INDEX Authorization object ZAO_SREP saved status message, 145 Authorization profiles, 434 adding to user s master data, 139 creation of, d

448 INDEX Authorization object ZAO_SREP saved status message, 145 Authorization profiles, 434 adding to user s master data, 139 creation of, d Index 0BWTC_C02 InfoSource, 366 0BWTC_C10 multi-cube, 354, 356 361, 363 0CALDAY (Calendar day) characteristic, 85 86 0CALDAY structures, 37 0CO_AREA compound attribute, 195 0COSTCENTER characteristic,

More information

A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 For more information; visit

More information

BI Content How-to and FAQs for GRC RM-PC-FN 3.0

BI Content How-to and FAQs for GRC RM-PC-FN 3.0 BI Content How-to and FAQs for GRC RM-PC-FN 3.0 Table of Contents: 1. Introduction 2. Technical Requirements 3. Instructions and Information: I. Installation Steps: A) PC/RM Installation (perform installation

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

Application Service Providing (ASP) with SAP BW

Application Service Providing (ASP) with SAP BW ! SAP NetWeaver 04 Application Service Providing (ASP) with SAP BW Version 2.00 June 2004 Applicable Releases: SAP NetWeaver 04, SAP BW 3.5 SAP BW 3.1 Content SAP BW 3.0B Copyright 2004 SAP AG. All rights

More information

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node The Geospatial Administrator provides expected flexibility to define and customize your Bentley Map projects. This includes

More information

Business Process Monitoring for non-abap/non-sap

Business Process Monitoring for non-abap/non-sap Business Process Monitoring for non-abap/non-sap Application Monitoring SAP AG Global CoE Business Process Integration Active Global Support SAP 2010 / BPMon via Web Service / Page 1 Agenda 1. Introduction

More information

Running PowerCenter Advanced Edition in Split Domain Mode

Running PowerCenter Advanced Edition in Split Domain Mode Running PowerCenter Advanced Edition in Split Domain Mode 1993-2016 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Informatica PowerExchange for SAP NetWeaver User Guide for PowerCenter

Informatica PowerExchange for SAP NetWeaver User Guide for PowerCenter Informatica PowerExchange for SAP NetWeaver 10.2 User Guide for PowerCenter Informatica PowerExchange for SAP NetWeaver User Guide for PowerCenter 10.2 September 2017 Copyright Informatica LLC 2009, 2017

More information

How to Create View on Different Tables and Load Data through Generic Datasource based on that View

How to Create View on Different Tables and Load Data through Generic Datasource based on that View How to Create View on Different Tables and Load Data through Generic Datasource based on that View Applies to: SAP Business Intelligence (BI 7.0). For more information, visit the EDW homepage Summary This

More information

SAP NetWeaver BW 7.3 Practical Guide

SAP NetWeaver BW 7.3 Practical Guide Amol Palekar, Bharat Patel, and Shreekant Shiralkar SAP NetWeaver BW 7.3 Practical Guide Bonn Boston Contents at a Glance 1 The Business Scenario: ABCD Corp.... 23 2 Overview of SAP NetWeaver BW... 31

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

How to Transfer Data from AS400 to BW using DB Connect

How to Transfer Data from AS400 to BW using DB Connect How to Transfer Data from AS400 to BW using DB Connect Applies to: SAP Netweaver 2004 and SAP Netweaver 2004s. BW 3.5 & BI 7.0 Summary This document describes how to use DB Connect to connect AS400 system

More information

Using Synchronization in Profiling

Using Synchronization in Profiling Using Synchronization in Profiling Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Create Rank Transformation in Informatica with example

Create Rank Transformation in Informatica with example Create Rank Transformation in Informatica with example Rank Transformation in Informatica. Creating Rank Transformation in Inforamtica. Creating target definition using Target designer. Creating a Mapping

More information

A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0

A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0 A Step-by-Step Guide on Asynchronous RFC - to -JDBC Scenario Using SAP PI 7.0 By Deepak Shah, L&T Infotech Brief Overview: The purpose of this exercise is to call an RFC from SAP R/3 asynchronously. A

More information

Load Info Cube in SCM 5.0 (BI 7.0)

Load Info Cube in SCM 5.0 (BI 7.0) Applies to: SCM 5.0 For more information, visit the Business Intelligence homepage. Summary The article illustrates the steps to load an info cube in SCM 5.0 Author: Bijal Parmar Company: Larsen & Toubro

More information

Getting Information Out of the Informatica Repository. William Flood, ETL Team Lead Charles Schwab

Getting Information Out of the Informatica Repository. William Flood, ETL Team Lead Charles Schwab 1 Getting Information Out of the Informatica Repository William Flood, ETL Team Lead Charles Schwab 2 My Background About Charles Schwab Life at Schwab 3 Presentation Agenda Three Ways to Query Informatica

More information

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects

More information

Generate Export Data Source

Generate Export Data Source Applies to: SAP BI 7.0 developers and support Users. For more information, visit the EDW homepage Summary This paper describes the data mart interface which makes it possible to update data from one data

More information

Overview of Reporting in the Business Information Warehouse

Overview of Reporting in the Business Information Warehouse Overview of Reporting in the Business Information Warehouse Contents What Is the Business Information Warehouse?...2 Business Information Warehouse Architecture: An Overview...2 Business Information Warehouse

More information

Step by Step Procedure for DSO Creation

Step by Step Procedure for DSO Creation Step by Step Procedure for DSO Creation Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary This article discusses about the step by step procedure for creating a DSO. Author:

More information

All you need to Know about Semantically Partitioned Object in BW 7.30

All you need to Know about Semantically Partitioned Object in BW 7.30 All you need to Know about Semantically Partitioned Object in BW 7.30 Applies to: BW 7.30. For more information, please visit the EDW homepage. Summary This paper provides a detailed description of the

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

Service Virtualization

Service Virtualization Service Virtualization Software Version: 3.83 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/sv/ Document Release Date: January 16, 2018 Software Release Date: January 2017 Service Virtualization

More information

Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three.

Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three. Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three. A. Too much irrelevant data for the job role B. A static reporting tool C.

More information

Using Rule Group in SAP-BI. Part - 1

Using Rule Group in SAP-BI. Part - 1 Applies to: SAP BW 7.X. Summary This article gives clear picture about how to use Rule Group (s) using Rule Type Routine in SAP-BI. Author: Surendra Kumar Reddy Koduru Company: ITC Infotech India Ltd.

More information

Overview: Unified Interface Monitoring

Overview: Unified Interface Monitoring Overview: Unified Interface Monitoring SAP SE November 2014 Customer Agenda Introduction Migration of Interface Monitoring to Interface Channel Monitoring Working with Interface Channel Monitoring Appendix:

More information

MDM Syndication and Importing Configurations and Automation

MDM Syndication and Importing Configurations and Automation MDM Syndication and Importing Configurations and Automation Applies to: SAP MDM SP 05 Summary This document was written primarily for syndication and import of records into SAP NetWeaver MDM from different

More information

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 2010 Informatica Abstract This article shows how to create and configure a Sybase PowerDesigner resource in Metadata Manager 9.0 to extract

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

SAP BusinessObjects Performance Management Deployment Tool Guide

SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects XI 3.1 XI3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

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

GENERAL FUND ENTERPRISE BUSINESS SYSTEM. Transaction SBWP IDoc Error Reporting via Business Workplace Job Aid

GENERAL FUND ENTERPRISE BUSINESS SYSTEM. Transaction SBWP IDoc Error Reporting via Business Workplace Job Aid GENERAL FUND ENTERPRISE BUSINESS SYSTEM Transaction SBWP IDoc Error Reporting via Business Workplace Job Aid Version 1.0 Prepared by Accenture August 10, 2009 IDoc Error Reporting via SBWP Job Aid Overview

More information

WHAT'S NEW IN VERSION 15.0

WHAT'S NEW IN VERSION 15.0 WHAT'S NEW IN VERSION 5.0 Docu Performer WHAT'S NEW IN VERSION 5.0 2 Introduction... 3 Documentation... 4 Commenting... 6 Data Lineage... 7 Modeling... 8 Business Objects... 9 Function Modules... HANA...2

More information

Cloud Mapping Designer (CMD) - FAQs

Cloud Mapping Designer (CMD) - FAQs Cloud Mapping Designer (CMD) - FAQs 1. Where can find detailed information about the cloud mapping designer? You can refer to the Informtica Cloud User Guide. You can refer to following chapters Mappings

More information

How to Create and Execute Dynamic Operating System Scripts With XI

How to Create and Execute Dynamic Operating System Scripts With XI Applies To: SAP Exchange Infrastructure 3.0, SP 15, Integration Repository and Directory Summary This document describes how to create, store and execute a non static operating command script. In this

More information

IDoc Packaging and Mapping Techniques

IDoc Packaging and Mapping Techniques Applies To: SAP NetWeaver 04 SAP NetWeaver Exchange Infrastructure 3.0 (SP14) Summary This paper is intended for all those who are familiar with the basics of SAP XI and want to learn to configure complex

More information

Technology Requirements for Microsoft Dynamics GP 2010 and Microsoft Dynamics GP 2010 R2 Features

Technology Requirements for Microsoft Dynamics GP 2010 and Microsoft Dynamics GP 2010 R2 Features Technology for Microsoft Dynamics GP 2010 and Microsoft Dynamics GP 2010 R2 Features Last Modified 11/1/2011 Posted 6/29/2010 This page contains the technology requirements for the new features in Microsoft

More information

BW Workspaces Data Cleansing during Flat File Upload

BW Workspaces Data Cleansing during Flat File Upload BW Workspaces Data Cleansing during Flat File Upload TABLE OF CONTENTS INTRODUCTION INTO THE TOPIC BW WORKSPACE... 3 HISTORY OF THE FILE UPLOAD... 3 NEW DATA CLEANSING FUNCTIONALITY... 3 Transfer File...

More information

Customizing Wizards with Cisco Prime Network Activation Wizard Builder

Customizing Wizards with Cisco Prime Network Activation Wizard Builder CHAPTER 3 Customizing Wizards with Cisco Prime Network Activation Wizard Builder The following topics provide detailed information about customizing Network Activation wizard metadata files using the Cisco

More information

Case Study: SAP BW Data Mining (Association Analysis)

Case Study: SAP BW Data Mining (Association Analysis) 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

More information

Table of Contents. Eccella 1

Table of Contents. Eccella 1 ECCELLA 22-Apr-14 Table of Contents Introduction... 2 About the tool... 2 Features... 2 Scope... 3 Components... 4 Input... 4 Outputs... 5 Points to Note... 5 Operation... 6 Installation... 6 Update Licensing

More information

warehouses and data marts, relational database management systems (RDBMS), and on-line analytical processing (OLAP) stores.

warehouses and data marts, relational database management systems (RDBMS), and on-line analytical processing (OLAP) stores. Hyperion Data Integration Management Adapter for Planning Release 11.1.1.1 Sample Readme [Skip Navigation Links] Purpose... 1 About Data Integration Management Release 11.1.1.1... 1 Data Integration Management

More information

INFORMATICA CORPORATION. XML Reporter For Informatica Power Center 1.0-beta. User Guide 28/06/2014

INFORMATICA CORPORATION. XML Reporter For Informatica Power Center 1.0-beta. User Guide 28/06/2014 INFORMATICA CORPORATION XML Reporter For Informatica Power Center 1.0-beta User Guide By 28/06/2014 Name of Solution: XML Reporter For Informatica Power Center Business Requirement: Automates the process

More information