<?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: urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996368#M707785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its giving "object locked" msg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;abap user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2007 21:11:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-09T21:11:59Z</dc:date>
    <item>
      <title>urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996363#M707780</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;  how to delete a include from a function group.iam not able to do it when i go to uxx file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;abap user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 14:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996363#M707780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T14:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996364#M707781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The UXX file Includes are same as the Function Modules. Goto SE37 Give the FM Name and Delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not able to delete it, then what is the error that is appearing?&lt;/P&gt;&lt;P&gt;Is it giving something like... object locked in a different transport&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 14:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996364#M707781</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-09T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996365#M707782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the purpose to delete Include ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't delete includes ,delete the FM and automatically it will delete's Includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since FM is depends on includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 14:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996365#M707782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996366#M707783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes exactly..n iam not able to delete it.what is the solution for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;abapuser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 20:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996366#M707783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996367#M707784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The UXX include lists all includes for the function modules in that function group. Whenever you add a function module, a new include is added automatically in that UXX include. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to delete one of the includes just delete the function module. (The name of the function module is displayed as a comment after the include name). Once you deleted the function module the corresponding include statement is removed from the UXX include automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't delete the function module please provide the error message you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 21:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996367#M707784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T21:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996368#M707785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its giving "object locked" msg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;abap user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 21:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996368#M707785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996369#M707786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get a long text when you double click on the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 21:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996369#M707786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996370#M707787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 22:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996370#M707787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T22:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996371#M707788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you don't know if it's locked in another person't transport request or someone else is currently editing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 22:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996371#M707788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T22:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996372#M707789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rob&lt;/P&gt;&lt;P&gt;    Iam sure that nobody else is using that program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;abap user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 22:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996372#M707789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T22:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996373#M707790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your function group is locked under a different request. When you try to delete an FM and the function group is locked under a different transport, you will face this problem. On the Popup that comes, check the LONG text of the message, it will give the detail of the other Transport. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can manually check all the Objects--- Main Program, Other Function Modules, Other Includes in your FM to check for Locking if you are not getting the Long text in the error message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2007 08:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2996373#M707790</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-10T08:02:48Z</dc:date>
    </item>
  </channel>
</rss>

