Multiple ECC to  one PI architecture

Hi SDN Experts,
We are in a test phase of a project and facing some architectural issue.
My Client XX has 2 ECC tracks and already one project (P1) with few interfaces gone live.
Existing project (P1) landscape is:
PR1 (Dev) -> PR2 (PPD) ->PR3 (Prod)
For the new project (R1), client has asked to use the new ECC track:
ECC1 (Dev) -> ECC2(Test)-> PR3 (Prod)
PI landscape:
PIB (Dev) -> PIC (PPD) -> PID (Prod)
For project P1, Live interfaces in PI (w.r.t. ECC) use the following BSu2019s:
BS_ECC_PR1_DEV -> BS_ECC_PR2_PPD -> BS_ECC_PR3_PRD
Project R1 interfaces in PI (w.r.t. ECC) uses the following BSu2019s:
BS_ECC1_DEV -> BS_ECC2_PPD -> BS_ECC_PR3_PRD
Points to note:
1)The rule here is once a project goes live, the ABAP development moves to P1 track  and so after goe live for any change request or defect of R1 we need to connect PIB system to PR system( P1 project business system).
2)We are in test phase of project R1. Currently all interfaces are configured with EERP system and not a single interface of project R1 has ID configured with PR system.
This is little tricky to understood, i am not sure if i have explained it correctly.
I hope some of you might have already experienced such kind of issue, so i request you to spend some of your valuable time and let me know what is the best way to solve this considering the following:-
1) For all project  the final ECC production system is same and a single business system (BS_ECC_PR3_PRD) needs to be used.
2) Project P1 is already live with 10 interfaces.
3) Project R1 is in end of test phase and we have more than 100 interface (with IDoc, proxy etc)
4) Minimum effort and without touching existing live interfaces.
Thanks !
Cheers
Biplab Das
Edited by: biplab das on Aug 9, 2011 9:29 PM

Well.. we have another twist here   . .
In QA for the project track we have 3 separate  ECC system.
ECC21(System Test)
ECC22( Integration Test) and
ECC23( UAT).
so the question i have here is
1) is it possible to  define a 1:n transport target in SLD?
            ECC21
ECC1   -- ECC22
           ECC23
2)  if option 1 is possible, then do we need to create 4 seperate configuration object for all interface?
3)  Will the configuration objects for ECC21,ECC22 and ECC23 will be created automatically in QA , or manually need to be created?
Edited by: biplab das on Aug 11, 2011 1:31 AM

Similar Messages

  • 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.

  • 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

  • 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

  • To Move Multiple Files from one directory to another.

    Hi,
    I need to move multiple files from one directory in UNIX (application server ) to another. I need something like an FM 'STRALAN_COPY_FILES' which is also valid in ECC 6.0.
    Thanks in advance.

    Hello Sachin
    Below you see a copy of how to use EPS_FTP_PUT using transaction SE37.
    Import parameters               Value             
    RFC_DESTINATION =                 NONE              
    LOCAL_FILE             =         filename          
    LOCAL_DIRECTORY   =              /dir1/dir2        
    REMOTE_FILE             =        filename          
    REMOTE_DIRECTORY   =             /dir1             
    OVERWRITE_MODE        =          F        " force -> overwrite existing file                 
    TEXT_MODE                    =   B               " binary
    TRANSMISSION_MONITOR            X       " display transmission monitor            
    *RECORDS_PER_TRANSFER            10                
    *REQUESTED_FILE_SIZE             0                 
    *MONITOR_TITLE                                     
    *MONITOR_TEXT1                                     
    *MONITOR_TEXT2                                     
    *PROGRESS_TEXT                                     
    *OBJECT_NAME  
    Regards,
      Uwe

  • SMSY//Logical component definition - multiple roles for one system?

    Dear all,
    as our client has a divided system landscape (three-tier operational line as well as two-tier development line) some systems have more than one role to fill. The development system on development line is source system for all developments, as well as post-processing system for retrofit purpose from operational line. The maintenance system on operational line is target system for developments from development line, as well as source system for maintenance activities on operational line.
    --> What are the consequences of assigning multiple roles to one system?
    --> Is there anonther option than assigning multiple roles?
    Best regards
    Nick

    We have Event Manger 7.0 installed into a stand-alone SCM 7.0 system. When trying to set this up in SMSY, the only options given for setting up the Logical System is to associate with with EHP3 or EHP4 for in ECC 6.0.
    Obviously we have not installed EM into ECC. So where are the other appropriate entries in SMSY for recognizing that EM is installed in SCM?
    1) This system must be maintained as SCM 7.0 in SMSY and not as SAP ERP 6.0 or EHPX for SAP ERP 6.0, this is the reason as you can see this system SCM 7.0 can be assigned just to SAP ERP 6.0 or EHPX for SAP ERP 6.0.
    2) There's no Main Instance available to be selected when you have a SAP SCM 7.0. You must select one or more of the following main instances below.
    BI Content
    SCM Server
    cFolders on SCM Server
    GEOCODING
    Portal Content
    SAP LiveCache
    SAP NW - Adobe Docu. Service
    SCM Optimizer
    SCM WCL
    XI Content
    These are the main instances available to SCM 7.0

  • Multiple Labels for One Order

    Can anybody tell me if it is possible to produce multiple labels for one order. For example a customer orders 4 units. A standard package holds 3 units so an additional package is required for the fourth unit. As a result two packing labels are required. Does OM 11i support this?

    Hi Aj
    Thanks for your quick response. I was think on the same lines and you have confirmed that we will have to split the line into several lines on sales order.
    I am trying to do that now in our ECC box i.e item 10 with payer 1 and item 2 with payer 2. But as soon as I try to change the payer on item 2, i get the following error message which relates to credit management being active.
    I am assuming once we decativate CM, we should be good to go. PLease confirm. Also once its time for billing, will SAP automatically split the billing into different invoices per sales order line item based upon number of payers on the line items?
    PLease confirm your thoughts.
    Regards
    Jai

  • 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.

  • Multiple ECC clients configured to APO

    Folks,
    If multiple ECC clients (001, 002, 003) are configured with a single APO client(001), how does APO system deal with this without causing data issues.
    Say if I updated Material master in all these 3 ECC clients, which version will be refelected in APO system.
    TIA

    Hi Pat,
    Need to maintain different BSG: Business System Group for each R/3  by tcode : /SAPAPO/C2.
    "Maintain Business System Group
        Use
        In this IMG activity, you determine the assignment to a business system
        group of the APO System and the SAP R/3 System to be connected. By doing
        this, you create areas with the same naming conventions. These guarantee
        that the same names are used for master data, and also their
        synchronization in distributed system landscapes.
        Requirements
        As an independent logical system, the APO System must, in addition to
        the SAP R/3 Systems, be assigned to a business system group (BSG).
        Activities
        o   Choose New entries.
        o   On the New entries: Overview screen, specify the following
        o   information for the business system group:
            -   An alphanumerical key (maximum of 10 characters).
            -   A description.
        o   Save your entries.
    Example 1
    An APO System is to be linked with two SAP R/3 Systems (A and B), in
    which two different materials (for example a hammer and a screw), have
    the same material number (100). Both materials are to be represented as
    two different products in the APO System.
    Assign both SAP R/3 Systems to different BSGs. Assign the APO System to
    one of the BSGs.
    o   SAP R/3 System A (Material number 100 = Hammer) -> BSG A
    o   SAP R/3 System A (Material number 100 = Screw) -> BSG B
    o   APO System -> BSG A
    In order to avoid having two identical names and to be able to uniquely
    assign the material numbers, you need SAP extension APOCF005. This is an
    inbound processing product (transaction SMOD or CMOD).
    Material number 100 from BSG A receives, for example, product number 100
    in the APO System and material number 100 from BSG B gets product number
    100_B. This allows you to uniquely assign the materials.
    For inbound processing in the APO System, the following SAP enhancements
    are available as customer exits for master data:
    o   APOCF001 : Inbound processing location
    o   APOCF005 : Inbound processing product
    Example 2
    An APO System is to be linked with two SAP R/3 Systems (A and B). In SAP
    R/3 System A, a particular screw has material number 110. In SAP R/3
    System B, it has material number 120. Both material numbers are
    represented in the APO System by one product, with product number 110.
    Assign both SAP R/3 Systems to different BSGs. If possible, assign the
    APO System to the BSG whose data does not have to be renamed.
    o   SAP R/3 System A (material number 110 = screw) -> BSG A
    o   SAP R/3 System B (material number 120 = screw) -> BSG B
    o   APO System (product number 110 = screw) -> BSG A
    You use SAP enhancement APOCF005 to convert the local SAP R/3 material
    number 120, to the APO product number, 110.
    Note
    For the time being, this second scenario is only supported for material
    masters and product masters. If, for example, the same customer is used
    with different BSGs in R/3 Systems A & B, you must create two separate
    customer locations in the APO System. This applies for the vendor,
    plant, and other master data.

  • Multiple Libraries on one computer

    I want to store more music in iTunes than my iPod has room for (original iPod). I want to use one library for music that I don't want on my iPod and the other for the music I want to sync. I also want to be able to move music back and forth between the them.
    How do I store music in multiple libraries on one computer without making separate computer user accounts or using the playlist work around?
    Any ideas would be greatly appreciated. Thanks, apple-rules

    Yes, I am referring to the auto syncing of playlists. Not all of my music is assigned to playlists and I don't want to create them - too many songs.
    As I mentioned in my original post:
    I want to store more music in iTunes than my iPod has room for (original iPod). I want to use one library for music that I don't want on my iPod and the other for the music I want to sync. I also want to be able to move music back and forth between the them.
    I want to be able to store music in iTunes and play that music in iTunes without having them downloaded to my iPod. It would be nice to have a Library in iTunes that can be separate from the iPod stuff.
    I think I found a work around (#12). Until I get a better solution I am going to create a master folder to which I will move all my music that I do not want syncing to my iPod. Then, I will do a manual sync and exclude that folder.
    Thanks everyone.

  • How to use multiple ipods on one account

    I have an Ipod classic and just bought my sons two nano's how do I use these on the same account without changing my account info?

    Take a look here:
    How to use multiple iPods with one computer
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • Can i use multiple ipods on one account

    How do i use multiple ipods on one account so that we can share the music that we own and has been downloaded from cd's

    Just import the CD music into the libraries used by the different devices. Yo can use Home Sharing
    Understanding Home Sharing
    Troubleshooting Home Sharing
    CD music is not locked to any account

  • How to delete Multiple Artists in one action?

    Hi,
    I want to do a big clean up on an iTunes library with over 4000 albums.
    How can I delete multiple Artists in one action?
    It looks like I can only delete 1 Artist at a time, and then this action shoots me to the top of the list.  Which is a pain then having to scroll back down through such a huge list to then delete the others one at a time... each time being shot back to the top of the list.
    For example I have the following artists;
    The Alarm 01 – 1 song
    The Alarm 02 – 1 song
    The Alarm 03 – 1 song
    The Alarm 04 – 1 song
    The Alarm 05 – 1 song
    The Alarm 06 – 1 song
    And I want to delete them all in 1 action.
    Can this be done?  How best to do it?
    Thanks in advance,
    Dave

    You can't delete "artists" - just songs (or songs grouped into albums).  When iTunes displays the library or a playlist in Artists view it is doing so using the metadata values set in the relevant songs.  If you're looking at this view:
    then your selections in the left pane - the artists list - is filtering what you see on the right.  When you select Delete via the keyboard or via a right-click operation, you are initiating an operation to delete the songs by that artist.  To delete songs by more than one artist in a single operation you'll need to select and delete in Albums view:
    or in Songs view:
    where you can also use the Column Browser to filter songs by multiple artists:

  • Can there be multiple accounts on one id?

    can there be multiple accounts on one id?

    Unfortunately you can't do the logical and convenient thing of authorizing a computer with multiple Adobe IDs that are active simultaneously.
    You can authorize accounts from different vendors; one account per vendor.
    If you have multiple operating system users set up on the computer,  you can register different OS users as different Adobe Account users.

  • Ability to view multiple files in ONE window

    I can see here that this is not a new topic really but the thing with Acrobat 9 is so frustrating that it is just unbelievable.
    This is another pearl:
    Acrobat 9 "lost" its predecessors ability to view multiple files in ONE window. After opening four only documents I cannot see anything on the screen because the toolbars on each individual window cover all necessary view and nothing is left for the actual document. And sometimes I need to open 20 documents!
    This is ABSOLUTE DISASTER!!!
    I found some explanations from Adobe on the Web that are more than a year old.
    I was sure that by now this unfortunate mishandling of that feature (apparently it was dropped out from A9 deliberately - WHO'S IDEA WAS THAT?) would be somehow restorable.
    Would anyone happen to know if this feature can get restored to how it was working in A7 or 8 (without the need to uninstall A9 and install A8)?

    No, it can't be restored, unless Adobe decides to change the way Acrobat works (which is possible, but not likely).
    By the way, it was Microsoft's idea... Adobe were just following their example on this.
    You can make a feature request here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • How to configure Seeburger adapter

    Hi All,           Can you pls guide me on how to configure adapter? and also why do we need mercerator and converstion agent tools along with see burger adapter? Can't find any doc on how to configure seeburger adapter!!! Can someone pls put light on

  • Credit Card payment does not go on Credit hold..

    Hi, As per our normal procedure whenever a customer makes payment through "Credit Card" it goes on Credit Hold and than someone releases it from VKM1. Now the problem we are facing is that suppose SO is of $1000 on 22/07/2009 and delivery is for only

  • Where are camera roll photos once I import them?

    In anticipation of getting my new iPhone, I imported all my camera roll photos onto my iMac and see they show up under Last Import.  However, I do not see them in Events.  Where will these photos be found once I import more photos?  I want to have th

  • Can any1 tell me whats wrong.. trying to read from file..

    import java.io.FileReader; import java.io.FileWriter; import java.io.PrintWriter; import java.util.StringTokenizer; import java.util.Scanner; public class AccountClient {     public static void main(String[] args) {         Scanner in = new Scanner(S

  • Alternative modes of backing up my itunes library?

    I want to back up my songs but my computer doesn't burn cds! is there another way?