Returncode of Transporting a change request

Dear developers,
do you know how to check the returncode when transporting a change request to test or productive system.
In my case I have the special problem that change requests will be transported in an async way so that the developer could not check in the SAP solution manager whether the transport is error free or canceled with an error.
Is there a way to switch the transport management in the solution manager to a synchronous mode?
Best regards,
Jens

Hi Ganesh,
Can I ask something about inactive object here?
I applied notes with SNOTE.  But all objects are inactive.
When I activete them, The system requires accesskey.
How could this happen? And any solution for this?
I can't deapply the notes any more. coz it's bug fix for SNOTE.
If I do this, the system will be inconsistent, this happened beffore
Thanks
kaz,

Similar Messages

  • STMS_QA - allow transport of change requests

    Hi,
    we have configured the quality assurance tool (TMS). Now the users must - allow - the transport of change requests into the productive SAP-system via
    transaction STMS_QA.
    If we transport objects via "transport of copies" (from another SAP-system) the QA doesnt work. The users can avoid the QA-System.
    Does anyone know how I could define the transport routes to avoid this situation?
    Thanks
    Michael

    put the Objects in this ( from another system )<b> "transport of copies"</b> request and give the TARGET System name .
    It is simple process , if u are doing first time  do it carefully .
    after doing the process check the TARGET system.
    Regards
    Prabhu

  • Transporting a change request created in SNOTE

    Hello all,
    I'm fairly new to all this so hopefully there's an easy solution to my problem. I've implemented an OSS note correction in our BW development system via transaction SNOTE. This worked fine and during this process I was prompted to create a new local change request and did so. My problem comes when I'm trying to transport this request to our BW QA system. I released the request in development but when adding it to the transport queue in QA I get an error:
    "Transport control program tp ended with error code 0247"
    Our transport system is currently working normally so I think the problem is with the request. Does this change need to be in a Customizing request or a Workbench request? Please advise.
    Thank you.

    Hi Ganesh,
    Can I ask something about inactive object here?
    I applied notes with SNOTE.  But all objects are inactive.
    When I activete them, The system requires accesskey.
    How could this happen? And any solution for this?
    I can't deapply the notes any more. coz it's bug fix for SNOTE.
    If I do this, the system will be inconsistent, this happened beffore
    Thanks
    kaz,

  • Transporting local change request

    Hi all,
          I had updated an include (MV50AFZ1 - SAP standard one - used access key to change this) to copy STO header and item texts to delivery when delivey documnet was created. This was created as a local change request. My basis guy tells me that this request cannot be transported.
    Kindly let me know how this can be done.

    Hi,
    Go in that include and change it once thenit will ask for the package name to save , then save it in a package so that a new request will be created.
    If it is not happening..
    Then in the menu of ur include <b>goto->object directory entry</b> change the $tmp to new package,
    then it will ask for the request...
    or
    else the best way is to delete the old local request.. then if u save it, it will automatically ask for the package and then u can able to create a requset...
    Cheers,
    Simha.

  • Transports and Change Request

    Hi Gurus-
      Can some one tell me a simple scenario including following terms. I needed this as I am unable to picture everything together when I read documentation about these.
      1. Transports
      2. Change Request
      3. Task
      4. Package (Transportable)
      5. Creating a Change Request (who will do this normally, as a developer how do I get this)
      6. Releasing Change Request
      7. Collecting Objects
       Plese take a simple scenario like adding KF to a infoCube or changing a report.
    Thanks in advace, points will be awarded.
    Message was edited by:
            PUNZU

    Please see my comments below.
    1. Transports
    Generally used to transport changes from development to QA to Production. Direct changes in Production is not advisable. Hence we make use of this tool.
    2. Change Request
    A change request/transport request stores all the objects you are changing and assigning them to this request. Any further changes to these objects will automatically be captured in this request.
    3. Task
    Generally, when a second user changes the same object which is captured in a request, a task is created under that request. However, when you release request, the final change gets transported. You need to release task before releasing a request.
    4. Package (Transportable)
    You define a group of objects as package just for identification purpose. For example, for workbench objects like cubes, I/O, ODS, you define workbench package. Whenever you are using transport connection from rsa1, and capture the objects in a request, you must assign each and every object to a particular package. There is no hard and fast rule of define packages. It is just for identification purpose.
    5. Creating a Change Request (who will do this normally, as a developer how do I get this)
    Generally, you as a developer should do this. Whenever you are making some change to an object and activating it, it will ask for a transport request. Otherwise, you can also drag and drop individual objects and select them and transport using transport connection tab in RSA1.
    You can see the transport requests that you have created in transaction se09 or se10.
    6. Releasing Change Request
    Right click the request in se10 and click release.
    7. Collecting Objects
    You need to collect in target server. Generally, in most of the places, this process is automized with a workflow. you don't need to take care of this.
    Hope this helps(something different from the things available in documentation).
    Regards,
    anup

  • Transporting change request's

    Hi,
    a developer has changed a include. Also he has saved the changes in a change request (e.g. XA1817). Few days later I have also changed some lines on the same source code as my colleague and I have saved it on another change request (XA1819).
    Now what happens if I transport my change request (XA1819) before transporting the change request from my colleague (XA1819) in productive system?
    Thanks
    Michael

    If the change request was not released, the system should not have allowed you to change the object without putting  a change request underneath the request of the other users.  Check your colleagues transport request, your request should be apart of it.   Then can be released and the changes will move under one transport.
    If you see the same object under two different transport requests which are both not released and not tied to each other, then you have a real problem.
    I assume that you transport request is tied to your colleagues, check SE10.
    Regards,
    Rich Heilman

  • Last active change request of a object which has been transported

    Hi to all,
    I need a method to obtain the last active change request of a object which has been transported to the corresponding target system. I know that the CR tables are E070 and E071, but how can I know the last active and transported CR of each object? Any suggestion?
    Thank you very much,
    Antonio

    Hi Antonio, As u are aware that you can get TR information from E070 and E071 tables.From these two tables we can get the latest TR. In table E070 there are two fields with AS4DATE, AS4TIME.So, U can find the latest transported object on these two fileds.Also, u need to check the TRSTATUS field which specifies whether the object is transported ( R Released) or still Modifiable( Active as D).
    However this table will also contains subtasks and main request. This can be diffrentiated with the help of STRKORR field of E070. If blank then its a main req else its a subtask where the field would contain the Main Request No.
    Hope this would be of some help for u r development.
    Regards,
    Swaroop

  • Dependency Information for Transport Requests in Change Request Management

    If two CTS projects are not assigned to SOLMAN projects, it is possible to define a dependency successor/predecessor relation between two transport requests for the import order. For example I can state that I have to import TR 1 only after the TR 2.
    When the CTS projects are assigned to SOLMAN projects, even though you have defined the dependency relation, this is not respected and from the Change Documents you can perform the import in the order you want.
    How can I activate this check also in Change Request Management?
    Thanks
    Antonello

    Some things you could take a look on:
    1) start report /TMWFLOW/CONFIG_SERVICES --> here you can define system, client and project specific locks.
    2) Transaction /TMWFLOW/CMSCONF --> also some options for locks and definition of critical objects
    3) Transaction /TMWFLOW/LOCKMON --> monitor screen for locked objects and requests.
    This is actually not the same functionality as have it in CTS projects directly especially as the locks are removed once a request is removed. The most important thing is still missing here (or at least I haven't found a way to activate): sequence control when importing requests out of parallel projects into production (to prevent downgrading). 
    Best Regards,
    Andy

  • Change Request Management without Transport Management

    Hello Change Request Management Experts!
    I have understood that It is possible to take change request managment in use without transport management. So I could handle Change Request with different statuses without automatic funtions behind these statuies. We like to see how to handle changes between different roles of people and implement the functions after that.
    I suppose that I should take only Change Request (approvals) and not Change Documents (execution) from Change Request Management.
    Have any of you tried to do that? 
    Best Regards, Leena Nissilä

    Hi Andy,
    Thank you for your answer. I have tried to do that also but I where is still some configuration missing because I get error message in: No maintenance cycle is open for the current system. I have also tried to to that maintenance cycle but I thought that it needs CTS activation in some project.
    I also like to know what is minimun configuration for change management that I could use SDAD with Service Desk.
    I looking forward to you reply,
    Br Leena
    Edited by: Leena Nissilä on Sep 17, 2008 1:24 PM

  • Change Request Management without Transport Managment System

    Hello,
    we would like to use the Change Request Management but without using the Transport Managment System (TMS). Means, we do not want that transport request are created automatically, we do not want that it is possible to log on to the satellite systems via the Solution Manager and we do not want to integrate the transport track into the Solution Manager.
    What effort do we have to estimate for such a change? Does anybody already use a process like this? We would be grateful for any idea or solution.
    Many thanks in advance.
    Jenny

    Hi Jenny,
    you can do this with the following activities in your custom Business Transaction (BT):
    - remove un-useful actions from your action list (TA: CRMC_ACTION_CONF)
    - remove the action from the actions depending on user status (TA: starting from SPRO)
    - unlock the switches from your SMI Project CTS Switches (TA: SOLAR_PROJECT_ADMIN)
    The effort, for copying a standard BT and remove the actions and testing it, is about 5 days, if you already know how to customize a ChaRM BT... last but not least if one of the standard flows is what you really need.
    Please let me know if you need more details, otherwise please reward the forum points
    Regards ,
    Giampaolo

  • Change Request Management - Transport Request reimport

    Hello,
    I have read in a forum on SDN about the following behaviour of Change Request Management  in case of a Maintenance Project: after completing import to production environment through Normal correction, when the same maintenance cycle
    is used again, ChaRM reimports all the TP's imported in the previous run.
    In case of an Implementation Project with Normal correction I guess that this can not happen for an import to Production environment, because it's not possible to use again the same cycle, is it right?
    But if we consider the import to Test environment: for example, during a Project cycle, transport request TR1 is imported to Test environment, then cycle status is set again
    to "In development" and a new transport request TR2 is created. Is TR1 re-imported, when TR2 is imported to Test?
    Thansk a lot,
    Stefano

    Hi,
    Whenyou import a normal correction as per the recommedations from SAP they are asking to de select keep for further imports options,so that when we import other request it will not import the older request.
    Please revert for any clarifiaction,
    Thanks and Regards,
    Avinash.

  • Transport change request

    Hello Team,
    I have a transport change request that needs to be imported to production. It has the changes to userexit MV45AFZZ. Can i import it to production system with users on the system or it has to be done when there are no users on the system. Please advice.
    Tthanks.
    Regards,
    Baabi

    Sales documents in a production system get created in various ways - through online users, through interfaces with other systems like EDI, Web or any other system or through any background process.
    When source code in common includes like MV45AFZZ etc changes it needs recompiling of the whole main program SAPMV45A again. If changes happen while documents are getting created it may cause instability or even run time termination.
    Better to choose a silent time when users or other processes are not creating any sales document (inquiries, quotations, orders, contracts, credit/debit memos etc)

  • Default transport under Local change request

    Dear Friends,
    I am trying to transport objects from dev to QAS. i catch hold of the object, create transport request. By Default they are getting assigned to Local Change Requests instead of being assigned to Modifiable requests under target system. (in SE09)
    how can i change the default from local change request to Quality.
    Regards
    Paddy

    Thanks Edwin,
    this is what i am doing now. But, by default i want it to be set in Quality--> Modifiable.
    Everytime going to settings and changing it does not seem to be a permanent solution.
    Request your earliest response.
    Rgds.

  • Delete change request in transport queue

    hi,
    is there a possibility to delete change requests in the transport queue (stms)?
    thanks
    mike

    hi,
      Yes, you can delete change requests in transport queue.
    You can do it in SE10. Place the cursor on the item and press delete button on application tool bar. If it dint get deleted. Then right click on request and press Sort/Compress  . Then try deleting again.
    Regards,
    Sailaja.

  • Changing  from local change  requests to transportable

    Hi gurus
    i have a system that has transport system set to Local change Requests and would like to transport them into another system .The transports have been released .what is the quickest way to change this without redoing the transports?
    Any ideas are welcome

    Hi,
    did you configure STMS and transport route?
    if yes then process as follows.
    create new workbench request using SE10
    SE10 -> create -> workbench request ->
    give the description and target system SID.
    select the request and click on include object ( ctrl + F11)  check object list from request and enter you local transport request number. -> enter
    release the new request and import it in target system.
    regards,
    kaushal

Maybe you are looking for