<?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: Function module to find table entries associated with transport request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564995#M585147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; got the sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT trkorr pgmid obj_name obj_name FROM e071k INTO TABLE it_reqst
WHERE                                        pgmid = 'R3TR' and
                                         OBJECT eq 'TABU'  and
                                         obj_name = 'TXX_CON'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 03:16:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T03:16:26Z</dc:date>
    <item>
      <title>Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564990#M585142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have requirement, like we have created a table and maintenance view for that table - and made entries in that table.&lt;/P&gt;&lt;P&gt;   now we want to know all the entries made in the table are associated with transport request or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how to do it programmatically?? is there any function module which gives the result for transport object associated with the table entries ?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 04:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564990#M585142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564991#M585143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check E07* Tables ..&lt;/P&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>Thu, 26 Jul 2007 04:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564991#M585143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564992#M585144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the table &amp;lt;b&amp;gt;E071K&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se16 give :&lt;/P&gt;&lt;P&gt;request number in TRKORR &lt;/P&gt;&lt;P&gt;Table name in OBJNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the filed TABKEY u will get the &amp;lt;b&amp;gt;values of the key fields&amp;lt;/b&amp;gt; in the table&lt;/P&gt;&lt;P&gt;by comparing the key fields u can find out the enrties related to the request number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if i am not clear&lt;/P&gt;&lt;P&gt;---Patil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santhosh Patil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 05:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564992#M585144</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2007-07-26T05:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564993#M585145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look in view V_E071.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 05:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564993#M585145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564994#M585146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this may not be completely relevant to your question but worth checking my code sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&amp;amp;pageid=19591" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&amp;amp;pageid=19591&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 05:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564994#M585146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T05:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564995#M585147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; got the sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT trkorr pgmid obj_name obj_name FROM e071k INTO TABLE it_reqst
WHERE                                        pgmid = 'R3TR' and
                                         OBJECT eq 'TABU'  and
                                         obj_name = 'TXX_CON'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 03:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564995#M585147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T03:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564996#M585148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on Function module, how can I find the SAP table names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 22:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564996#M585148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T22:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find table entries associated with transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564997#M585149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for information FM is TRINT_READ_REQUEST, pass parameter IV_READ_OBJS_KEYS = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 07:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-table-entries-associated-with-transport-request/m-p/2564997#M585149</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-06-07T07:45:40Z</dc:date>
    </item>
  </channel>
</rss>

