Change Original System

Hello,
I know this can be done, but am having some trouble finding where...
First off, a little background, my company has two systems, one for domestic and one for international. There was a great deal of development done for the international system that the domestic side now wants for themselves as well.
I have transported all of those objects from the Development box of the international system to the Development box of the domestic system, but to complete the process, I now need to switch the original system on all of that development from the international development system to the domestic development system to avoid having to do a repair every time a change is required to this development in the domestic system.
Does anyone know where this is done?
Thank you.
Nick Lyons

I know that our company had to do this also.  But I was not involved in the project.  The only thing I could find was a program that changes the original system.
Here is the code.
REPORT YCHORIG .
TABLES: SSCRFIELDS, TADIR.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN COMMENT 5(72) AAA.
SELECTION-SCREEN COMMENT /5(72) BBB.
SELECTION-SCREEN COMMENT /5(72) CCC.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN BEGIN OF BLOCK BLOCK WITH FRAME.
SELECTION-SCREEN COMMENT /2(72) DDD.
SELECTION-SCREEN COMMENT /2(72) EEE.
SELECTION-SCREEN COMMENT /2(72) FFF.
SELECTION-SCREEN COMMENT /2(72) GGG.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: A LIKE E071-PGMID.
PARAMETERS: B LIKE E071-OBJECT.
PARAMETERS: C LIKE E071-OBJ_NAME.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN SKIP 1.
SELECTION-SCREEN COMMENT /1(72) HHH.
SELECTION-SCREEN COMMENT /1(72) III.
SELECTION-SCREEN SKIP 2.
SELECTION-SCREEN PUSHBUTTON 3(30) MMM USER-COMMAND DISP.
SELECTION-SCREEN PUSHBUTTON 36(8) JJJ USER-COMMAND PROC.
SELECTION-SCREEN PUSHBUTTON 47(8) KKK USER-COMMAND EXIT.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN COMMENT /1(72) LLL.
SELECTION-SCREEN END OF BLOCK BLOCK .
INITIALIZATION.
  AAA = 'This program changes the specifyed object''s original system.'.
  BBB = 'The new SID will be the login SID.'.
  CCC = 'USE THIS PROGRAM WITH EXTREME CARE!!!'.
  DDD = 'Name of R/3 ABAP/4 Development Workbench object'.
  EEE = '|      Object type'.
  FFF = '|      |      Object name'.
  GGG = '|      |      |'.
  HHH = 'Example:'.
  III = 'R3TR PROG ZLOAD'.
  JJJ = 'PROCEED'.
  KKK = 'EXIT'.
  MMM = 'DISPLAY RECENT ORIGINAL SYSTEM'.
  LLL = ' '.
AT SELECTION-SCREEN.
  IF SSCRFIELDS-UCOMM = 'EXIT'.
    SET SCREEN 0.LEAVE SCREEN.
  ELSEIF SSCRFIELDS-UCOMM = 'PROC'.
    CLEAR TADIR.
    SELECT SINGLE * FROM TADIR WHERE PGMID = A AND OBJECT = B AND
    OBJ_NAME = C.
    IF TADIR-PGMID IS INITIAL.
      LLL = 'THIS OBJECT DOES NOT EXIST'.
    ELSE.
      IF SY-SYSID <> TADIR-SRCSYSTEM.
        TADIR-SRCSYSTEM = SY-SYSID.
        MODIFY TADIR.
        COMMIT WORK.
        LLL = 'THE ORIGINAL SYSTEM CHANGED TO:'.
        LLL+31(3) = SY-SYSID.
      ELSE.
   LLL = 'NO CHANGE: THE ORIGINAL SYSTEM AND LOGIN SYSTEM ARE THE SAME'.
      ENDIF.
    ENDIF.
  ELSEIF SSCRFIELDS-UCOMM = 'DISP'.
    CLEAR TADIR.
    SELECT SINGLE * FROM TADIR WHERE PGMID = A AND OBJECT = B AND
    OBJ_NAME = C.
    IF TADIR-PGMID IS INITIAL.
      LLL = 'THIS OBJECT DOES NOT EXIST'.
    ELSE.
      LLL = 'THE RECENT ORIGINAL SYSTEM IS: '.
      LLL+31(3) = TADIR-SRCSYSTEM.
    ENDIF.
  ENDIF.
Regards,
Rich Heilman

Similar Messages

  • Changing Original System and Transport Target System for Objects

    Hi Gurus,
             I need to do mass transport of all the Infoobjects to newly defined system. Since these objects have different Original system. Its giving me error. Again, for other objects, Transport Target system is QAS, But we want to change it to NBW (A new system to which we want to send transport) . I am able to change package of Infoobjects. Is there mechanism to change Original System and Transport Target for System? Please let me know ASAP.
    Regards,
    Harpal
    Message was edited by:
            Harpalsinh Gohil

    If you simply edit your original post, it will go to the top of the list. There's no need to post duplicates.
    Subjects with a subject of "Urgent" will be filtered out by a lot of responders.
    Why not close this thread and bump the other one?
    Rob

  • Mass change original system for objects

    Is there a way to change the original systems for multiple objects at once?
    So instead of changing them one by one, can the original system for objects be changed for multiple objects at once?
    Kind regards,
    Ben

    I've checked with the Basis team, but they couldn't help me further.
    For the moment we'll leave the objects like they are and Overwrite the originals when transporting.
    Kind regards and thanks,
    Ben

  • How to change original system SID to objects by batch?

    Hi, experts
    I did system copy and so I want to chage orignal system SID to new system SID.
    I checked it is possible to modify in SE03 or using function module 'TRINT_TADIR_MODIFY'.
    But problem is objects are alot.
    How can I update them easily?
    Thanks

    Did you perform the post processing in SE06?
    Changing the SID can be done in table TADIR, but that won't be supported....
    Kind regards,
    Mark

  • Not able to change the original system of the object

    Hello
    BW infosource was created in the system Q01 (test) and transported back to D01 (dev).
    I would like to change original system from Q01 to D01 to enable object modification.
    I am not able to change the original system of the object in the tran se03 as  system is disabled.
    Original System          Q01   (grey)
    Any solution for this ?
    thanks

    hi,
    before transporting maintain the settings in the Dev system as follows.
    Open tcode RSA1 in dev system, from Menu goto -- tools -- Conversion of Logical system Names.
    In this maintain the
    Original source system                                   Target source system
    Technical name of R/3 client of test              Technical name of R/3 client of dev system
    This setting has to be maintained while transporting the changes to next system, this ensures that the objects are mapped to the correct source system name on importing and are replicated properly from them.
    regards,
    Arvind.

  • How to change original source system of objects at one time

    Hi, experts !
    I installed extra devlopment server using system copy of orignal
    delveopment system.
    We have planed that new objects applied to orginal server after developing
    finished on extra devlopement server.
    The problem is we can not modify or add old objects for specific
    package because orignal source system is different
    and I know this is SAP policy.
    Of course original source server can be changeed on t-code SE03 or
    function module TRINT_TADIR_MODIFY
    but it should be applied to every objects. This is big job to BC admin.
    Is there any solution to possible it at one time?
    Best Regards

    You can transport all relevant packages from the old to the new development box including a change of the original system using a special transport request of type "relocation of complete package". Check with your system administrators.
    Please close your similar post here:
    How to change original system SID to objects by batch?
    Thomas

  • Changing Orignal System

    Hi Experts,
    Our programmer recently discovered an object with original system KDV, but our system SID is DEV. KDV system is an old system which has been deleted. Pls advice on how to change this original system from KDV to DEV. Thanks!
    I tried to create a 'Relocation of objects w/o package change' request, but I can't add this object to the request as its original system is different.
    The object is R3TR VKOS A950
    Regards,
    Tzyy Ming

    Hi Tzyy Ming,
    to adjust the original system of an object, please:
    - goto TA SE03
    - Change Object Directory Entries
    - search R3TR VKOS A950 (mark the checkbox)
    - doubleclick on  Object Directory Entry
    - change original system
    - save
    In case of a system- or databasecopy you have to execute the postprcessing steps in TA SE06.
    It will change all the original system to the new <SID>
    Hope, I could help you in this case.
    Cheers,
    Max

  • Generate Change Pointers in non Original System

    I have developped in the inbound badis a trigger to generate the change pointers in a non-original system.
    Do you know if there is a standard way to generate change pointers in a non-original system?
    Landscape is as follow:
    Original System => Intermediate System => Final System
    I would like to generate change pointers in the Intermediate System to transfer master data into the Final System...

    Hi,
      Thanks for your reply.
      the configuration for change pointers is already done, the problem is that if changes are send from the original system, it doesn't generate a change pointer in the intermediate system.
      In the end, the intermediate system doesn't send the information to the final system as there are no change pointers generated by the changes received from the original system.
      What I'm doing at the moment is to generate those change pointers in the inbound badi in the intermadiate system, I'm wondering if there is not a standard solution for this kind of implementation.
    Cheers,
    Lucien.

  • Hierarchy R3PRODHIER may only be changed in the original system

    Hi Experts
    I have created a new Product Hierarchy in R/3 when i try to replicated them into CRM by using initial replication of DNL_CUST_PROD1.system throwing an error saying :  Hierarchy R3PRODHIER may only be changed in the original system R3LNT200. ....in the SMQ2 before doing initial replication of  DNL_CUST_PROD1 status was green.
    And again i try to replicated the DNL_CUST_PROD1 by  reguest load which has run successfully and 3 blocks are generated then  i run the initial replication of Material but status of initial replication status in waiting. which is not run i mean to say.
    then i again  created a Request load for Object Material and which is run success fully
    but my problem is i did not see the  new hierarchy and products too in Table COMM_PRODUCT
    .and when i see status of the in DNL_CUST_PROD1in R3am1. which is in ABORT .
    Hence i request you could you please help me inorder to make green status of the DNL_CUST_PROD1 in r3am1 so that i can able to nun material successfully
    i would appreciate you help
    thanking you
    Regards
    Swathi

    Hi Swathi,
      I'm assuming this development is copied from your production.
    For example: Go to COMM_PRODUCT table and check the log sys field. Now it will show the Production Logical System. So you need to convert this value.
      After the client copy, basis needs to execute BDLS transaction.  This transaction is used to convert the logical systems in all the Database Tables.
         Perform this conversion only for Client Dependent Tables.
         Execute below conversion in CRM Development Box
                       CRMOLDLOGICAL SYSTEM to CRMNEWLOGICALSYSTEM
                       ECCOLDLOGICALSYSTEM to ECCNEWLOGICALSYSTEM
          In ECC Development Box
                       CRMOLDLOGICAL SYSTEM to CRMNEWLOGICALSYSTEM
                       ECCOLDLOGICALSYSTEM to ECCNEWLOGICALSYSTEM
    Regards,
    Bhanu

  • Mass change of the Original System

    Hello Experts!!!
    We need to do a massive change of the original system to avoid repair tasks. I know that thru SE03 or SM30->TADIR is possible, but we need to do it to all objects in the system.... I think It might exist a standar tool for that... what do you think???
    Thanks a lot!!!!
    Frinee

    Also interesting: transport of copies / relocation of objects
    http://help.sap.com/saphelp_nw70/helpdata/EN/57/38e1a94eb711d182bf0000e829fbfe/frameset.htm
    Thomas

  • Set ZATTR_PROD may only be changed in the original system

    Please,
    Iu2019ve enhancement the PRODUCT_CUSTOMER2 BADI to change product attribute type when Iu2019m replicating products from ECC to CRM.
    When I try to replicate the material from ECC to CRM thereu2019s the follow error:
    "Set ZATTR_PROD may only be changed in the original system"
    How can I solve it?
    Thanks in advance
    Edited by: Ronaldo Alvarenga on Oct 25, 2010 11:17 PM

    Hello,
    Maintain an entry for Z* settype in below path:
    SPRO>IMG>CRM>Master Data>Products>Enhancements>Allow Changes to Product Data.
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • How to change to original system of an object

    We have moved some sources from one system to another and now the
    original system in the customers objects is obviously the old system.
    How can I change the original system in these objects? Can anyone tell me
    in which tables is this info kept and if there are any standard reports to do this?
    Thanks
    Martin

    Thanks for your answer. No, we did not make a copy, but we have included
    all objects in transports, which we imported into the new system.
    SE06 sets general system setting. We need to change the information for single objects. Only those customer objects which carry the old system as original system need to be set to the new system. Not the SAP-Objects, obviously. I am talking about Z-Reports, subtypes of business objects, Z-Tables etc.
    Bye bye
    Martin

  • How to change the original system of a CR?

    Dear gurus,
    we have imported some workbench and customizing CRs into a system B mannually from system A,
    there is no transport link between A and B.
    But when we want to import those CRs into system C , which has transportation link with B, we can not found those CRs, i guess because those CRs is release on A ,not B.
    Could you please help me how to import those CRs into system C, just like other 'normal' CRs?
    do i need to modify the original system of the CRs? if so , could you pls tell me how to do that?
    thanks and best regards.
    Jun

    Hi Nicole,
    there are many system objects inside our CR, DDIC, FM ...
    so we can not  change them one by one.
    what we are trying to do is to port a custom solution from one system to another,there is no link between them , and in the target system, those CRs can be transport to other systems normally using STMS.
    we are trying to include those crs into a new cr in the target system , but failed.
    could you please provide more informaiton on how to solve this?
    thanks and best regards.
    jun

  • Carry out repairs in non-original system only if they are urgent

    Hi Experts,
    I am getting this message "Carry out repairs in non-original system only if they are urgent" while i try to edit a z function module which i have created in the development system. Because of this I can't change the code, I need to use the insert, delete....buttons.
    Please help , itz urgent.
    Thanks & Regards,
    Soumya.

    Hello Soumya
    Obviously the Z-function module was originally created on another development system. Therefore you get this message.
    If you have transferred your function group to another development system then simply change the source system of the function group. You can do this using transaction SE03 (function "Change Object Entries...") or you can use function module TRINT_TADIR_MODIFY.
    Regards,
      Uwe

  • SAP System is not the original system of the object being edited

    Hi All,
    We recently built a new system which is Copy of another system.We decomission our old system.Now when ABAPer is trying to edit Z/Y programs in se38 they are getting message "SAP System is not the original system of the object being edited".We already completed all post process after system copy.Client is open and status in Golbal modifiable in se06.
    How we can resolve this situation.

    Hello Guys,
    Thks for your input.
    @Vinod,
    We rebuild new development system from the exsisting devlopment system and scrap old one.And yes thats true that new system is not the original system where object was created,its  a replica of old dev to nev dev with SID change.
    @Arjun,
    I already check TADIR table and and its pointing to new SID.
    @Ashok,
    As i said earlier,post intallation is already completed.
    Its a problem for developer who's getting some different format of screen when they editing development object ,like, when we perform manaul corretion in abap code through snote.They can see buttons to insert code line,delete line.
    Thx,Nilesh

Maybe you are looking for

  • Mac Mini reboots when connected TV is switeched off

    Hi, I have connected my Mini to my Samsung LCD-TV (LE40R5) via DVI-to-HDMI adapter cable, i.e. I use the HDMI input of the TV. The audio output of the mini goes via optical connection to my audio-decoder station. When I run FrontRow to listen to musi

  • Can't run host function in procedure and reports

    Hello i'm unable to use the host function in reports and procedure. host('ar60runb userid=apps/apps report=/vision/d01/oracle/visappl/fnd/11.5.0/reports/US/UBLPS1.rdf batch=yes mode=bitmap destype=file desname=/vision/d01/oracle/visappl/fnd/11.5.0/re

  • Project was not deleted error

    Hi, We are using MII 12.0 version. I imported one project into it and after some modifications in query templates, when i tried to delete it from System Management -> Projects page , it is showing alert as "Project was not deleted". I am able to dele

  • JDBC for SQLServer

    Hi! I'm trying to make the JDBC driver from Weblogic to cache all the rows in a query once and not have to retrieve it in block sizes. If I have a 1000 rows is it possible for the JDBC driver for SQLServer download all 1000 rows at once and not have

  • "Selection contains no media" ????

    This is the error message I get when I select "export to compressor" on ANY sequence in the browser for ANY project I open. Restarting FCP or the computer doesn't solve anything .. strangely I can still export uncompressed QT movies of any of these s