<?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: error while transporting request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390177#M1239052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just hint: go to SE80 and specify ur object and make ACTIVATE all together.&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2009 03:18:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-24T03:18:13Z</dc:date>
    <item>
      <title>error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390172#M1239047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we release the package in se10 we get an error message "objects are inactive,relase the inactive objects to release the request".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we go to tht program to release the object its showing object is already active..&lt;/P&gt;&lt;P&gt;kindly advice me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 18:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390172#M1239047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T18:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390173#M1239048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a syntax check for transport to know which objects are inactive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 18:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390173#M1239048</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-03-23T18:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390174#M1239049</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;Go to SE09 and select the Request id using Menu path Request/Task-&amp;gt;Complete Check-&amp;gt;Check Request Consistency &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives the deatils of inconsitency objects in the request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 18:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390174#M1239049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390175#M1239050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some of the Includes in your object might not be active. Look for all includes in your code and make sure that they are also active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 01:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390175#M1239050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T01:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390176#M1239051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;    Before transporting any TP, we need to check for three things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) &lt;STRONG&gt;Syntax check&lt;/STRONG&gt; - Request/Task -&amp;gt; Complete check -&amp;gt; Objects (Syntax check)&lt;/P&gt;&lt;P&gt;2.) &lt;STRONG&gt;Consistency check&lt;/STRONG&gt;  - Request/Task -&amp;gt; Complete check -&amp;gt; Check Request consistency&lt;/P&gt;&lt;P&gt;3.) &lt;STRONG&gt;Inactive object&lt;/STRONG&gt; - Request/Task -&amp;gt; Complete check -&amp;gt; Display Inactive objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think In your case you will get the program name which is inactive with the help of third step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;Senthil Kumar Anantham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 03:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390176#M1239051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T03:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390177#M1239052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just hint: go to SE80 and specify ur object and make ACTIVATE all together.&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 03:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390177#M1239052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T03:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390178#M1239053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give program name and on the same sreen only activate ur program . it will give ur all inactive objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 04:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390178#M1239053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T04:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390179#M1239054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if u r not getting the inactive object then do the syntax check  or &lt;/P&gt;&lt;P&gt;go to the program name  display-&amp;gt;change now from menu bar go to the Text elements &lt;/P&gt;&lt;P&gt;now active the text elements ,&lt;/P&gt;&lt;P&gt;and check in that request what are the objects present &lt;/P&gt;&lt;P&gt;now check for all the objects...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u solve it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sachhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 04:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390179#M1239054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T04:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390180#M1239055</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;Try to define where it is coming from.&lt;/P&gt;&lt;P&gt;as it are only 2 routines i presume its coming from some transfer rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 options. &lt;/P&gt;&lt;P&gt;1) go to the transport connection. select the infosources you think cause the problem, with dataflow before, and click the package button to see if there are any $TMP objects. if so , change them and transport it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) go to the transferrules where you think the error might be. &lt;/P&gt;&lt;P&gt;go to Extras -&amp;gt; Object directory entry -&amp;gt; transferrules&lt;/P&gt;&lt;P&gt;each object in the popup should have a package different then $tmp.&lt;/P&gt;&lt;P&gt;if there is a $tmp object, change it into Z??? and a transport request will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i prefer the last one. its a but more work but you can also perform a better check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anki Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 08:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390180#M1239055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T08:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: error while transporting request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390181#M1239056</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;Please do check in SE80 &amp;amp; look for inactive objects. Please check you program name here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check version of your program by using version management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 08:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-transporting-request/m-p/5390181#M1239056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T08:46:47Z</dc:date>
    </item>
  </channel>
</rss>

