Tcode to look for a transport request number

Hi all,
I have to look for request number details .I dont have access to SE01 . How can i look that details?

Hello Priya
The standard transaction for finding transport requests is <b>SE03 </b>(choose option <i>Requests/Tasks -> Find Request</i>).
If you are not authorized to call this transaction try to execute the underlying report <b>RSWBOSSR </b>using transaction <b>SA38 </b>(menu <i>System -> Services -> Reporting</i>).
Regards
  Uwe

Similar Messages

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • How to ceate Transport Request Number for importing transport files

    I'm trying to create Transport Request Number for importing transport files.
    I've copied the two transport files (K903281.QB8 and R903281.QB8) into subdirectories usr/sap/trans/cofiles and usr/sap/trans/data, respectively. Now, I want to import the transport files using transaction management system (STMS). Before using STMS, it seems like I need to create Transport Request Number, but I don't know how to create it. Could you please let me know how to create it?

    Sanjeev and Sajay,
    Thanks for your answer. I was able to import the files successfully as transport number QB8K903281 by using standard STMS transport function after manually adding new transport on STMS. My trouble was from my ingrorance of how to let STMS recognize transoprt number for transport files copied from outside SAP. Again thank you very much.
    Tetsuya

  • Assigning the object to a Different transport request number.

    Hi all,
    I have assigned a object to a different transport request  number and i now i want to assign it to a new one..can any one tell me some procedure to change it.
    Tnx,
    Joe.

    Hi Joe
    In SE09 tcode click on display icon and enter the transport number in which the object was already assigned and click on display.
    Now delete the object from the task of the main request number.
    Now its ready to lock in some other transport request. Just goto the workbench object, try to save or activate, it will automatically ask for transport request afresh. You can now assign the request at this step.
    Rgds,
    Sripal

  • To find program name with transport request number

    Hi friends,
    I have a senario
    i have a transport request number, by using that how can i find the program name ie : to which object that transport request number corresponds to.
    Example :
        AD1K970456
    i know this request number now how can i find out to which object it coresponds to .
    Can any one tell how should i approach for it.
    Regards
    Priyanka.

    Hi,
    If this transport request is created by you or u know the respective user then go to the tcode SE09 and enter the user name and click on display you will get the list.then go on expanding u will get the program name.
    Thanks,
    Jayshree

  • Transport request number in LO extraction

    What we have to mention in transport request number  field  while doing LO extraction ? where to find it ??

    Hi
    Trnasport request number is system generated. you can foloow the below steps to activate and transport the LO data source.
    1) activate the data source in RSA5
    2) goto LBWE, you will find the DS in yellow color.
    3) click on activate, now system will promt for transport number. note down this transport number and click on continue
    4) you can check this transport in SE01/SE09 and release the same request.
    5) based on your system transportation settings, you can see this transport in next system in STMS
    check out the below article
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2050db8b-9d90-2c10-2980-b13a4b0938f6?QuickLink=index&overridelayout=true
    Regards,
    Venkatesh

  • How to get the transport request number of ABAP query.

    I want to find out last Transport Request  number used of a transporting changes Abap query from development to quality system.
    Also is it possible to do some comparison on version existing in development and quality for abap query.

    goto SE03 ..
    In Object Directory -> Double click on
       Change Object Directory Entries
    Enter AQQU(This is for ABAP Query) in the modifiable box ..
    press enter ...
    Check this check box ... Enter the ABAP query and press F8.
    Double click on the Query and in the popup click on the
    Lock Overview ...
    U'll find the request number ...
    Edited by: Srinivas Gurram Reddy on Apr 2, 2008 6:53 PM

  • F4 help for Customizing Transport Request Field....

    Hi,
    I need a Function Module for F4 help for Customizing Transport Request field. I have used the below FM but I ma able to get only Customizing TR for only Login User Name only but not other Users. How to get the Customizing TR which are created by other Users(Owner is diferent from Login Owner).
    PARAMETERS: p_cts  TYPE e070-trkorr OBLIGATORY.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_cts.
      PERFORM get_cts CHANGING p_cts.
    *&      Form  get_cts
    FORM get_cts  CHANGING p_cts.
      TYPE-POOLS trwbo.
      DATA: lv_cts TYPE trwbo_request_header.
    To Get only custimzing requests
      CALL FUNCTION 'TR_REQUEST_CHOICE'
        EXPORTING
          iv_request_types     = 'W'
        IMPORTING
          es_request           = lv_cts
        EXCEPTIONS
          invalid_request      = 1
          invalid_request_type = 2
          user_not_owner       = 3
          no_objects_appended  = 4
          enqueue_error        = 5
          cancelled_by_user    = 6
          recursive_call       = 7
          OTHERS               = 8.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
          EXPORTING
            titel = 'Transport'
            msgid = sy-msgid
            msgty = sy-msgty
            msgno = sy-msgno
            msgv1 = sy-msgv1
            msgv2 = sy-msgv2
            msgv3 = sy-msgv3
            msgv4 = sy-msgv4.
      ENDIF.
    Pass the selected TR to selection screen
      IF sy-subrc = 0.
        MOVE lv_cts-trkorr TO p_cts.
      ENDIF.
    ENDFORM.                    " get_cts
    Regards,
    Deepthi.

    Instead of using FM 'TR_REQUEST_CHOICE', you can have direct database select on table E070 and E071.
    In E070, the field TRFUNCTION determine the customizing and workbench request.
    K->     Workbench Request
    W->     Customizing Request

  • How to provide the transport request number?

    Hi,
         When im  trying in deactivate the Datasource "2LIS_03_BF" of Inventory Controlling, a screen prompts for a Customizing request number.
    Why this Pop up screen for Customizing request is displayed?
    What should i do in such cases?
    Is there any naming conventions to be followed?
    Please help
    Regards
    Santhosh kumar.N
    Edited by: Santhosh Nehru on Nov 14, 2008 11:49 AM

    Hi,
    This will happen when have transported any object from Dev to QA and after transporting you want to change it...
    Then in that cases you have to create a new request and if you want same changes in your QA or Prd system then move the request ...
    So create a new request .. and there is no naming convension .
    Regards,
    Viren.

  • Find transport request number

    Hi Gurus,
    I have an object that already transported about a month ago,
    now I want to find this transport request number contains that object.
    What should I do?
    Regards,
    Steph

    Thanks for quick reply Swati, but I want to search the number related this object.
    I forgot when the transport date and really frustating opening the request one by one.
    Regards,
    Steph

  • Function module for creating Transport Request in 4.7

    Hi All,
    Can anyone let me know how to create a Transport request for an object programmatically....
    I am using the function module TRINT_ORDER_CHOICE but that just gives me the transport request number but does not assigns it to the object which I mention in that function module.
    Please let me know the function module which will assign the transport request to the given object....
    I am using SAP 4.7 version
    Thanks,
    Siddarth

    Re: FUnction Module to create development request automatically

  • Transport request number of a Sap Script

    Hi,
    How to know the transport request number of a Sap Script., is there any table where it stores or what else.
    regards,

    Hi Prince,
    Go to SE03.
    Under OBJECTS IN REQUESTS, double click Search For Objects in Requests / Tasks.
    In Object Selection:
    Write FORM in the first blank column below DTEL.
    check the checkbox in front of FORM and write your form name in the blank space given.
    Now in REquest / Tast Selection part,
    Select for Modifiable or Released.
    And Execute it.
    You will get corresponding request number for the form.
    Regards,
    Nitin.

  • How to create a transport request number in SM36

    Hello SAP gurus,
    Can someone please let me know, how to create a transport request number while schedule a new job in SAP.
    Can we create a new transport request number in SM36?
    Thanks
    Sha

    Hi Sha
    Doesn't make sense to create Transport number in SM36, where it meant for scheduling the batch jobs.
    I would rather suggest you to create in SE09 -> Creaet  (F6) or
    while doing the config ->save the config-> create new req
    Please voice out if you really have other requirement to have this.
    regards
    RG

  • SAP/System did NOT prompt me for a transport request for ALE BD64 CDM View!

    Hi Experts,
    Am doing ALE setup for sending sales orders IDOC out to a 3rd party system.
    I have created the logical system and attached to a transport. Here we dont have necessity of linking a client to this logical system!
    Then, I created a Distribution Model (CDM) View in BD64 transaction and added Message types to it, but SAP/System did NOT prompt me for a transport request!! Pls. let me know
    1) Is it usual with CDMs creation that NOT prompting for a transport? if so, How my CDM/changes will be moved to QA/Production?
    2) If not, Why system did not prompted me for a transport?
    3) Then How Can I attach my CDM/changes to a transport?
    Thank you

    I don't think we get a TR prompt when adding a view in BD64.
    You've to individually maintain the CDM view in QAS & PROD. Also there is a functionality to "distribute" the CDM view, are you looking for something similar ?

  • System ask for a transport request while maintain IT0002

    I'm getting strange message while maintaining IT0002 i.e system ask for a transport request. But while maintaining IT0008 or IT0009 etc it's not asking transport request. So while Diagnosis it is giving
    Active integration to Organizational Management means that when a link to Organizational Management is created, it is saved automatically.
    When saving organizational data, the data must be written to a transport request because, for example, the automatic transport recording is active. Without a correction request, the relevant changes in Organizational Management cannot be saved.

    Check the Tcode OOCR how the swich is active or not
    later check with ur basis Guy once

Maybe you are looking for

  • Adobe Installation issue

    Out of the blue, when viewing a site I view regularly, was told I needed to install Adobe flash player.  The updated version was already on my system, but I dowloaded again, just in case I needed the newer version.  When that didn't work, I uninstall

  • Adobe Photoshop error U44M1P7

    I am trying to download adobe photoshop windows for a second time and I keep recieving an error message "Error update failed U44M1P7". I have downloaded the update and still recieve the same message.

  • Conflict with Sony DVD RW DRU-700A...............??

    I have a Creative Audigy 2 on XP Home.........using the Creative Organizer, I can't burn my cd because in Strument/Options/Burn...NO CD RW is displayed.....it's strange because I can burn my cd with Nero....... I already installed the latest driver f

  • Adding 3 graphs and a table in WebApp from a workbook

    Hi, I created a workbook with 4 worksheets: 1 table (the query) and 3 graphs (based on the query) with different currencies. I want to add those in WebApp in one web template. I added the workbook as a dataprovider and 3 graphs and 1 table as the web

  • Help with internet on iPhone 5

    I bought my white iPhone 5 in July of last year from Walmart. I paid $650 for it, then drove to an apple store and purchased insurance directly from Apple for $100. The service provider I have is Straight Talk which is $45 per month for unlimited tal