<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Table Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908337#M378374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Santhosh,&lt;/P&gt;&lt;P&gt;Without specifying the TR number is there any other method to list out all the imported requests for a particular date or some other criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Arunkumar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 10:26:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T10:26:11Z</dc:date>
    <item>
      <title>Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908333#M378370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I would like to know whether there is any table to look for the imported transport requests to the Production environment from a Development system.&lt;/P&gt;&lt;P&gt;If there is a table which maintains these transfers kindly let me know the name of the table.&lt;/P&gt;&lt;P&gt;I need the table to be present in the development enviornment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Good answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunkumar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908333#M378370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908334#M378371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check FM  TMS_MGR_READ_TRANSPORT_REQUEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908334#M378371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908335#M378372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Arun,&lt;/P&gt;&lt;P&gt; Use FM TMS_MGR_READ_TRANSPORT_REQUEST&lt;/P&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/Code:Upload/download_SAP_transport_request" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/Code:Upload/download_SAP_transport_request&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      CALL FUNCTION 'TMS_MGR_READ_TRANSPORT_REQUEST'
        EXPORTING
          iv_request                 = request
          iv_target_system           = system
        IMPORTING
          et_request_infos           = et_request_infos
        EXCEPTIONS
          read_config_failed         = 1
          table_of_requests_is_empty = 2
          system_not_available       = 3
          OTHERS                     = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908335#M378372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908336#M378373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chandra,&lt;/P&gt;&lt;P&gt;I think the FM requires me to feed in the TR number and then know about the target system and other details.&lt;/P&gt;&lt;P&gt;Is there any other way to get in the list of imported requested to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunkumar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908336#M378373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908337#M378374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Santhosh,&lt;/P&gt;&lt;P&gt;Without specifying the TR number is there any other method to list out all the imported requests for a particular date or some other criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Arunkumar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908337#M378374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908338#M378375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Check out table E070. Hope this will satisfy your req. Award points if it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908338#M378375</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2007-03-08T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908339#M378376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;E070 - Transport header The table E070 stores the names of all transport requests in the system, both the released and open ones. Tasks are treated as transport requests with a link to the parent transport. &lt;/P&gt;&lt;P&gt; TRKORR DEVK900001 Name of Correction/transport request/command file  &lt;/P&gt;&lt;P&gt;TRFUNCTION K Function of a correction/change request &lt;/P&gt;&lt;P&gt;TRSTATUS L Status:&lt;/P&gt;&lt;P&gt;D Dokumentation, partly locked&lt;/P&gt;&lt;P&gt;L All objects are locked&lt;/P&gt;&lt;P&gt;R Released for transport &lt;/P&gt;&lt;P&gt;TARSYSTEM PRO Target system of correction &lt;/P&gt;&lt;P&gt;KORRDEV SYST Catagory of transport request&lt;/P&gt;&lt;P&gt;CUST client dependent = Customizing &lt;/P&gt;&lt;P&gt;SYST SAP-Repository, client-independend Object &lt;/P&gt;&lt;P&gt;AS4USER SAP* Owner &lt;/P&gt;&lt;P&gt;AS4DATE 01.01.1998 Date Of Last Modification &lt;/P&gt;&lt;P&gt;AS4TIME 00:00:00 Time Of Last Modification &lt;/P&gt;&lt;P&gt;STRKORR  Related Transport (If this one has parent) &lt;/P&gt;&lt;P&gt; The table contains the master entry for all orders ever since created in the development system along with the status &lt;/P&gt;&lt;P&gt;E071 - object list The names of the objects of a transport request is stored in table  E071. &lt;/P&gt;&lt;P&gt;E071K - Keys for TABU objects If table contents R3TR TABU are stored in a transport request, you need to specify the keys of the table entries which shall be transported. Those keys are stored in table  E071K. &lt;/P&gt;&lt;P&gt;E070 - Transport header - View with texts Annotating texts will be stored in   E070T.  E070   and  E07T   are combined in view   E070V. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908339#M378376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908340#M378377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try out table E070 and E071.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;hope it solves your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 08:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908340#M378377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908341#M378378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun,&lt;/P&gt;&lt;P&gt;Got to SE11 and given E* to find the table related to TR&lt;/P&gt;&lt;P&gt;I think E070TC will serve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 06:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/1908341#M378378</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-03-13T06:45:00Z</dc:date>
    </item>
  </channel>
</rss>

