SlideShare a Scribd company logo
5
Most read
7
Most read
14
Most read
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 1
Step by Step on Changing ECC
Source Systems without Affecting
Data Modeling Objects in SAP BW
Applies to:
SAP ECC 6.00 and SAP BW 7.0 releases. For more information, visit the Business Intelligence homepage.
Summary
This paper gives a detail understanding of the steps to follow for changing ECC source systems on SAP BW
environment without impacting the Data modeling objects built in the SAP BW system.
Author: Vamsi Sirish Siddabattuni
Company: Deloitte Consulting LLP
Created on: 28 November 2009
Author Bio
Vamsi Sirish Siddabattuni is an SAP Certified Netweaver 2004s BI Solution Consultant and SAP
Certified ABAP Workbench consultant. He has more than 6 yrs of experience working on SAP
BW projects and has implemented SAP BW systems based on SAP BW 3.0b, 3.5 and 7.0
versions.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 2
Table of Contents
Introduction .........................................................................................................................................................3
Scenario ..........................................................................................................................................................3
Step By Step Procedure .....................................................................................................................................4
Step 1:.............................................................................................................................................................4
Step 2 :............................................................................................................................................................6
Step 3:.............................................................................................................................................................6
Step 4:.............................................................................................................................................................9
Step 5:...........................................................................................................................................................10
Step 6:...........................................................................................................................................................12
Step 7:...........................................................................................................................................................14
Related Content................................................................................................................................................15
Disclaimer and Liability Notice..........................................................................................................................16
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 3
Introduction
In SAP BW Implementation Projects we might encounter certain scenarios where SAP BW systems may
need to connect to different ECC Source Systems during the Integration Testing phase of the project without
affecting the data modeling objects in the BW environment. This document is a step by step procedure for
switching source systems.
Scenario
The scenario discusses about switching ECC source systems in SAP BW Environment without affecting the
data modeling objects in the BW environment. By data modeling objects, we mean transformations, update
rules and transfer rules getting inactive or getting deleted. Once the source system is switched, data reload
needs to happen to have the initializations and deltas to come from the new source system. Also we have to
ensure that the data from old source system( both transactional and master ) needs to be deleted in the BW
system before reloading from the data from new source system to ensure consistency in the data from new
system.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 4
Step By Step Procedure
The environments discussed in the current context are BW system ( BWQ Client 200 ) and ECC systems (
ECQ Client 180 and ECQ Client 170 ). We will discuss the scenario of switching ECC source system ECQ
Client 180 to ECQ Client 170 on BWQ Client 200 System.
Step 1:
In Transaction BDLS on BW system logical names of the source system need to be changed.
In the ‘Old Logical System Name’ field, enter the existing source system ‘ECQCLNT180’ and in the ‘New
Logical System Name’ field enter the new source system that we want to change to which is ‘ECQCLNT170’.
Execute the run for this transaction in background to change the source systems.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 5
The above step would change the source system name in the BW system. We now need to setup the
connection for the new source system.
You can now see that the Technical Name of the source system got changed from ECQCLNT180 to
ECQCLNT170.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 6
Step 2 :
In the next step, we need to open the BW system for change access by going to the transaction SCC4.
Select the option ‘Changes to Repository and cross-client Customizing allowed’ option for ‘Cross-Client
Object Changes’ and click on save button to save the changes.
Step 3:
In the next step on the BW environment, go to Transaction SE37 and select the function module
RSAP_BIW_DISCONNECT and execute.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 7
Provide the following following entries as inputs for the function module.
RFC target sys -> Name of the RFC which the old source system used.
I_BIW_LOGSYS -> Logical name of the BW Client. ( BWQCLNT200)
I_OLTP_LOGSYS -> Logical name of the old ECC Client. ( ECQCLNT180)
I_FORCE_DELETE -> X.
The following step would delete the entries needed for the source system change in the table RSBASIDOC.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 8
Also we need to execute the same function module in old ECC source system with the same inputs to delete
the entries needed for the source system change. In this context we are executing the function module in
ECC source system Client 180. Ensure that the table entries for the BW system are deleted in Table
RSBASIDOC.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 9
Step 4:
In the next step, open the client for changes using transaction SCC4 in the new source system which is
ECQ Client 170 using the same procedure described for BW environment above.
Change the RFC connections from Client 180 to 170. You can do so in transaction SM59.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 10
Step 5:
In the next step, in the BW environment go to RSA1 to restore the connection for ECQCLNT170 system.
Enter ALEREMOTE username and password for this procedure.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 11
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 12
Step 6:
In the next step do the check and use connections. After that replicate the source system objects.
This job can be executed in the background if it has to replicate lot of data sources.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 13
Check to see if the partner profiles are active in WE20 transaction if you face any error during the replication
Process.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 14
Step 7:
In the next step select ‘Yes’ for reactivating all transfer structures and data sources.
With this step the source system switch is finished. Close the BW system and new ECC source system for
any changes by using the transaction SCC4 as described in the previous steps.
Do a final check of the source system by right click on source system and select option ‘Check’ to see if the
source system is correctly mapped. After this you can start loading the data from the new source system. But
remember to delete all the data from the BW system concerning the old ECC source system otherwise you
might see inconsistent data in the new BW system.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 15
Related Content
Datawarehouse Management
http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
For more information, visit the Business Intelligence homepage.
Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 16
Disclaimer and Liability Notice
This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.

More Related Content

PPTX
Multi Cloud Architecture Approach
PDF
Amazon S3 Best Practice and Tuning for Hadoop/Spark in the Cloud
PDF
Introduction to sap project systems
PDF
Time to Talk about Data Mesh
PDF
Deep Dive into Spark SQL with Advanced Performance Tuning with Xiao Li & Wenc...
PPTX
SAP Plant Maintenance.pptx
PDF
Intra company transfer pricing using sap material ledger
PDF
SAP BW4HANA Implementagtion Content Document
Multi Cloud Architecture Approach
Amazon S3 Best Practice and Tuning for Hadoop/Spark in the Cloud
Introduction to sap project systems
Time to Talk about Data Mesh
Deep Dive into Spark SQL with Advanced Performance Tuning with Xiao Li & Wenc...
SAP Plant Maintenance.pptx
Intra company transfer pricing using sap material ledger
SAP BW4HANA Implementagtion Content Document

What's hot (20)

PDF
S4HANA Migration Overview
PDF
SAP S/4HANA Migration Cockpit
PPTX
SAP ECC to S/4HANA Move
PDF
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
PDF
SAP ERP IMPLEMENTATION AND Sap migration
PDF
Sap bw 4 hana vs sap bw on hana
PDF
Moving to SAP S/4HANA
PDF
SAP HANA 2.0 Cockpit Installation and Configuration.pdf
PDF
An Overview of SAP S4/HANA
PPTX
SAP S/4HANA - What it really is and what not
PDF
SAP S/4HANA: Everything you need to know for a successul implementation
PDF
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
PDF
Sap S4 HANA Everything You Need To Know
PDF
SAP S/4 HANA Technical assessment before migration
PPTX
PPTX
Transition to SAP S/4HANA System Conversion: A step-by-step guide
PDF
Sap S/4 HANA New Implementation
PPTX
Migrating to SAP S/4HANA
PDF
BW Adjusting settings and monitoring data loads
PDF
Selecting SAP S/4 HANA- Digital Core migration strategy - Greenfield vs Brow...
S4HANA Migration Overview
SAP S/4HANA Migration Cockpit
SAP ECC to S/4HANA Move
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP ERP IMPLEMENTATION AND Sap migration
Sap bw 4 hana vs sap bw on hana
Moving to SAP S/4HANA
SAP HANA 2.0 Cockpit Installation and Configuration.pdf
An Overview of SAP S4/HANA
SAP S/4HANA - What it really is and what not
SAP S/4HANA: Everything you need to know for a successul implementation
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
Sap S4 HANA Everything You Need To Know
SAP S/4 HANA Technical assessment before migration
Transition to SAP S/4HANA System Conversion: A step-by-step guide
Sap S/4 HANA New Implementation
Migrating to SAP S/4HANA
BW Adjusting settings and monitoring data loads
Selecting SAP S/4 HANA- Digital Core migration strategy - Greenfield vs Brow...
Ad

Similar to Step by step on changing ecc source systems without affecting data modeling objects in sap bw (20)

PDF
A step by-step guide on i doc-ale between two sap servers
PDF
Rda step by step
PDF
Reporting data in alternate unit of measure in bi 7.0
PDF
BPC Configuration and User Guide Ver 10.0
PDF
Trigger bi process chain from ecc
PDF
_Using Selective Deletion in Process Chains.pdf
PDF
PDF
Variables in sap bi
PDF
SAP Quickviewer
PDF
Creating attachments to work items or to user decisions in workflows
PDF
Errors while sending packages from oltp to bi (one of error at the time of da...
PPTX
NZSPC 2013 - Upgrading to SharePoint 2013
PDF
PDF
How to assign sap business planning and consolidation authorizations via the ...
PDF
Customizing sap template bex
PDF
Scalable security modeling sap bw analysis authorizations
PDF
Creating new unit of measure in sap bw
PDF
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
PDF
Sap bw lo extraction
PDF
Data extraction and retraction in bpc bi
A step by-step guide on i doc-ale between two sap servers
Rda step by step
Reporting data in alternate unit of measure in bi 7.0
BPC Configuration and User Guide Ver 10.0
Trigger bi process chain from ecc
_Using Selective Deletion in Process Chains.pdf
Variables in sap bi
SAP Quickviewer
Creating attachments to work items or to user decisions in workflows
Errors while sending packages from oltp to bi (one of error at the time of da...
NZSPC 2013 - Upgrading to SharePoint 2013
How to assign sap business planning and consolidation authorizations via the ...
Customizing sap template bex
Scalable security modeling sap bw analysis authorizations
Creating new unit of measure in sap bw
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Sap bw lo extraction
Data extraction and retraction in bpc bi
Ad

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
A Presentation on Artificial Intelligence
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
MYSQL Presentation for SQL database connectivity
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Machine learning based COVID-19 study performance prediction
Building Integrated photovoltaic BIPV_UPV.pdf
Review of recent advances in non-invasive hemoglobin estimation
20250228 LYD VKU AI Blended-Learning.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
The Rise and Fall of 3GPP – Time for a Sabbatical?
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A Presentation on Artificial Intelligence
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Unlocking AI with Model Context Protocol (MCP)
CIFDAQ's Market Insight: SEC Turns Pro Crypto
MYSQL Presentation for SQL database connectivity

Step by step on changing ecc source systems without affecting data modeling objects in sap bw

  • 1. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 1 Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW Applies to: SAP ECC 6.00 and SAP BW 7.0 releases. For more information, visit the Business Intelligence homepage. Summary This paper gives a detail understanding of the steps to follow for changing ECC source systems on SAP BW environment without impacting the Data modeling objects built in the SAP BW system. Author: Vamsi Sirish Siddabattuni Company: Deloitte Consulting LLP Created on: 28 November 2009 Author Bio Vamsi Sirish Siddabattuni is an SAP Certified Netweaver 2004s BI Solution Consultant and SAP Certified ABAP Workbench consultant. He has more than 6 yrs of experience working on SAP BW projects and has implemented SAP BW systems based on SAP BW 3.0b, 3.5 and 7.0 versions.
  • 2. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 2 Table of Contents Introduction .........................................................................................................................................................3 Scenario ..........................................................................................................................................................3 Step By Step Procedure .....................................................................................................................................4 Step 1:.............................................................................................................................................................4 Step 2 :............................................................................................................................................................6 Step 3:.............................................................................................................................................................6 Step 4:.............................................................................................................................................................9 Step 5:...........................................................................................................................................................10 Step 6:...........................................................................................................................................................12 Step 7:...........................................................................................................................................................14 Related Content................................................................................................................................................15 Disclaimer and Liability Notice..........................................................................................................................16
  • 3. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 3 Introduction In SAP BW Implementation Projects we might encounter certain scenarios where SAP BW systems may need to connect to different ECC Source Systems during the Integration Testing phase of the project without affecting the data modeling objects in the BW environment. This document is a step by step procedure for switching source systems. Scenario The scenario discusses about switching ECC source systems in SAP BW Environment without affecting the data modeling objects in the BW environment. By data modeling objects, we mean transformations, update rules and transfer rules getting inactive or getting deleted. Once the source system is switched, data reload needs to happen to have the initializations and deltas to come from the new source system. Also we have to ensure that the data from old source system( both transactional and master ) needs to be deleted in the BW system before reloading from the data from new source system to ensure consistency in the data from new system.
  • 4. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 4 Step By Step Procedure The environments discussed in the current context are BW system ( BWQ Client 200 ) and ECC systems ( ECQ Client 180 and ECQ Client 170 ). We will discuss the scenario of switching ECC source system ECQ Client 180 to ECQ Client 170 on BWQ Client 200 System. Step 1: In Transaction BDLS on BW system logical names of the source system need to be changed. In the ‘Old Logical System Name’ field, enter the existing source system ‘ECQCLNT180’ and in the ‘New Logical System Name’ field enter the new source system that we want to change to which is ‘ECQCLNT170’. Execute the run for this transaction in background to change the source systems.
  • 5. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 5 The above step would change the source system name in the BW system. We now need to setup the connection for the new source system. You can now see that the Technical Name of the source system got changed from ECQCLNT180 to ECQCLNT170.
  • 6. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 6 Step 2 : In the next step, we need to open the BW system for change access by going to the transaction SCC4. Select the option ‘Changes to Repository and cross-client Customizing allowed’ option for ‘Cross-Client Object Changes’ and click on save button to save the changes. Step 3: In the next step on the BW environment, go to Transaction SE37 and select the function module RSAP_BIW_DISCONNECT and execute.
  • 7. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 7 Provide the following following entries as inputs for the function module. RFC target sys -> Name of the RFC which the old source system used. I_BIW_LOGSYS -> Logical name of the BW Client. ( BWQCLNT200) I_OLTP_LOGSYS -> Logical name of the old ECC Client. ( ECQCLNT180) I_FORCE_DELETE -> X. The following step would delete the entries needed for the source system change in the table RSBASIDOC.
  • 8. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 8 Also we need to execute the same function module in old ECC source system with the same inputs to delete the entries needed for the source system change. In this context we are executing the function module in ECC source system Client 180. Ensure that the table entries for the BW system are deleted in Table RSBASIDOC.
  • 9. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 9 Step 4: In the next step, open the client for changes using transaction SCC4 in the new source system which is ECQ Client 170 using the same procedure described for BW environment above. Change the RFC connections from Client 180 to 170. You can do so in transaction SM59.
  • 10. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 10 Step 5: In the next step, in the BW environment go to RSA1 to restore the connection for ECQCLNT170 system. Enter ALEREMOTE username and password for this procedure.
  • 11. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 11
  • 12. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 12 Step 6: In the next step do the check and use connections. After that replicate the source system objects. This job can be executed in the background if it has to replicate lot of data sources.
  • 13. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 13 Check to see if the partner profiles are active in WE20 transaction if you face any error during the replication Process.
  • 14. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 14 Step 7: In the next step select ‘Yes’ for reactivating all transfer structures and data sources. With this step the source system switch is finished. Close the BW system and new ECC source system for any changes by using the transaction SCC4 as described in the previous steps. Do a final check of the source system by right click on source system and select option ‘Check’ to see if the source system is correctly mapped. After this you can start loading the data from the new source system. But remember to delete all the data from the BW system concerning the old ECC source system otherwise you might see inconsistent data in the new BW system.
  • 15. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 15 Related Content Datawarehouse Management http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm For more information, visit the Business Intelligence homepage.
  • 16. Step by Step on Changing ECC Source Systems without Affecting Data Modeling Objects in SAP BW SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 16 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.