Transport Request Details

Hi,
I want to know if there is any report or function module that would let us see if all the objects in a transport request are assigned to which package?
Thanks in advance.

Hi Kalyan,
Thanks for your response. I have found the solution. I actually wanted all the objects in a transport request to be assigned to a package ZBW.
The solution is, go to SE09 and give your request number, then do the following from the Menu Bar:
Request Task->Object List->Object Directory Entries. This would show all the objects in the request and their packages.
Thanks

Similar Messages

  • Required tables which touch Transport Request details

    Could any one tell me which table we can get the following information
    1)Transport Request released by
    2)Transport Request Creation Date
    3)Transport Request released date
    4)Import to the  systems
    5)Imported to the systems on which dates
    I checked E070 and E071 and i did not found this details

    Hi,
    I think, you can find required information in below tables.
    E000
    E070
    E070A
    E070C
    E070CREATE
    E070DEP
    E070L
    E070M
    E070TAG
    E070TC
    E070USE
    E071
    E071C
    E071E
    E071K
    E071KF
    E071KFINI
    E071S
    E07T
    Regards,
    sai

  • Transport Request details in SAP

    Hello all,
    When a transport request is saved, all objects in it might or might not be included in the object list attached to it.
    Now the components in the object list are retrieved from E070, but I am not able to find the source for compnonents that are not a part of the object list of a TR.
    Can someone please let me know some table or API for the same?
    Thanks a ton!!
    Regards
    Priyanka

    Hello Krishna,
    I am already using the following query, but no use. Also I have checked directly in E071
      SELECT aobj_name AS object btrkorr AS treq
          bas4date AS release_date bas4time AS release_time
          c~as4text
        INTO CORRESPONDING FIELDS OF TABLE lt_trdet
        FROM e071 AS a
          INNER JOIN e070 AS b ON
          atrkorr = btrkorr
          INNER JOIN e07t AS c ON
          ctrkorr = btrkorr
        WHERE c~langu  = 'EN'
          AND b~trstatus = 'R'
          AND a~pgmid <> 'CORR'
          AND a~obj_name IN s_object
          AND a~trkorr   IN s_treq
          AND c~as4text  LIKE lv_descr
        ORDER BY a~obj_name ASCENDING
          b~as4date DESCENDING
          b~as4time DESCENDING.
    Regards
    Priyanka

  • Table that stores Transport Request Details

    Hi SDN Gurus,
    Is there any table that stores all the details of all the transports in Import Queue (STMS). I am mainly interested in import time and method execution time of the transport. I need to write an ABAP program that for calculating the time for mass migrating all the transports in the queue.
    i looked at the tables E070, E071 and some others but din't get the required info.
    Any help will be rewarded with points.
    Thanks

    Here is some correction to what i said. i got some information like the transport number, owner of the transport, target system and the IMPORT time of the request from the table E070. i guess all i need now is to find the time at which the transport is completed (Method Execution time) so i can calculate the time it took for transport.
    Thanks

  • Function Module for Transport Request

    Hi All ,
    Is there any function Module that can be used to fetch Transport Request Details like.
    1. Objects Contained in TR.
    2. Objects Types
    3. Created BY
    4. Status of TR (Released / Modifiable).
    Any pointer will be appreciated.
    Thanks & Regards,
    Rohit Garg

    We have different tables which can provide you this data...why do u expect function module..
    E070 => Change & Transport System: Header of Requests/Tasks
    E071 => Change & Transport System: Object Entries of Requests/Tasks
    E07T => Change & Transport System: Short Texts for Requests/Tasks

  • Tables in ChaRM- Transport Request & Tasks

    Hi,
    Need the table name which contains the Transport Request details & Tasks( In Transport Request) with statuses in solution manager and not in R/3.
    In which table we get the details.
    Regards
    PK

    Hi PK,
    as you have E071, E07a... in satellite systems you have the same in Solman for transport requests of ChaRM.
    All of them start with /TMWFLOW/REPExxx
    For example E071 become /TMWFLOW/REPE71O or /TMWFLOW/REPE71R
    I dont remember exactely whats the differeence between both. Does it refer to Open and Release. I ll let you confirm that cause i don t have ChaRM on my Solman here.
    One more thing; if it s for reporting matters; be aware that they are not always as up to date as the ones in satellite
    Threre is a job on your Solman that must be planned that updates them regularly. This job is something like cmssyscol2 if i remember well
    Hope this helps
    Regards
    Khalil

  • How to track Transport request released

    hi Experts,
    How to track Transport request released from one development system (D01)to another
    development (D02).
    is there any way we get know .
    Amit

    Hi,
           From SE09 & SE10 you track the transport requests, and even you can find the transport request details from the following database tables.
    E070                             Change & Transport System: Header of Requests/Tasks
    E070A                            Change & Transport System: Attributes of a Request
    E070CREATE                       Change & Transport System: Creation Date of Request
    E070DEP                          Change & Transport System: Dependencies of Requests
    E071                             Change & Transport System: Object Entries of Requests/Tasks
    E071C                            Change & Transport System: Client-Specific Lock Flag
    E071E                            Lang. Transport: Positive List for Generic Object Selection
    E071K                            Change & Transport System: Key Entries of Requests/Tasks
    E071KC                           Change & Transport System: Key Entries of Requests/Tasks
    E071KF                           Change & Transport System: Nametab Info. on (CHAR)Key Fields
    E071KFINI                        Change & Transport System: Nametab Info. on (CHAR)Key Fields
    E071K_30                         Change & Transport System: Key Entries of Requests/Tasks
    E07T                             Change & Transport System: Short Texts for Requests/Tasks

  • Need a datasource for transport request

    Hi all,
    i am working on solution manager and i have to develop a BI report using the bi engine of solution manager....the report which i have to deliver is transport request details like....if a tp request is in dev then what is its status and if it is in qa then what it is its status...etc....
    so is there any business content datasource which can give me these details ....
    Regards..
    Deadlocks

    Hi
    In most of the clients they write a custom program to see the versions of a tp.
    My best bet would be ..if you are trace/debug mode in the transport logs.. it will give you what you need to write a report...
    Take a look at tables E070 and E071
    Thanks
    Kalyan

  • Is there a way to see the details of transport request files

    hello friends
    for some reason when I try to create a package with objects like function group and function modules, I am not able to import the function modules on the other server.
    So i would like to see if the transport request files that I have created (K900226.EC1 and R900226.EC1) has these modules included in them.
    Is there a way that I can see what objects are included in the released transport request files.
    Your help will be greatly appreciated.
    Thanks
    Ram

    Hi Ram,
    You can see the objects included in a transport request by going to se09 and opening your transport request and drill down to the task and below the task you would have all the objects that are included in the tranport. You can also use se03 to get the details by drilling down the tansport request.
    The problem with importing the function module might be because either the function module or the function group may not be active which may cause the tranport to fail. please check if both are active or not.

  • Can give me the details how to release the transport request to the qa

    can give me the details how to release the transport request to the quality server pr production server
    thanks

    Hi,
    Use transaction SE09. Here select "modifiable" .Then click -Display.
    Now you get a list of all requests which can be released.
    Locate your request number and drill down. Release the sub-request first and then the main request by selecting and using the "transport" icon.
    Muraleedharan.R
    091 9880028904

  • Transport request prompt details

    Whenever there is a modification to existing reports or new reports being created, SAP prompts for a request number to be captured. Apart from capturing the request number, I want to capture other details like technical person name, functional person name, plant, transaction code, etc. as such details will be very useful in drafting the charts like how many modifications / new reports made per plant, how many modifications / new reports done by a technical person, etc.
    Is there any userexit that is called when transport request pop-up screen comes up ? Any other ideas ?
    Please clarify.
    Regards,
    Tom Jerry.

    For the transport details, please check the tables E070 and E071.
    Just pass the <Program name >in the field E071-OBJ_NAME and get all the transport order details.
    and also check the table TRDIR for all reports and pass the TRDIR-UNAME is username where you can get the Reports done by the person.
    TRDIR for all reports and pass the TRDIR-CNAME is username where you can get the Reports changed  by the person.
    TFDIR where all the function module are stored
    DD03l where all tables are stored.
    Prabhudas

  • Database tables holding details for a non - released transport request

    Dear All,
    We are implementing SAP ECC 6.0 u2013 ABAP stack, on IBM iSeries / System i, i5/OS V5R4 -
    SAP kernel release 7.00, kernel patch number 173
    Could someone please guide me to the database tables holding the details for a non u2013 released transport request.
    The problem is the following :
    We encountered some data corruption in the database of our development system, so we did a restore from the previous day's backup (RSTLIB  command) for the database library : R3DEVDATA, without restoring the /usr/sap/trans  directory, then we did an APYJRNCHG command for the journal receiver spanning from the previous day's backup until the corruption time (remote journal on a remote system.)
    We are now facing the following conflict :
    One of our programmers is now un-capable of updating an ABAP program, which he previously added in a transport request, which he did not release.
    ( This was done during the day of the data corruption)
    When the programmer is trying to update the ABAP program through the ABAP workbench, he receives the error :
    'Request lock on non u2013 existent task / request DEVK921426'
    No details for the transport request DEVK921426 exist in either of the two directories :
    /usr/sap/trans/data   , /usr/sap/trans/cofiles
    The way I see to solve this conflict (eliminate this lock) is to delete the different entries related to the un-released transport request from the database tables.
    Any clues would be highly appreciated.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Dear Volker,
    Thank you very much for your interest.
    The transport request of interest did not appear in transaction code SE03
    Eliminating the record from table TLOCK indeed did solve the problem.
    Thank you again.
    Best regards.
    Reda Khalifa

  • Unable to capture the Data Source into a Transport Request

    Hi All,
    We have a product hierarchy and we are using the data source :4R_PRODH_D_LGEN_HIER for the hierarchy.
    Now we need to transport this structure to the quality environment but we were not able to capture the datasource:4R_PRODH_D_LGEN_HIER into a transport request.
    When ever we activate the data source:4R_PRODH_D_LGEN_HIER it is asking for the Package and the Transport Request Number.If we give these details and save it, data source is not getting captured in the request, only the "bject Directory Entry" is getting captured.
    Can someone please guide me on how to capture the datasource under "Data Sources in BW" in a transport request.
    Regards,
    Sachin Dehey.

    Hi Sachin,
    Hierarachy datasource is not captured as Attributes and Text Datasource. So what ever you have done is correct.
    What ever is captured in Object Directory Entry is correct. So go ahead with your transports, once transport is done check the Hierarchy Infopackage with Available OLTP hierarchies and load the data.
    Most important thing first see that the all Master & Transactional Datasources are transported in R/3 Dev to QA to PRD
    In BW, datasources are not transported, only their replica is transported.
    Transportation of Datasource is done in R/3. Only their replica is transported in BW.
    So wht ever you have done till now is correct. So go ahead.
    While attaching Hierarchy Datasource it is captured only in "Object Directory Entry"
    Regards,
    Vishnu.

  • Error while importing a transport request

    Hi,
    I installed two SAP ECC6 EHP6 IDES sytems and created a transport route between them.
    When I try to import a Transport request I get the following error:
    HALT: inconsistent preview tables E071K_STR (size=344) and E071KS_PREVIEW (size=128)
    Please help me find a solution to this problem.

    Hello Occoro,
    There are multiple steps you need to do, I am not sure if the following note is applicable to your version of SAP.
    1730009 - Import queue does not work
    Downloading R3trans and tp is similar to downloading kernel.
    Download the versions relevant to your SAP Kernel 7.20, the latest patch should be available at http://service.sap.com/swdc
    In the same area where you get SAP Kernels, you should be able to get files such as:
    R3trans_xxx-xxxxxx.SAR
    tp_xxx-xxxx.SAR
    Download these files, uncar them to your kernel directory typically /sapmnt/<SID>/exe
    Refer to the following note for more details:
    19466 - Downloading SAP kernel patches
    Good luck.
    Regards,
    Siddhesh

  • 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

Maybe you are looking for

  • Displaying Japanese Fonts Problem

    I am attempting to edit a RH7 HTML project created in Japanese. I have Japanese fonts installed and the page displays correctly in the Design window. However, the fonts do not display correctly in the TOC window. Typically, 演算設定選択ワークフローブロック displays

  • Universe Object Description in WEBI

    I think this question has been asked before, but I haven't been able to find a response. 1)  Is there a way to dynamically put the object description entered in Universe Designer and have it show up in a WEBI document with current built in functional

  • Skype 7.0 stops working immediately after starting...

    As soon as i start Skype , right after the log in , it crashes.  Tried un-installing and re-installing.  Still no luck. Attached event.log and dxdiag.log Solved! Go to Solution. Attachments: DxDiag.zip ‏7 KB skype_eventlog.zip ‏1 KB

  • FF hung up on launch, resulting in skipping option to restore previous session.

    when i use about:sessionrestore, it doesn't show previous session. i keep my life in open tabs and seriously feel hopeless about losing my 92 open tabs. lost and useless. is there any way to recover (that doesn't require an IT background) yes, i shou

  • BAPI_OBJCL_CHANGE error

    Hi, I am getting an error using the BAPI which I am not able to analyse. I am trying to change the value(7 to 6) assigned to the characteristics(assigned to class and linked to functional location) NBU_PCM_PMI_CLASS. BAPI_OBJCL_CHANGE is run with bel