cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi.

I'm trying to delete a empty Package and appears the following message: " The package still contains subobjects " but the package is already empty. Somebody knows how i can delete it ?

I'll be so happy if somebody can help me with this simple question.

Regards AR.

View Entire Topic
Former Member
0 Likes

I had the exact same issue. I deleted all the underlying content, but got the "The package still contains subobjects".

So I brute-forced it as well:

delete from sap_db_name.TADIR where DEVCLASS='package_name';

Removed those records from the table.

Go back to SE80, and the package deleted, no problems