How to retrieve the deleted Transport request (Cust)

Hi,
I have deleted the Customizing Transport Request, by mistake. Now, I am trying to get the TR back.
Could you please let me know if there is any way that I can recover my Transport Request.
Thanks for the helpful answers.
PS: I have checked the existing threads for the same. However, I don't see any solution.
Thanks,
Sandeep

Hi Sandeep,
It;s good if you can involve BASIS consultant or you can check below discription;
If you have deleted from SAP level. Then you need to check at the OS level in /usr/sap/trans/log directory else you can check for the SLOG and ALOG folder also.
If total request has been deleted then you can also do the transport manually at OS level.
or
If you have simply deleted the the requests from import queue through "Extras-> Delete imported requests" in transaction STMS_IMPORT and have not deleted the logs at OS level, then you can check in "Goto-> Import History" in the same transaction to view the requests.
Just double click on the request you want and you enter the "Display Object List" screen for the particular request. 
Here you can click on the secong "Spectacles" icon to display the transport steps of the request in each of your SAP system.
Just double click on a step, e.g. 'Import', 'Check Version','Export' etc. to display the log for that particular step.
You can also view the logs from operating system in the directory <TRANSDIR>/log. The logs are named in the format: 
<Source SID><Step ID><Request no>.<Target SID>, where step ID is a single alphabet denoting a particular transport action.
Or you can check below link also;
How to recover the deleted Request / task...
Regards,
Kamfrk.

Similar Messages

  • How to Recover the Deleted Transport Request

    Hi,
    How to Recover the Deleted Transport Request (Customizing and Workbench).

    Hi Manoj,
    those thins will be done by BASIS people.
    for more info  chekc
    How to recover the deleted Request / task...
    hope it helps you.
    Thanks!

  • How to retrieve the lost transport request

    hi all
    while transporting the request to prduction system in CRM
    i without definign the destination as production client ,released the requests
    now is there any way that i can retrieve those requests so thst i can transport them to the production client
    please tell me,any help will be appreciated
    best regards
    ashish

    Hi Ashish,
    You can execute SE03 (Transport Organizer Tools), Requests/Tasks, Find Requests, in the production system or
    use SE16 to query table E070.
    Regards
    Manohar

  • Where i can find the deleted transport request in SAP development system?

    where i can find the deleted transport request in SAP development system?

    Hi,
    When you delete the transport request from SE10 , you can not find the request entry from E070 and E071.
    and only local change request are possible to delete from SE10 /SE09
    if you are try to delete the change request with target system then it's gives you the error that request cannot be deleted because it contains locked objects.
    It's not possible to find out the deleted request from SE10.
    regards,
    kaushal

  • How to create a deletion transport request without deleting the object.

    Hi Experts,
    I got a very strange requirement in which i want to delete a object from QA envirement. One way to delete it is delete the object in developement and save it in a transport request. And transport that request to QA.
    But can't delete the object from Dev environment. So is there any other way by which i can do this.
    Thanks
    Yogesh Gupta

    Hi,
    You need not worry about deleting the objects in QA now.
    Have the set of objects which you will not be tranporting to PROD.
    After your project is live and during support before handholding to the customer, clean your system DEV,QUA.
    Reward Points if Useful.
    Thanks,
    Anita

  • How to find the deleted transport req logs.

    Hello gurus,
    in my DEV box some body was deleted the transport request.
    i need to know that by whom that request was deleted. the thing is that request was not released  and not imported into any system. that request was deleted after the creation.
    but now i am confused how to check the logs. i have searched the log file in trans directory and also SLOG,ALOG.
    i guess there is no use of import history in STMS because that request not existed in the system?
    then how can i find the deleted person. and time.
    Could you please do let me know.
    help would be heighly appreciated.
    Regards,
    srini.

    hi!
    Are you sure that the transport request was deleted?
    Perhaps Transport request is a local transport and when you release the transport it will not create the export files.
    FF

  • How to release the cancelled transport request ...

    Hi Experts,
    i have released a TR and it was cancelled bcos my system is very slow.
    Once the system is up,i was tried to release the TR.But  i am not able to release it.
    Please help me on this.
    Thanks,
    Babu

    Hi Vijay,
    Check the status of TR in SE01...check if you can find some relevant logs...
    If you are not able to get any information from logs..
    Create new Transport Request of type "Transport of copies" and include your TR in this request. Try releasing Transport of copies.
    If this also does not work...
    1. Copy all object along with their object type names etc...(You can do this by double clicking on TR and copy all objects from OBJECTS tab).
    2. Delete all objects from current TR .(place cursor on individual object in TR and press Delete button).
    3. Create new workbench Request, double click on request, goto objects TAB and copy paste all the objects which you have copied in notepad in step 1.
    4. Save this TR and release it.
    Regards,
    Mohaiyuddin

  • How to retrieve the lost transport resuest

    hi all
    while transporting the request to prduction system in CRM
    i without definign the destination as production client ,released the requests
    now is there any way that i can retrieve those requests so thst i can transport them to the production client
    please tell me,any help will be appreciated
    best regards
    ashish

    We have had that in the past too and we wrote a small ABAP program:
    REPORT ZRESET_STATUS
    * remark
    PARAMETERS: TRAUFTRG(10) TYPE C DEFAULT 'T01K'.
    parameters: status like e070-trstatus default 'D'.
    PARAMETERS: TEST(1) TYPE C DEFAULT 'X'.
    TABLES: E070.
    SELECT * FROM E070 WHERE TRKORR = TRAUFTRG.
       WRITE: / E070-TRKORR,  E070-TRSTATUS.
       IF TEST = ' '.
        MOVE status TO E070-TRSTATUS.
        WRITE: / E070-TRKORR,  E070-TRSTATUS.
        UPDATE E070.
       ENDIF.
    ENDSELECT.
    So basically you have to set the status of the transport request in table E070 to "D", then you can change the target and re-release.
    Markus

  • How to retrieve the deleted entries

    Hi all
    I deleted some standard entries in the sand box related to item category determination in sand box.They are not stored in a change request. How can I revert back those deletd entries back into the system.
    Thanks
    Sonali

    No . I dont have IDES.
    I want to get back those deleted entries.
    Any help is appreciated.
    Thanks
    Sonali

  • How to retrieve the deleted queries ?

    hi experts,
      i have deleted all the queries through rszdelete trans.code.  I need to retrieve those queries back. how can i do this..? help me on this issue...

    Hi,
    You can retrieve queries
    Go through the link in 100th Page of the below link they have explained
    http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    Regards,
    Marasa.

  • How to retrieve the deleted Bex Queries

    HI all
    Do we have any way to retrieve back the Bex query that is deleted, we dont have that in Quality and Dev
    regards

    hi
    use the table RSRREPDIR which has a filed COMPID put the query name in this filed i.e. technical name
    t.code: SLG1
    thx
    vije

  • How to retrieved the deleted notes

    I bought an iPhone 4s lately and after I sync everything to it, I tried to delete the notes on my old iPhone 3Gs. But then I found out that most of my notes on 4s were being deleted as well!! Only some of the old notes remain!!! I tried to restore the 3Gs from backup but it doesnt help (I dun want to restore the 4s as I dun want to lost any recent messages). Besides, I tried to find the location of the backup files and I couldn't find it. (normally it should be located in Library/application support/mobilesync/backup, and there's no "mobilesync" folder under "application support"). Can anyone solve my problem??? it's very urgent as there's many useful information in the notes!!!

    Not sure if this will work enter this in Terminal
    cd ~/Library/Containers/com.apple.Notes/Data/Library/Notes; strings NotesV1.storedata | grep body | open -f
    or
    cd ~/Library/Containers/com.apple.Notes/Data/Library/Notes; strings NotesV2.storedata | grep body | open -f
    search the text file for your note.

  • How to retrieve the Sapscript layout changes for a particular Transport request in development server after this Transport request so many requests created  ?

    Dear Abapers,
    I request the Abapers kindly reply for this blog
    I want to retrieve the sapscript layout changes for a particular transport request in development server after that many transport request created and moved to quality ? 
    I checked in SE03 transaction the transport request was there.  But I want to retrieve the existing transport request which is not moved to Quality?
    Is it possible to retrieve the existing transport request in development which is not moved to quality ?
    Like how we retrieving the programs using versions in development server,  In the same way I want to retrieve the sapscript layout in development server ?
    Thanks & Regards
    Muzeebur Rahiman.S

    Hi,
    There is no version management for SapScript or Smartforms .
    When you write "transport request in development which is not moved to quality" - was the transport ever released and exported from the development system? If yes, and if the "Transport files" are still available in "Transport directory" (or if the transport files were backed up and could be retrieved), the transport could be imported again. If the TR was not exported, you are out of luck, I believe...
    I would not recommend you do it on your own even if you happen to have enough authorizations (consult with Basis and/or Transport Admin, if you have one in your organization). I would not recommend that it's imported on a development system or QA system, even if the transport contains no other objects - only the SapScript form in question. Import it on a "sand-box" that gets overwritten by system copy from time to time... Once the transport is imported, you should have the old version of SapScript in that system and could analyse the changes and perform manual merge.
    cheers
    Jānis

  • How could we delete transport request and task(the released one)

    Hello
    We have a released transport task(not request). Transport request is not released.
    How could we delete transport request and task(the released one). Namely we would not like to transport it to production

    Hi, never delete directly in table.
    There are more tables which depends each other...
    Here, you can find nice example how to do it: Help on ABAP: Few Tips for Transport Request Manipulation
    Using program: RDDIT076 and changing status.

  • How to delete transport request if child request was released

    Hi,
    By mistake i released child request but not parent request, but i want to delete whole transport request. it is not allowing to delete it, because child request as releaed.
    Thanks,
    Subbu.

    Not good news..check the below link, it says you cannot delete it but maybe you can get an idea..
    Deleting a transport request
    Delete Transport Request
    A similar case..
    Re: How to delete the Transport Request release from SE09

Maybe you are looking for

  • Word to Pages "Import Error"

    I have a load of files created by drag and drop editing of pdf files into Word tables. I want to use pages to edit these ... it should be easier with services. Most of the files open fine, but a few give me an Import Error. Any ideas? There are no ob

  • How do I get firefox to ask me to remember passwords? I have it checked in the security tab and it does nothing...

    I can't get firefox to ask me to remember user names and passwords. I got a new computer and now I have to type all my user names and passwords in. I have the little box checked under security settings and there are no exceptions... so it seems it sh

  • Mac Mini does not wake Cintiq

    For 2 years, I used a Cintiq 21UX as the main monitor with a 2009 Mac Mini. It was connected with a mini displayport to DVI-I adapter and worked perfectly. I replaced the Mac with a new i7 with the same setup (the mini displayport plugs into the thun

  • Is there a way to record sound from mac ????

    using a mbp with snowleopard ... can I record mac output ? Using microphone is ridicolus and let a lot of noise Using soundflower I could not hear nothing while recording. I nedd to hear and record sound outup from my mac like I did on windows... Is

  • WNetAddConnection2 returns 1312 : ERROR_NO_SUCH_LOGON_SESSION in 64 bit

    When I perform file upload to remote location using WNetAddConnection2, the file can be copied for the first time but next operation returns code 1312 with same user credentials. But after certain interval of time, the upload is successful again but