Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

delete all items in a devclass

Former Member
0 Likes
1,020

Hi SCN-Community,

i'm searching for a way to delete all items of a devclass to check the completeness of my transport.

We have an inhouse target-system, there we want to rebuild the customer-condition.

If the transport returns with RC-8 because of there is something missing in the transport,

we can take it into the transport file, befor we transport it to a customer.

There is no way to build an detetion-transport, because we dont want to delete it in the developers-systems.

You got a way to do it?

kind regards

Sam

7 REPLIES 7
Read only

Former Member
0 Likes
956

If you want to delete all objects for a package. Then goto SE80, put package/dev class name, right click on package and delete.

Read only

0 Likes
956

Hi Sachin,

in order that the System is no developers-system, there is no way to delete it per se80.

So at first we have to delete all programs and funktiongroups (FM's)

then Tables (Structures; Views; tabletypes, searchhelps...), Dataelements and Domains

after all we want to delete the package.

Because you can't delete an package with items in it, we want to do it in a report.

Thanks.

Sam

Read only

0 Likes
956

Hi Sam,

  1. Open any program you know with that dev class in SE38.
  2. Then Goto its attributes, you will get a pop-up.
  3. Double click on the package name there, it will direct you to Package details screen.
  4. Goto Utilites from menu and select Display object list, it will open complete object list for that package.
  5. Now right click on package and delete.

Thanks,

Sachin

Read only

0 Likes
956

Hi Sachin,

thanks for your posts.

but we don't want to do it manualy... but in a report.

And we want to do it in a test-System, not in a developers-System.

After transporting the 'customer-transport' into out test-system, we want to check, if the transport is complete.

kind regards

Sam

Read only

0 Likes
956

BTW Sachin, in this way, only the devclass will be deleted, not the underlying objects...

Read only

0 Likes
956

and btw, it's not possible to delete a package with something in it.

Read only

ThangaPrakash
Active Contributor
0 Likes
956

Hello Sam,

Try with transaction code SE21, enter your package and press on delete.

Regards,

TP