<?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: Transport Request Function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998238#M406472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check the same in the Tables E070,E071 and in TADIR.&lt;/P&gt;&lt;P&gt;also try the fun modules:&lt;/P&gt;&lt;P&gt;TMS_MGR_READ_TRANSPORT_REQUEST &lt;/P&gt;&lt;P&gt;TMS_UI_SHOW_TRANSPORT_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 09:42:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T09:42:26Z</dc:date>
    <item>
      <title>Transport Request Function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998237#M406471</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;  we have have a requirment wherein we need to to insert data in a Z table.when the user tries to enter the data the system should check whether any Transport request is already present for the table entry.If it is present it should assign the entry to this Transport req.We are using the FMs TR_OBJECTS_CHECK and TR_OBJECTS_INSERT.we are not able to execute these FMs proerly.what should be the object type that should be given in these FMs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 08:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998237#M406471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T08:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Request Function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998238#M406472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check the same in the Tables E070,E071 and in TADIR.&lt;/P&gt;&lt;P&gt;also try the fun modules:&lt;/P&gt;&lt;P&gt;TMS_MGR_READ_TRANSPORT_REQUEST &lt;/P&gt;&lt;P&gt;TMS_UI_SHOW_TRANSPORT_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 09:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998238#M406472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Request Function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998239#M406473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1. Say  there is 1 key field in your ztable  and ur client is 100
2. Say the value for one entry will be   100ABC , here 100 is client and ABC is the value of ur key field

3. Select * from E071K into wa_e071k where PGMID eq 'R3TR'   and OBJECT eq 'TABU'  and OBJNAME eq 'ZTABLE' and  MASTERTYPE eq 'TABU' and MASTERNAME eq 'ZTABLE' and TABKEY eq '100ABC'.

if  wa_e071k-TRKORR is initial.
 *NO TRANSPORT IS ASSIGNED
else.
 v_TRKORR =  wa_e071k-TRKORR-TRKORR.
endif.
  &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 10:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-function-modules/m-p/1998239#M406473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T10:00:25Z</dc:date>
    </item>
  </channel>
</rss>

