About transport system of XI

Dear experts,
We have two clients configured for XI separately for DEV and PRD.We have no QAS in picture.
Now i get a requirement to change a mapping.I changed the mapping and activated the mapping.
Now time is to transport it to PRD.
How can i ensure that someone had not made a change to that particular mapping before in Development.
How can i ensure that before i started Development on this mapping we had identical versions in DEV and PRD.
I am worried to move this mappping further and this is my prime concern.
Regards,
Aditya Sharma

Hi Aditya,
How can i ensure that before i started Development on this mapping we had identical versions in DEV and PRD
The good practice is to add description in the object which you change.You can maintain saying : "changes made as a part of bug fixing_transportID"
By following this practice it will be easier to identify the versions in PROD and in DEV.Comparing the History in Dev and PROD will help but if you follow a practice to transport completSWCV and CS then it will be easier to track.
How can i ensure that someone had not made a change to that particular mapping before in Development
check the history and see the user ID who last worked on that.Check all trasports doen for that particular objects in CTS+ tool if you have used the same.Match the version in PROD and DEV as mentioned earlier.
I am worried to move this mappping further and this is my prime concern.
Before you move please test the functionality in DEV properly,check the current version in PROD and test the same version in DEV to see if it gives same issues. Then move the correction version to Prod.
Regards,
Srinivas

Similar Messages

  • Question about transport system configure

    I have two system dev & prd,  the prd is domain controller, the router is from dev to prd.
    I want to delete all transport configure and reconfigure it.   Now I login to prd 000, and delete dev from transport system, and use se06 to initial the stms,  then I go to stms, the configure has been initialized.
    But when I login dev000,  the two systems configuration and the transport router is still exist in stms and I can not use se06 to inital it.   I am sure that in prd 000, the configuration has been deleted succussfully.
    the configuration is still exists in dev000, and I can not do any operation from dev000 which is not domain controller, and the real control prd000 has been delete by me.
    I try to use se06 , but after reinstall cts,  I can still see the configuration in stms.
    Could you give some solutions , Is there any problem with my operation?      
    thanks a lot.
    Edited by: victor on Jan 11, 2009 9:17 AM
    Edited by: victor on Jan 11, 2009 11:07 AM

    Hello Victor,
    you said PRD is the domain controller and successfully you
    deleted previous configuration in PRD ,now login into DEV and
    in the same delete the cofiguration in DEV too.when everything
    is cleared you start from the first and start adding DEV to the
    domain PRD.hope this helps.
    regards,
    Manjula.

  • Question about transport layer

    Hi folks,
    I would to know if anyone has some information about transport layer between two tenants, eg: Test Tenant and Productive Tenant.
    I suspect that deployment on Productive Tenant requires manual deploy with HANA Studio (or eclipse + hana cloud platform plugin).
    Thanks in advance!
    Kind regards

    No, there is no such transport system in HCP. Actually, you've probably noticed that we don't bind you to a particular DI (development infrastructure) - e.g. it's up to you to choose what version control system suits you best - be it Git, CVS, SVN, Perforce...
    For Java apps - hope I already answered your question above.
    For XS apps - AFAIK, you have to import your sources into a HANA repository package and activate them.
    HTH!
    --Vlado

  • Is possible leave  a object type (MIME Repository) of the transport system?

    Hi,
    We'd like use the MIME Repository for storing pictures of our SAP CCM Catalog.
    When we import a new MIME object a order is created. It is possible to avoid this. I mean I'd like to know if we can do this.
    - In a prductive system (closed)
    - Configure an object type to leave the transport system
    Any idea about this?
    Thanks for your attention
    Regards
    Jorge

    Hi
    Your program works fine you need only to write all DEFINITION and then all IMPLEMENTATION:
    *       CLASS one DEFINITION
    CLASS ONE DEFINITION.
      PUBLIC SECTION.
        METHODS: ADDIT IMPORTING ADD_NUM1 TYPE ANY
                                 ADD_NUM2 TYPE ANY
                       EXPORTING ADD_SUM TYPE ANY.
    ENDCLASS.
    *       CLASS two DEFINITION
    CLASS TWO DEFINITION INHERITING FROM ONE.
      PUBLIC SECTION.
        METHODS: OUT IMPORTING OUT_NUM1 TYPE ANY
                               OUT_NUM2 TYPE ANY
                               OUT_SUM TYPE ANY.
    ENDCLASS.
    *       CLASS one IMPLEMENTATION
    CLASS ONE IMPLEMENTATION.
      METHOD ADDIT.
        ADD_SUM = ADD_NUM1 + ADD_NUM2.
      ENDMETHOD.
    ENDCLASS.
    *       CLASS two IMPLEMENTATION
    CLASS TWO IMPLEMENTATION.
      METHOD OUT.
        WRITE: / 'Sum of', OUT_NUM1, 'and', OUT_NUM2, 'is', OUT_SUM.
      ENDMETHOD.
    ENDCLASS.
    DATA O_ONE TYPE REF TO ONE.
    DATA O_TWO TYPE REF TO TWO.
    DATA: NUM1 TYPE I,
          NUM2 TYPE I,
          SUM  TYPE I.
    START-OF-SELECTION.
      CREATE OBJECT: O_ONE, O_TWO.
      NUM1 = 2. NUM2 = 4.
    *when is called is used EXPORTING
      CALL METHOD O_ONE->ADDIT
        EXPORTING
            ADD_NUM1 = NUM1
            ADD_NUM2 = NUM2
         IMPORTING
            ADD_SUM = SUM.
    *PERFORM addit USING num1 num2 CHANGING sum.
      CALL METHOD O_TWO->OUT
        EXPORTING
           OUT_NUM1 = NUM1
           OUT_NUM2 = NUM2
           OUT_SUM = SUM.
      NUM1 = 7. NUM2 = 11.
      CALL METHOD O_ONE->ADDIT
         EXPORTING
           ADD_NUM1 = NUM1
           ADD_NUM2 = NUM2
      IMPORTING
           ADD_SUM = SUM.
    *PERFORM addit USING num1 num2 CHANGING sum.
      CALL METHOD O_TWO->OUT
        EXPORTING
          OUT_NUM1 = NUM1
          OUT_NUM2 = NUM2
          OUT_SUM  = SUM.
    Max

  • Documents of Transport system

    hey guys,
    I need documentation about usage of Transport management system.i want to know more knowledge of understanding the Transport system proceduces and what should be taken care while transporting etc..
    explaining the STMS tr-cd and SE10 also necessary to know.
    if anybody can guide me would be appreciated.
    ambichan.

    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/d7/8eb9361a75ea43e10000009b38f839/frameset.htm">Change and Transport System - Overview (BC-CTS)-Click Here</a>
    Very informative and contains the links to all the tools
    e.g.
    STMS - Transport Organizer
    Rishi

  • Requirement about transport tracking

    Hi,
    I have this small requirement about transport tracking.
    A transport might have lot of tables referenced. I need to find out, what is the difference, between the tables in one system, and the tables in another system, say between development system, and production system. Any leads on this would be helpful. Thanks for the help in advance.
    Regards,
    Vijay

    Hai Srikanth,
    These links may be helpful to you..just check them out.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7ce5c590-0201-0010-388e-cc28510abb89
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a9039a90-0201-0010-c39d-c7173438ea0d
    Regards,
    Srikanth.

  • Error with Transport system not configured that may be related to CHaRM

    Who has in depth knowledge on setting up SAP Solution Manager CHaRM. Had an odd problem with the transport system failing when the QA system was shut down for maintenance. Transports were not able to be created or save to.  Error message was Transport System not configured.  Brought up QA and re-distributed system and Transport group and transport requests started working again.

    Hello,
    if a system, e.g. QA system, will not be available due to a maintenance task,
    we set the status of this system to "temporarily inactive" (see header data in transaction SMSY).
    This status allows us, to create new transport requests in DEV-System although consolidation system QA is not available.
    (Of course you have to reset the status, when QA-system ist started again.)
    Hint: it is not possible to release or to import a transport request, when consolidation system is shut down.
    Therefore the developer should pay attention to the messages, which raise in urgent corrections.
    best regards
    Horst

  • Change and transport system not configured

    hi
    Please anybody help me on this. I installed SAP IDES4.7 on Win Xp with Oracle9.2. It is working good except one error. when i click on anymenu item in GUI a popup says " change and transport system not configured'.
    How to fix this?
    i appreciate your help in advance. Thanks
    Madhu

    Hi
    After installing SAP IDES4.7 u have to do post-installation.As a postinstallation u have to configure the STMS(sap transport management system)
    STMS is mainlly used for moving objects from one system to other system
    Regards
    kiran kumar.v

  • Manually delete Transport system - Sandbox system

    Hi All
    I am have a problem with our transport system on or sandbox system and basically what I want to do it get rid of it and set it up locally.
    As our system is a copy of our PRD it still has all the old config, what I would like to do is remove it in the database. Does any one know how to do this?
    It is a bit of a 'fudge' but seems the easiest way to do it.
    Many Thanks in advance
    Phil

    hello,
    Just delete (if necessary) the STMS configuration and describe your transport planning so that we can help you.
    Manoj

  • Error in Query View Saving -The standard transport system is active.You can

    Hi,
    I have a query in Dev system which is moved to production and i am able to edit the query in dev.But my problem is when i tried to create a view on that query and save the view, it is throwing me a error
    "The standard transport system is active.You cannot save"
    Any pointers on this.
    Regards,
    Pra

    Hi
    Did you get any feedback on this one?? Im facing the same message when saving a query view..
    Thanks
    Willem

  • Know about Project system

    Hi, I am basically HR functional consultant. I would like to know about Project systems. Is project systems is for managing the projects like what we do in Microsoft project and primavera.
    Could any one give me clear idea about project systems and guide me how the beginner can learn about project system.
    Please don't hesitate about my question. I am completely new this topic.
    I will appreciate you response.
    Many thanks
    santhi

    Hi,
    Pls check things like http://www.sap-img.com/sap-ps.htm
    Eddy
    PS. Which type of SDN Ubergeek/BPX suit are <a href="/people/eddy.declercq/blog/2007/05/14/which-type-of-sdn-ubergeekbpx-suit-are-you">you</a>?
    Deadline: June 15th

  • A question about transport orders simultaneous

    Hi, we are having a problem in a long time ago. Sometimes when two users import a order each, the transport system hangs (we solve this hang deleting orders and killing tp processes).
    We need to know:
    1.- Why this occurs some times (and not in all times)?  Or what can the reason be?
    2.- We can do anything to avoid those situations?
    Greetings.

    Dear John,
    try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
    Regards,
    Peter

  • Transport System

    Hi,
    I need help we are planning to upgrade our R3 to ECC 6.0 and our first step is to create a 4.6C Development system to support the 4.6C Production system.  We did a copy of our Production system and configure our transport system and now we cannot change Z programs we received this message "Carry out repairs in non-original system only if they are urgent".
    Thanks,

    Hi Ramon,
    local requests ALWAYS do not create datafiles ... they are designed for the "last system" in your landscape or for customers with a single system landscape only.
    Therefore, you should typically do not use a virtual system but include it to PRD. But, the virtual system is a nice workaround as well, because this creates then the datafiles and you can use "add to buffer" and import it in PRD - unfortunately you need to be careful with this technique, because you could forget transports ...
    as it is an emerngy stuff only, it should be ok.
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • Transport all Ques Tab strip in Development to production transport system

    By mistake, some one click TRANSPORT ALL QUES Tab strip in Development to production transport system. All objects in development went to production and it is changing the cubes. Is there is any chance to revertback  transportation.
    Its very Urgent. Can any one help me?
    Thanks in Advance

    hi
    Yes,you can reimport the same request back to your development,ask your basis people,they can do it..
    Hope it helps
    Thanks
    Teja

  • No administration authorization in Change and Transport System in CHARM

    Hi guys,
    I am currently working for CHARM implementation for ECC 6.0
    now my problem i created an urgent correction  and i released the transport request successfully, but when i try to execute the Pass correction test action it is saying that No import into test system has taken place yet. then i went to task plan and checked there in quality system it is saying No administration authorization in Change and Transport System.
    So i asked my basis team to assign the S_TMW_IMPORT profile to user TSADM in 000 client of quality system and additinally our basis team has assigned S_CTS_ADMI. authorization object to TSADM user ID in 000 client of quality system. But SAP has suggested to assign S_CTS_IMPALL and S_CTS_IMPSGL authorization profile to S_CTS_ADMI.
    But the problem is S_CTS_IMPALL  and S_CTS_IMPSGL authorization profile is not available in 000 client of quality system.
    Kindly give your valuable inputs as early as possible. the solution provided by anybody will be rewarded with points.
    Thanks&Regards
    Raju

    can you try assigning the below profiles to that ID.
    S_TMW_OPERA     
    Operator in CTS (All Transport Authorizations)
    S_CTS_ALL     
    Transport system: All authorizations
    S_CTS_DEVELO     
    WBO: Profile for developers in P systems (incl. tasks)
    I too have checked and i did not come across the profiles nor objects S_CTS_IMPALL and S_CTS_IMPSGL .
    Where did u get the message that they have to be imported ?
    Hope it helps.
    Award points for the replies that are helpful to you.
    Rgds,
    Sri

Maybe you are looking for

  • Transferring pictures from Nokia phone to PC

    Hello - I'd like to transfer pictures currentyly stored on my Nokia 6300 to my computer. Is there a way I can email them? I don't appear to find any options to do this on my phone and would very much appreciate anyone's thoughts and expertise. Many t

  • Getting started with web start

    Hello All, I am a newbie to the Java Web Start technology and am trying to do the following: We have a desktop application that we are trying to convert to a Web start. The source code of the application consists of some Jar files and some configurat

  • Truth about nokia 8800 Sirocco by myself and the d...

    right i saw a lot of people that need help with this issue well first of all there is the nokia 8800 sirocco Gold and the 8800 sirocco Gold Look, don,t be mistaken the second is not a fake it is acctualy a normal silver sirocco with a gold brush. the

  • Transaction in Backend

    Hi, I have logged in an EP and I access data from the backend. Is there any way I can find after logging into the backend, which transaction is being used corresponding to the query executed in the portal. I have tried AL08, STAD and all, but they gi

  • Force Shutdown (Minor Emergency)

    I left my MacBook Pro unattended for a while and returned to it to find the revolving icon that indicates something is being processed. It's been spinning for several minutes, and I seem to be locked in. If I move the mouse, I can drag the rotating i