In which transport request an specific object  exist.

I know that a way (trx) exists to find in which transport request an specific object  exist.
Howewer I forgot which
Could you help me

Hi Tina,
May be this method can be followed.
1. Go to Tcode SE03
2. SEARCH FOR OBJECTS IN REQUESTS/TASKS and F8
3. Depending on the Object if its a Pgm name or a Function grp or a table etc etc you can inoput the value in the screen
4. Specify if it s Released or in modifiable state.
5. Check outthe lsit of TR's.
Hope this info Helps.
Award points if problem is solved.
Br,
Sri

Similar Messages

  • Which transport request?

    Hi
    As we know in system landscape we have development, quality and production server are present. I want to know if
    1) i have to move from dev to quality which transport request  or  tcode we will use?
    2) if i have to move from quality to production which transport request or tcode we will use.?
    3) Within the same server say development if i want to move is i required transport request, if not then how will move with the same server?
    Regards
    Tushar

    Hi Tushar,
    "If we create any object in development server then system automatically generate the transport request or we have to create the transport request?
    If it RSA1 or SE01/SE09, we have to follow the steps to create transport request(request number is generated by system).
    http://explore-sapbw.blogspot.in/2012/01/step-by-step-procedure-to-implement.html
    2)if it is system generated then by seo1/se09 why we create our own transport request?.What is the use of own transport request?
    When you modify any object or create new one system ask you for transport number. If you have already created it through SE01/SE09, you can give it directly. Otherwise you have to click on create, then system will take you to SE01 where you need to follow same steps to create transport request.
    So it is better to you have transport request before you create or modify any object.
    Now i want to Modify( i am in development server) the A object so i can directly move from c..> to A or i have to use some t code here?
    Could you explain what do you mean by directly move from C...>A. When you create any object and changes, you won't get new object like B. once your modifications done, you need to activate that object(it will be A again)
    Regards,
    Venkatehs

  • How to delete unreleased transport request where the objects are locked

    Hi Experts,
      I was created a transport request, but I am facing some probelms with taht request, now I want to delete transport request. I tried to delete them in SE10, I am getting message that the objects are locked. Please tell me how to delete unreleased transport requests where the objects belong to this transport request are locked.

    Hi,
    First go to transaction se03 Choose "Unlock Objects (Expert Tool)" option under "Requests/Tasks" and unlock your task,
    Than go to se10 and delete what you want.
    I hope it helps.
    Bulent

  • FM or BAPI to delete a transport request or any object of a transport

    Hi Experts,
    Is there any FM or BAPI to delete a transport request or any object of a transport request.
    Thanks
    Yogesh Gupta

    Hello Yogesh,
    See if this helps:
    If you want to delete a transport from a system queue try FM TMS_UI_MAINTAIN_TR_QUEUE. Just mantain parameters IV_SYSTEM, IV_REQUEST and IV_DEL_REQUEST.
    If you want to delete a request, try using FM TRINT_TDR_USER_COMMAND. Just maintain parameters like this:
    IV_OBJECT = YOUR REQUEST ID
    IV_TYPE = 'TASK'
    IV_COMMAND = 'DELE'
    If you want to delete an object, just put a breakpoint in this FM to see it's logic.
    Kind regards,
    Bruno
    Edited by: Bruno Garcia on Aug 19, 2008 10:31 AM

  • How to change transport Request of an Object

    Hi all,
    I had assigned a transport request for an object (DTP) in transport organizer. Now i need to put this object in a different transport Request number. Is this possible? If so can someone suggest me how to do this?
    Thanks
    Maddy

    Delete the DTP.
    Add the DTP to the new request - You can do this in SE03 or Transport Connection.
    Or
    Merge Requests using Context Menu on the Request.
    Or
    Open the DTP - Extras ( ? ) _ Object Direct Entry - Click on Change - Assign it to a new request. - You have to delete the DTP/Unlock it from the earlier request.

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

  • Identify the transport request for released Objects from BW(any BW Object)

    Hi
    How do i identify the transport request in which i have collected the BW Object(Say Transfer rule) which got released to the testing system.
    Please guide me.
    Thanks,
    Satya

    Hi Satya,
    Just follow these steps,
    1)Go to the Update Rule and Double click on the Rule.
    2)Click on Extras->Object Directory Entery>In hte Heading u can c Object.
    3)This Objectr has Detials>R3TRUPDR-->Tech Name of Update Rule
    4)Come to SE03
    5)Come to Eiight Row-8 and Enter UPDR in the 3 Column adn the Tech Name in the 4 Column,TICK it and Execute
    Now it will display when and all it gpot transported.
    Similarly u can do it for Objects like MPRO for Multiprovider,ODSO for DSO,ETC
    Rgds
    SVU123
    Edited by: svu123 on Dec 10, 2009 12:05 PM

  • How to change Transport request into local object $temp.?

    Hi experts,
    I would like to know to how to change a Transport request into and local object.
    I have already assigned Infopackage to TR, but its not required. We dont want this infopackage to be transported to prod. So how can i change that as a local object.
    Please put our valuable inputs.
    Thanks in advance.
    Regards,
    Dubbu

    Go To that Infopackage ,
    Extras Menu----Object catalog entry.  There you can change package name.
    or
    In SE09---Under the transport requests you can search for the infopackage name and delete from the TR.
    Regards,
    Srikanth
    Edited by: srikanth on Feb 19, 2009 2:26 PM
    Edited by: srikanth on Feb 19, 2009 2:27 PM

  • How to change transport request to local object again--plz help

    Hi all,
    By mistake I saved my FM in transport request.It is not released yet.I want it to be back in local object.Issue is that,when i deleted subrequest and that object from se09,package is not getting changed because the Function group is SAP standard,and not allowing changes.
    Plz help.....I am in real problem..
    Thanks in advance
    Meena

    Hi,
    Goto SE01,
    enter the TR number
    DISPLAY
    Expand the TR object list
    Place cursor on the object & right click & select DELETE object
    You will get a popup asking the object is locked..do u want to proceed.. say YES
    This will remove the object from the TR..
    Now you can delete the TR if it doesnt hv any other objects. If you delete the TR then object wud authomatically come under local objects.
    else...
    Open the object & goto attributes.. change the class & save.
    Best regards,
    Prashant

  • Changing the Transport Request of an Object(Report)

    Hi,
    By mistake I have saved one of my Custom Transaction Code( of a custom Report) under wrong Ttransport Request Number.
    Could you please let me know the procedure to change the Transport Request number of any object like Report, TCode etc.
    Regards,
    Nitin

    Hello,
    Delete that perticular object from the request.
    And save that object again , so , system will ask you for the request again.
    Regards,
    Naimesh

  • Transport Request for LSMW Object wise

    Hi,
    I have Created Project, Subproject and Objects in LSMW.
    Project Name      : COND_PROJECT
    Subproject Name : COND_SUBPROJ
    Object Name       : COND_OBJ1 -------->(Here i have created total 10 Objects)
                                COND_OBJ2
                                COND_OBJ10
    Now, i want to create transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ1 to COND_OBJ4.
    Another transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ5 to COND_OBJ8.
    Another transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ9 to COND_OBJ10.
    Is this Possible?..Or the request will be created for entire project?

    Hi,
    To transport the LSMW,
    Goto tocode : LSMW-> Menu->Extras->Generate Change request..
    On the screen enter the required Project-Sub Prj and Object names...
    Similarly repeat the step for the other sub proj and Objects in the LSMW project
    Regards
    Shiva

  • No request has been set up as the standard transport request for BEx object

    Hi gurus,
    I have this error in a query . Have someone any ideea what is this?
    Thanks,
    Ramona

    Hi,
    Before you create a query you have to assign a global request to Bex application.
    To do this goto Transport connection of RSA1, In the tool bar you will see a icon Bex (Create transport request for Bex). Assign a request for it. After doin so, you error will be resolved.
    -- Selva

  • Which version of an object is included in a transport request

    Hi experts,
    I have one doubt regarding the transport requests and the object versions included in it.
    We've found in one development that there are differences between the development system and the productive system and all the transport requests, which include this object, have been transported to production.
    The transport requests were transported in the following sequence:
    Order number    Date            Time
    1. D01K904477  29.03.2007 17:41:52
    2. D01K904511  30.03.2007 17:21:54
    3. D01K904425  30.03.2007 17:51:36
    The last order transported contains a previous version of the object.
    From my own experience in other projects I'm not sure whether the transport system it's well configured or not.  I have the idea that the transport requests always include the last version of the object transported.  Probably, it depends on the transport routes... But I'm not sure.
    Any help would be highly appreciated.

    Thank you for your answer Juan.
    This is clear. But my doubt is not solved yet.
    I'm referring to the versions included in an older transport request. 
    In our system If we transport a previous transport request to production, the latest version of the object is overwritten.
    E.g.:
    TR  1    Date: 01/01/2007  (DD/MM/YYYY)  First version of the program
    TR  2    Date: 01/03/2007  (DD/MM/YYYY)  Second version of the program
    1. We transport TR 1 to production.
    2. We transport TR 2 to production.  We have the last version of the program in production.
    3. If we create transport request TR 3 and we include the object in this TR, this TR will include the active version of the object.
    4. If we transport TR 1  to production, latest version is overwritten.  <b><<<< This happens in our system.</b>
    We don't know if this is happenning due to the transport routes configuration.
    Thanks in advance.

  • Transport request and deletion of an  object

    Hi Folks,
    1.Will it ask for a transport request when a object is deleted from
    the Development.
    2.If it asks, then whether this transport request when transported to
    quality and production will it  delete the same object from Quality and
    production too?
    3.What is the best way to delete an object having an transport request.
    4.Anyother way to make an object null and void.
    Thanks,
    K.Kiran.

    Hi,
    1.Will it ask for a transport request when a object is deleted from
    the Development.
    <b>YES</b> this is needed so that the objects are deleted from all the systems in the ladnscape. so that when you release thisrequest the objects gets deleted from the target system
    2.If it asks, then whether this transport request when transported to
    quality and production will it delete the same object from Quality and
    production too?
    <b>YES</b>
    3.What is the best way to delete an object having an transport request.
    <b>If the object exist in your quality and production the best way is to use the transport request, if that does not exist you can ask your basis guy to delete it.</b>
    4.Anyother way to make an object null and void.
    <b>Ask the basis guy to delete it</b> but to keep track its always better to delete it using the Transport reuqest.
    Regards,
    Sesh

  • Translation of objects at transport request

    hi, can any one tell how every object can be translated at transport request based on Object Type and object name is there any way to do like that, its very urgent .
    thnks,
    Vassu.

    hi, actually the requirement is that our production system would be multi lingual in future they want to change their qs-chech process. Every transport request we transport in to their test-systems must be checked, if all translatable objects are translated.
    therefore they want a report, which does this automatically.
    so they want to check every object at  transport request is transaltable or not?
    but we have some 10,000 of objects present i our development system.How can we check all those objects?
    this is the senario.
    Regards,
    vaasu.

Maybe you are looking for

  • Saving Dunning Letters as PDF

    Hi, I am running the dunning wizard but I don't want to print the dunning letters at the end of the wizard.  Instead, I want to save them on my PC as PDF so that I can send them through e-mail later on.  How can I do this please?  How can I save the

  • How many emails can i send in one day with icloud

    how many emails can i send out in a day using icloud.com?  I want to send about 800 emails to all the parents at my children's school.  I am using pho and swiftmailer to send the emails. thanks.

  • How to create dashboard through CSOM to show workflow from external lists

    We have following requirement. SharePoint 2013 standard edition environment is installed. SO no BI site template is possible. Development has to be through CSOM only. Vendor data is stored in external database in SQL server 2012. There are number of

  • Does the CC single membership give you access to both Windows and OS environments?

    I am an student that recently got an iMac which will be used with both Windows and OS (each partition booted separately)... I need to know if once I enroll to a CC membership (student or single) I will be able to download desktops applications on bot

  • Error 1935 on Adobe Lightroom 5 update

    I downloaded and attempted to install the udate for Adobe Lightroom 5 tonight and at the end of installation it popped up with an "Error 1935" message, cancelled the installation and now I can't open Lightroom at all, as it seems no version of it is