<?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: delete all items in a devclass in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181276#M1823143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and btw, it's not possible to delete a package with something in it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 15:53:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-25T15:53:31Z</dc:date>
    <item>
      <title>delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181270#M1823137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SCN-Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm searching for a way to delete all items of a devclass to check the completeness of my transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an inhouse target-system, there we want to rebuild the customer-condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the transport returns with RC-8 because of there is something missing in the transport,&lt;/P&gt;&lt;P&gt;we can take it into the transport file, befor we transport it to a customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to build an detetion-transport, because we dont want to delete it in the developers-systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 11:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181270#M1823137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181271#M1823138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to delete all objects for a package. Then goto SE80, put package/dev class name, right click on package and delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181271#M1823138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181272#M1823139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order that the System is no developers-system, there is no way to delete it per se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at first we have to delete all programs and funktiongroups (FM's)&lt;/P&gt;&lt;P&gt;then Tables (Structures; Views; tabletypes, searchhelps...), Dataelements and Domains&lt;/P&gt;&lt;P&gt;after all we want to delete the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you can't delete an package with items in it, we want to do it in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181272#M1823139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181273#M1823140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open any program you know with that dev class in SE38.&lt;/LI&gt;&lt;LI&gt;Then Goto its attributes, you will get a pop-up.&lt;/LI&gt;&lt;LI&gt;Double click on the package name there, it will direct you to Package details screen.&lt;/LI&gt;&lt;LI&gt;Goto Utilites from menu and select Display object list, it will open complete object list for that package.&lt;/LI&gt;&lt;LI&gt;Now right click on package and delete.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sachin&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 12:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181273#M1823140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181274#M1823141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but we don't want to do it manualy... but in a report.&lt;/P&gt;&lt;P&gt;And we want to do it in a test-System, not in a developers-System. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After transporting the 'customer-transport' into out test-system, we want to check, if the transport is complete. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181274#M1823141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181275#M1823142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW Sachin, in this way, only the devclass will be deleted, not the underlying objects...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 15:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181275#M1823142</guid>
      <dc:creator>former_member192854</dc:creator>
      <dc:date>2014-03-25T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181276#M1823143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and btw, it's not possible to delete a package with something in it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 15:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181276#M1823143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T15:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: delete all items in a devclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181277#M1823144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with transaction code SE21, enter your package and press on delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 17:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-all-items-in-a-devclass/m-p/10181277#M1823144</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-25T17:10:01Z</dc:date>
    </item>
  </channel>
</rss>

