BW system connecting to multiple ECC systems

Hi,
I am new to BW world & has a question to Gurus
1. Can I connecte a single BW system to source from multiple ECC systems (activley) with out any technical issues ? I am assuming that the multiple ECC systems are pretty much mirror images.
2. If possible what are the areas ( at a high level) I need to double check to make this happen ?
Thanks
Hari

Hi Hari,
Yes, you can connect multiple ECC systems to one BI system in one of my project we had more than 20 ECC systems connected to BI Production system.
How this works is because source system and BI system has got different provisions for that,
1) For connecting different systems you simply need to create RFC connection between them. After the RFC is formed you can load data from any of the systems.
How BI system differentiate similar data coming from these systems?
There is a field called 0SOURCE SYSTEM which is used as Compounding field, or primary key field where ever you have data loading from multiple systems, this field basically contains the 3 char source system ID and is used to differentiate records coming from different source system.
How delta is managed in this scenario?
In source system for each data source, a new delta queue is maintained for each target system.
Regards,
Durgesh.

Similar Messages

  • 'SPROXY' - Multiple PI Systems connected to one ECC System for ABAP Proxies

    Dear Experts
    I am currently facing an issue when I want to connected multiple PI instances to one ECC client for
    ABAP Proxy purposes.
    In transaction 'SPROXY', in the Enterprise Service Brower, only one PI instance is shown and accessable.
    Can this setting be changed to allow multiple PI systems in this Enterprise Service Browser?
    Thanks for your ideas.
    Mathias

    Hi,
    Check these replies.
    R/3 connected to multiple XI instances
    'SPROXY' - Multiple PI Systems connected to one ECC System for ABAP Proxies
    Multiple XI Instances
    Multiple XI instances or multiple app server
    Thanks,
    Vijaya.
    Edited by: Vijaya Lakshmi Palla on Jun 4, 2008 11:43 AM

  • Connecting to Multiple ECC systems via one Gateway system(Dynamic System Selection)

    Hi Experts,
    We have multiple ECC systems and one Gateway server. We want to connect to these different ECC systems using one GW system.
    I have created System Aliases for these ECC system in GW system. For a service, i added 2 system aliases.
    Now we are looking for the solution where UI can provide the system alias (it wants to connect) as a parameter while calling oData Service.
    Please help.
    Regards,
    Rohit

    Hi Rohit,
    we have a similar scenario where we have two system aliases for one service. Both aliases point to the same system, but different clients; it should not make a difference though, having different systems. The feature you are looking for is Multiple Origin Composition (MOC).
    There are a couple of things you have to consider:
    in the SEGW the entity to be called has to be marked as addressable
    the URI of the service needs to include the tag for MOC (;mo) --> http://sapgw.domain.org:8000/sap/opu/odata/sap/ZSOME_SERVICE;mo/entityset
    Without the ;mo the call will be routed to your default alias. The ;mo will route the call to both systems. Using MOC will generate an additional key property into your entities --> SAP__ORIGIN. The property is the alias. If you want to route to a specific system you have to provide the SAP__ORIGIN like providing normal key properties in your requests.
    This will look like this:
    <content type="application/xml">
      <m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
        <d:SAP__Origin>SOME_ALIAS</d:SAP__Origin>
        <d:Identifier>SOME_IDENTIFIER</d:Identifier>
        <d:Doublet />
      </m:properties>
    </content>
    The original Entity only consists of the key property "Identifier" and the property "Doublet". "SAP__ORIGN" is added via the ;mo.
    Hope it helped...
    Holger

  • One ECC Connected to multiple CRM systems

    Hello,
    We have a scenario where we have single R/3 system (ECC) connected to multiple CRM systems. I would be obliged if someone can send me some documentation on tht.
    Also if we are creating an order in ECC, two queues are generated which I think is wrong. Can someone give me some advice on this.
    Thanks & Regards
    Priyanka

    Hello Pratik,
    I would define two different systems in ECC. In such a case, if say I create one material in R/3 (ECC) then should it generate two diffrent queues for flow to CRM.
    Also if say the CRM Release etc for the two systems connected to one R/3 are not the same, then how do i take care of the entries in the ECC Config tables for replication i.e CRMFILTAB, CRMCONSUM, CRMPAROLTP etc.
    And how does the ECC system identify what settings it has to take for what CRM system and what queues have to be generated? What are the queues to be registered in CRM and ECC in such a case.
    Would be obliged if you can give me a more detailed advice.
    Rgds
    Priyanka

  • 2 system PLM setup question - Connecting to another ECC system for master data

    I have been tasked with setting up the latest version of PLM in our environment.  We have a free standing PLM Server (ECC 6.0 EHP7, SP2 with PLMWUI 747, SP3) that we would like to connect to another ECC system (ECC 6.0 EHP5, SP4 with PLMWUI 701, SP4) for its master data.  In trolling around google and the marketplace, there isn't any setup guide or anything that really explains what the options are.  Does anyone know what the possible setup options are or even better provide links to documents that show how to set this up?  Can PLM be setup in the way that we want it to be?
    Thanks in advance.

    Hello Steve,
    Unfortunately there isn't a lot of PLM documentation available.
    I'm not sure I really understand what you need, but in essence, the PLM framework was developed using the SPI technology. That is, the Service Provider Infrastructure, which is a technology to split the UI from the business logic behind it. The idea is, in the end, you can have one single DB, connected to multiple systems and different types of UIs. (you can find some more details here: http://wiki.scn.sap.com/wiki/display/SPI/Home)
    As far as I know, you have to do some customization in SPRO and maintain views /PLMB/V_RFC_DEST and /PLMB/V_RFC_LSYS. Everything else is done by the PLM framework via RFC connections.
    Hope this helps you...
    Tudor

  • Creation of sales order in CRM and replicating it to Multiple ECC system.

    We have a requirement for creation of sales order in CRM and replicating it to Multiple ECC system.
    We have checked the following standard Adapter objects in transaction R3AC1.
    BUS_TRANS_MSG
    The initial flow contexts does not support target site type as R/3(SMOF_ ERPSITE). So we are not able to replicate the sales order from CRM
    to ECC.
        2. SALESDOCUMENT
    Here the initial flow contexts does not support flow from CRM -> R/3 as we don’t see the target site as CRM.
    Please let us know if the standard sap middleware objects don’t support the sales order flow from CRM to multiple ECC or is there any
    other adapter object we need to use for this.

    Hey Vijay Duvvada,
    I hope you are already referred below sap note  and which explains scope & how to do   -
    1084315 - Consulting: Information about the multiple backend scenario
    1763516 - How-to: Basic Setup of MEP
    As explained by Rohit Sharma data should be start flowing to multiple sites.
    please let me know if it does help.
    Regards,
    Arjun

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • Consideration during Multiple ECC systems with One APO system for PP/DS

    Hi All,
              We have a scneario that Multiple ECC systems and Third party ERP systems and Legacy systems .What are the points to be considered for this scenario when using with PP/DS?

    Hi,
    The factors to be considered will greatly depend how the multiple ERP systems are split, if they are split on geographical aspects only (all modules in all ERP systems then no major issues) - the problem will become a little challenging when Multiple ERP are split with different modules in different instances then major thought has to go in your CIF design (the IMs has to properly though of ).
    It is not a detailed explanation but just the line of thought.
    Regards,
    Vineet

  • Delta and Init Process when R/3 is connected to multiple BW systems

    I have a scenarion where one R/3 system connected to 2 BW systems.
    In R/3 we plan to have a LO extractor feeding delta to 2 BW systems. I understand delta works fine as delta queue in RSA7 is target system specific.
    How are the initializations handled?
    What happens if delta in one of the BW system breaks and we need to re-Init?
    How would re-init from one BW system affect the delta/init in the other BW?

    Hey.  I'm assuming both BWs are pointing to the same system/client.  I do not have actual experience doing this as I would be very hesitant to have multiple BW systems trying to get delta data from the same source (especially with how logistics behaves).
    I know this isn't answering your true question, but could you connect BW system B to pulling the data from BW system A?  So something like:
    R/3 (logistics) => BW A 1st layer DSO
           BW A 1st layer DSO => BW A reporting DSOs/Cubes
           BW A 1st layer DSO => BW B reporting DSOs/Cubes
    In this way, reporting in BW systems A and B are from the same DSO stage.  This would help with any synch/data consistency issues.  If A or B reporting providers get corrupted, or whatever, either could be reloaded from BW A 1st layer DSO and everything is still in synch. 
    Not sure if this helps you or not, but thought I would offer it up as this would probably be my approach.
    Thanks

  • Error: Could not create system variants in multiple client system

    Hello ,
    I am trying to make changes to the variant CUS&_FINAL_AT in se38 , but the error message is coming while saving .
    error :Could not create system variants in multiple client system
    Could you please help?

    Hi Huynh,
    Did you ever figure out how to add custom fields to an e-recruit infoset?  I need to so same and would love a heads up on how.
    Leena

  • MDM to Multiple ECC System connection using PI

    Hello experts,
    My scenarios is to Send Customer and vendor records from MDM system to multiple system. In First release we are sending data to two SAP ECC systems. So we are using File to IDoc.
    Please help in the right architecture design as source is same but target are different and couple of field value in IDOC depends on target system. So do I need to do two complete scenarios - Separate Mapping, sender agreement, receiver determinations, interface determinations, communication channels etc or I can re-use some parts. If so how shall I approach with 1 source file to two target files with different values.
    Thanks!
    Regards,
    Ahmed

    So we are using File to IDoc.
    Please help in the right architecture design as source is same but target are different
    and couple of field value in IDOC depends on target system. So do I need to do two complete
    scenarios -
    Separate Mapping, sender agreement, receiver determinations, interface determinations, communication channels etc or I can re-use some parts.
    If so how shall I approach with 1 source file to two target files with different values.
    if two target structure are different
    esr:
    one source service  interface(a)
    two target service interfaces (b,c)
    2 operation mappings(ab),(ac)and 2 message mappings (ab),(ac)
    id:
    in receiver determination , you have to define 2 receivers and sending data by using xpath condition.
    need to create 2 receivers communication channels
    need to create 2 Receiver agreemnets(because we need to use 2 target service interfaces for different structures)
    need to create 1 interface determination.
    thanks,

  • One PI for multiple ECC systems

    Hi PI experts,
    We have one PI instance per environment, but multiple ECC instances, so taking Dev we currently have a BAU ECC and a project ECC, although there are occasionally conflicting needs this is generally manageable.  However a new project has introduced the need for two further ECC instances per environment, all requiring the same interfaces.  We will still only have one PI.  All of the interfaces receive files coming into the same folder structure. 
    Has anyone else experienced this scenario?  How was it best to manage the competing projects trying to use one PI instance?
    Thanks very much in advance
    R_Macd

    Hi R_Macd,
    You need to register the ABAP Systems in SLD, use the transaction RZ70 to do this, please check the refer links:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/7c/1966ab384d42a78deaebc74d33c032/frameset.htm
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=213353417
    After that, create the business systems with the client do you need to connect.
    http://help.sap.com/saphelp_nwpi71/helpdata/en/ae/e3bd4f6b61e146ad1384954ecabb41/frameset.htm
    Best Regards,
    .Luis Bernal.

  • How to connect to multiple backend systems to IMS

    Hi,
    I want to connect multiple backend system to SRM IMS.How to connect multiple backend system.
    Thanks in advance
    Regards
    Nitin Amritkar

    Hi
    see page 63. it is possible.
    define backend systems in spro and record all your ecc systems and create a distribution model fpr bbpiv message in srm and distibute to all backend systems.
    http://www.portal.state.pa.us/portal/server.pt/gateway/PTARGS_0_160867_305341_0_0_18/2006_05_26_srm_007.pdf
    br
    muthu

  • Can I use existing portal to connect to multiple R3 systems  for config

    I am planning to use existing portal 6.0 to connect to multiple R/3 systems for testing and configuration.
    We have three portals in our landscape DEV TST and PRD.
    Our R/3 system landscape -->DEV, DEV2, TST,TST2,TST3 etc.
    DEV portal is connect to dev system TST portal to R/3 TST system etc.
    Is there a way I can connect DEV portal to DEV2 R/3 System without effecting portal testing and configuration which is in progresses in DEV R/3 system.
    If any one has done it in the past, please share instructions
    Thanks,
    adil

    Hi Syed,
    Check this link for creating systems.
    Configuring EP for connecting to SAP R/3
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • Can one R/3 system be connected to multiple BW systems?

    Hi All,
    Is it possible to connect one R/3 source system to multiple BW systems? If yes, is this setup any different from an R/3 to single BW system.
    Points will be assigned.
    Thanks,
    Sirish.

    Yes you can connect multiple BW to single R3 source system.
    In the delta queue (RSA7 in source system), you have a field with the target system, so you don´t have problem if you have many target bw system, because the data selection is done by system field.
    Challenge arises when you have multiple R3 feeding to single BW system and then you have to consolidate the master data say 0material fed from different source system R3 then you can consolidate data using consolidated infoobject.
    The following components concatenate to the key of a consolidated InfoObject:
    1)source system ID (two-character source system ID; permitted values are stored NW BI table RSSOURSYSTEM)
    2)one blank character
    3)backend object type (four-character backend object type; permitted values are stored BI table RSBWBEOTYP)
    4)master data key value as stored in the source system
    Note that the key of a consolidated InfoObject solely consists of non-integrated informations from the different source systems. Integration across source systems results from a (maybee repeatedly applied) data consolidation and cleasing process which unveils duplicate master data keys.
    Hope it Helps
    Chetan
    @CP..

Maybe you are looking for