Help needed on movement of transports between two production systems

Hi All,    
Our client is implementing SAP in US and Europe and it has separate production systems for both. It already went live in US and now started SAP implementation for Europe. They wanted to leverage the development & configuration done for US in Europe implementation and have taken the copy of US development box and started building on that. For Europe, they identified few changes to the existing custom objects from US,  few objects from US which are not required and also brand new objects. Going forward, they also decided to import all the defect fixes and changes from US into Europe system on a regular basis(monthly).
      If anybody has experience in an environment like above, please let us know the pros and cons with the approach highlighted above.

Differentiate thru trasports requests and move the correspoding cofiles and Data files in required system and import as suggested earlier.
Thanks

Similar Messages

  • HT1379 The USB ports on my 30" Cinema are not working.  The monitor has not been used for a year or so, and the computer is a Mac Book Pro, 1012 model running OS Mavericks.  I need to move the computer between two locations, and the other monitor is a 27"

    The USB ports on my 30" Cinema HD display appear to not work.  The monitor has not been used for almost a year, when I upgraded to a new Mac Book Pro and the 27" retina display.  Now I need to move the computer back and forth between two locations using the two displays.  The need for operating USB ports is essential.  Any ideas.  The display appears entirely normal.  Am running OS X 10.9.

    Disregard, problem solved.

  • Query help needed in finding max value between two columns

    I have a table as follows:
    -- INSERTING into TESTTABLE
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('A','4.5','AA',0.3,'AB',5.5);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('B','1','BB',2.5,'BC',6.9);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('C','2.6','CC',3.3,'CD',1.4);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('D','1.8','DD',2.9,'DE',1.2);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('E','6.8','EE',4.8,'EF',9.6);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('F','2.0','FF',6.34,'FG',3.9);
    Insert into TESTTABLE (COLA,COL2,COLC,COLD,COLE,COLF) values ('G','1.7','GG',3.6,'GH',5.8);
    I want to get results as follows:
    COLA COL2 MaxCol MaxColVal
    A 4.5 AB 5.5
    B 1 BC 6.9
    C 2.6 CC 3.3
    D 1.8 DD 2.9
    E 6.8 EF 9.6
    F 2.0 FF 6.34
    G 1.7 GH  5.8I want to get the max value of either of the columns COLD or COLF.. Whichever column has got max value, then the corresponding value of COLC and COLE should be returned..
    For eg., in first row, COLF has higher value than COLD.. ie., COLF = 5.5 > COLD = 0.3, so for row1, i want the result as MaxCol is AB and MaxColvalue is 5.5..
    Similarly for third row, COLD =3.3 > COLF=1.4, so for 3rd row, i want the result as MaxCol is CC and MaxColvalue is 3.3
    How is it possible to do this in a qery? Any help.. please..

    SQL> select cola
      2       , col2
      3       , case greatest(cold,colf)
      4         when cold then colc
      5         else cole
      6         end maxcol
      7       , greatest(cold,colf) maxcolval
      8    from testtable
      9  /
    C COL MA  MAXCOLVAL
    A 4.5 AB        5,5
    B 1   BC        6,9
    C 2.6 CC        3,3
    D 1.8 DD        2,9
    E 6.8 EF        9,6
    F 2.0 FF       6,34
    G 1.7 GH        5,8
    7 rijen zijn geselecteerd.Regards,
    Rob.

  • Help needed to move contacts

    hi, i have a problem that i have bought blackberry 8520.i want to switch my contacts from my old mobile samsung star s5230 to blackberry 8520.i have shifted my contacts from samsung to my laptop but i am unable to transfer from laptop to blackberry.i have tried to send some contacts to blackberry from laptop but blackberry doesnot show it.please let me know how can  i do it.i have also downloaded blackberry desktop software but i dont know how to shift contacts from laptop to blackberry.

    Duplicate...see:
    http://supportforums.blackberry.com/t5/BlackBerry-Curve/help-needed-to-move-contacts/m-p/1287437#nob...
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Intra-company stock transfer between two ERP Systems without SAP APO

    Hi,
    I'm looking for information regarding the scenario Intra-company stock transfer between two ERP Systems without SAP APO.
    On help.sap.com, I can only find below image, but I'm actually looking for the configuration settings required to implement it.
    Does anyone have experience with this scenario?
    Thanks & regards,
    Oliver

    Hi Jagdeep,
    Thanks for the reply. I understand that I need to use iDocs and setup communication between both systems. What I am actually looking for is detailed information on the setup of the purchase order type and sales order type. Especially because there is no invoicing involved in this flow.
    Regards,
    Oliver

  • SMTP Namespace Sharing between two mail system

    I have used two mail server (Exchange 2013 and Linux sendmail) for mailing in the same domain like abc.com.
    I have converted authoritative domain in to internal relay for sending mail in Linux mail user, and create a send connector point to Linux mail system as a smart host. in that case my exchange user send mail to Linux user and internet via Linux smart host,
    then I create a receive connector in exchange server for receiving mail from Linux mail system as edge transport custom connector & permission set to anonymous, when Linux user send mail to my exchange user it queued in my exchange message queue and
    the error is:
    Last Error:A local loop was detected.
    What's the problem?

    Hi rana78,
    As Nathan mentioned, please create Contacts.
    Detailed information:
    So to avoid NDRs when using shared SMTP namespace you will need to either disable recipient filtering, configure the product to do LDAP queries against all directories that share the namespace, or create Contacts.
    More details to see:
    How to Share an Email Domain Between Two Mail Systems
    http://exchangeserverpro.com/how-to-share-an-email-domain-between-two-mail-systems/
    Disclaimer:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Reconnecting to Custom Motion Templates between Two Editing Systems

    I'm having an issue with "media offline" in my FCP timeline whenever customized Motion templates are used in projects that are often edited between two different systems.
    I always start with a standard "motion" project file and save it in my current project folder as a "Master" for creating identical templates on both systems. Yet even though both systems have the same custom template directory and the same template names, the FCP timeline always reports "Media Offline" whenever I try to work remotely on a project.
    I'm wondering if it might somehow be possible to correct this issue so that my lower third overlay templates can exist on two different systems?
    Thanks!

    Sorry, I kind of thought my choice of words might be misunderstood. What I meant was that I always keep the original motion file that I initially created the template from in my current project folder. I am then able to open that original motion project file on the remote system and "save as template", so that (theoretically) I would end up with two identical templates (one on each system) located in the "user>library>application support>final cut studio>motion>template" directory.
    I think I must have a tiny little error (or type-o) in the naming of either my template of the custom template folder. I'll have to go in and double check now that I have the correct path. (I was having a really hard time locating the "actual files" of my custom templates.
    Thanks very much for your help!

  • RFC connection between two SAP systems (with SAP router)

    Hi!
    I would like to set up a RFC-connection from SAP Solution Manager to other SAP system.
    The network connection between the servers is VPN.
    How can I set up this RFC-connection, if my connection between two SAP systems looks as follows,
    (I use the following SAP routers)?
    my server  --> customer
    my server --> internal SAP Router server xy (10.101....) --> SAP Router customer 2 (10.1....) --> SAP System customer (134....)
    Back-way
    SAP Systeme customer --> SAP Router customer (134.1....) --> internal SAP router (212.6....) --> my server
    How can I set up this RFC-connection, if my connection between two SAP systems looks as follows,
    (I use the following SAP routers)?
    something like:
    /H/10.101..../S/sapdp99/H/10.1.4..../S/sapdp99/H/134...
    Thank you very much!
    regards
    Thom

    Same answer as in the other forum where you cross posted....

  • Problem during import of 121 transport requests to productive system

    Hello
    We have problem during import of transport requests to productive system. Import of 121 transport requests stopped very soon in phase "N" (in TRBAT I have only one entry and in  TRJOB  as well).
    In sm50 there is an BGD running under user DDIC in client 000 now for 14453 seconds (program SAPLSDB2). This should be import.
    In SM37 I can see it as  job "RDDGEN0L" with  repport"RDDGENBB". Based on some literature it should perform "Converting all structure changes generated by the import and recorded in table TBATG, other than the structure changes to matchcode objects." Very interesting  that TBATG has only four entries related to 2 indexes in table "DFKKOPK" , one in table "DFKKREP06" and one" ENQU" for EFKKEXC". (only this last one has not status error)
    For fist two indexes I know they are not present  as objects "LIMU""INDX" in any transport request beeing imported.
    Also on productive system there is no"VOL" and "ZOL"indexes for table "DFKKOPK"(instead they are created on test system ie. not transported from development to test system)
    Last command for that process is "CREATE INDEX "DFKKOPK~HKO" ON "DFKKOPK" ("MANDT", "HKONT", "OPBEL") PCTFREE 10 INITRANS 002 TABLESPACE PSA
    PTR3 STORAGE (INITIAL 0000000016 K NEXT 0000000016 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREAS"
    There is enaught space on disk and in tablespaces (it is an oracle/HPux server).
    Does anyone knows workaroun to solve production

    are you importing these transport requests simultaneously into production?
    I would suggest you try doing in smaller groups of 5 or 10 and then see whether you are able to import the requests
    Rohit

  • Same logical system name for two productive systems - BW, PI issues

    Dear all,
    we have a productive system which serves two companies (different company codes). This system is connected both to BW and PI for both companies.
    There is a requirement that these two companies must use their own system, so the whole landscape (dev,qa,prd) will be copied to different systems (different server with different system id).
    As a result of the above procedure we wll have two different productive systems, as required, but we wll have the same logical system name for the two productive systems, which must be both connect to bw and PI.
    However as far as I know:
    - we cannot connect systems with same logical system name to BW,PI
    - we cannot convert logical system name of the one of the two productive systems as they are productive and so this is not supported.
    How can we overcome the problem?
    Please advice.

    > However as far as I know:
    > - we cannot connect systems with same logical system name to BW,PI
    > - we cannot convert logical system name of the one of the two productive systems as they are productive and so this is not supported.
    Right.
    > How can we overcome the problem?
    Since you split up systems (or plan to) I highly recommend booking an SLO service (http://service.sap.com/slo). Those people have to the tools and the knowlege to help you. I would not do this on my own.
    Markus

  • Need to find the Difference between two table

    Hello ,
    I have stucked in program as below scenario:-
    I have two tables of huge data of same structure in a same schema.I need to find the difference exact values in tables.
    By using MINUS we can find the difference between two table ,i need to find the what exact difference in the there values with colunm and value at that column.
    Example TableA
    Col1 col2 col3 col4 col5.... col50
    10 ABC 2001 EE 444 TT
    40 XYZ 3002 RR 445 TT3
    80 DEF 6005 YY 446 YY8
    TableB
    Col1 col2 col3 col4 col5.... col50
    10 ABC 2001 EE 444 TT
    40 XYZ 3002 RR 445 TT3
    81 DEF 6005 Yu 447 YY8
    I need to the out put like this :-
    The Diffence between two table is
    TableA.COL1=80 TableB.Col1=81, Different
    TableA.Col4=YY TableB.col4=Yu,Different
    TableA.Col5=446TableB.col5=447,Different
    Please suggest me to write the pl/sql program for the same
    thanx in advance
    KK

    Thanx friends for all your efforts
    I have a sample code for the same,this will compare the two tables for single row in each table .
    what r the modification needed for the multiple rows of values in the two tables??
    Please suggest!!
    CREATE OR REPLACE PROCEDURE test_compare
    IS
    TYPE t_col
    IS
    TABLE OF VARCHAR2 (30)
    INDEX BY PLS_INTEGER;
    l_col t_col;
    j NUMBER := 0;
    l_sql VARCHAR2 (2000);
    col1 VARCHAR2 (30);
    col2 VARCHAR2 (30);
    val1 NUMBER;
    val2 NUMBER;
    status VARCHAR2 (30);
    CURSOR c1
    IS
    SELECT column_id, column_name
    FROM all_tab_columns
    WHERE table_name = 'TEST1';
    BEGIN
    FOR i IN c1
    LOOP
    j := j + 1;
    l_col (j) := i.column_name;
    END LOOP;
    FOR k IN 1 .. j
    LOOP
    l_sql :=
    'SELECT '
    || ''''
    || l_col (k)
    || ''''
    || ', '
    || 'TEST2.'
    || l_col (k)
    || ', '
    || ''''
    || l_col (k)
    || ''''
    || ', '
    || 'TEST1.'
    || l_col (k )
    || ', '
    || 'DECODE(TEST2.'
    || l_col (k)
    || ' -TEST1.'
    || l_col (k)
    || ', 0, ''NO CHANGE'', ''CHANGED'') FROM TEST2, TEST1';
    EXECUTE IMMEDIATE l_sql INTO col1, val1,col2, val2, status;
    IF status = 'CHANGED'
    THEN
    DBMS_OUTPUT.put_line( 'TEST2.'
    || col1
    || '='
    || val1
    || ', TEST1.'
    || col2
    || '='
    || val2
    || ', '
    || status);
    END IF;
    END LOOP;
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ('Error:- ' || SQLERRM);
    END;
    /

  • Help !!! Static route between two router WRT160NL

    Hi all,
    I have my internet connection connect to my main Linksys router WRT160NL  (192.168.1.1) with 192.168.1.x.
    My 2nd Linksys router connect to the first one as Gateway as well.
    The 2nd router has its WAN ip of 192.168.1.100 and it's local subnet as 192.168.2.x.
    My machines at 192.168.2.x can get to the internet and connect to all machines in the 192.168.1.x network.
    However, the 1.x network can't access the machines on the 2's network. And because of that, i can not sharing or printing between two network.
    I try to add static routes on my main router (192.168.1.1) with the route: 192.168.2.0 mask 255.255.255.0 and defaute gateway 192.168.1.100
    However, the route not work still.
    anyway to make sure that the 1.x network able to access the 2.x network and from 2.x   access 1.x for sharing files and printing.
    thanks for your help!
    Solved!
    Go to Solution.

    In gateway the router does NAT which makes the LAN side inaccessible from the WAN side unless you configure port forwarding or similar. If it wouldn't do so your 192.168.1 LAN would be accessible from the internet. Static routing won't change this.
    You have to disable NAT (aka switch to router mode) on the second router. You have to set up a static route on the main router then. However, most likely your network 192.168.2.* won't have internet anymore because the main router will only do NAT for 192.168.1.* and not for 192.168.2.*.
    Thus, if possible set up the second router as access point only and run a single LAN.

  • How to move variant configuration between two plants

    Hi Experts,
    I need to move variant configuration from one plant, where is only SD to another plant, where is implemented PP. Is there any standard process?
    Thanks&regards,
    Jirka

    You can post the same in : SAP ERP SD Sales
    Regards,
    Satya

  • Need to get the difference between two period

    Hi All,
    I need to get the difference of two posting period like period is in format YYYYMM.
    I need to subtract posting perid '200512' FROM '200601' how will be it possible.
    Please suggest.
    Thanks,
    Sandy

    Hi,
    YOu can also do like the following.
    Determine you first day of first period and last day of second period.
    data: first_day type datum,
          last_day type datum,
          days type i.
    first_day = date from FM RKE_GET_FIRST_DAY_IN_PERIOD  
    last_day = date from FM RKE_GET_LAST_DAY_IN_PERIOD   
    days = last_day-first_day.
    Thanks,
    Ramakrishna

  • Transports between Sneak Preview systems

    I have installed ABAP Sneak Preview SP12 in two machines. Now i'd like to set up a transport path between them, so i can for example create programs in one of them and get them in the other (a laptop I can take with me).
    Since i'm no BASIS guy (i'm an ABAP developer) I don't know how this task gets done,
    or even if it can get done with the sneak previews...
    Besides, i'm getting "Global information cannot be read" (PU823) error message in SE10 in both systems just by going to SE10 transaction.
    Has anyone tried it?
    Please post if you did and how.
    Many thanks

    Please people, nobody did this? I do not necessarily need to create a transport scheme but to have an easy way to pass developments back and forth both machines. I've found <a href="http://wiki.ittoolbox.com/index.php/Upload/download_SAP_transport_request">this utilities</a> which supposedly would allow to save any transportable order to a file and upload from that file, both activate but i'm not getting them to actually work, because the order file is not found.
    I've also read about SAPLink project, would that allow me to do this?
    Please, any help is welcome.
    Thanks
    Moderators: Please, move this thread over to the <i>NetWeaver AS, General forum</i> as it seems this one only deals with installation issues. I thought this was the only one for the Sneak preview related issues.
    Thanks

Maybe you are looking for