Application Development 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: 

Not able to delete package

Former Member
0 Kudos

Hi,

I am not able to delete the objects in my package as i am not able to see them in SE80.

I could see the objects in SE21 but i am not able to delete it.

Can you tell me if I can delete it from SE03, if so how to delete it

Please advise.

Thank You and best Regards

Rachana

3 REPLIES 3

former_member343446
Discoverer
0 Kudos

Hi,

1. Assuming you're in development enabled environment (development system, sandbox, etc.)

2. is package really empty? Not all objects contained in a package can be seen in SE80 (i.e. SOTR texts). For this you can use SE03 and list all objects of specific package.

3. Is the system in which you try to delete the package same as package original system? If not you need to change package original system.

Now you should be able to delete the package in SE21/SE80. Otherwise system should display appropriate message.

BR
Wojtek

larshp
Active Contributor

Check database table TADIR, it has to have zero objects for the package.

Note that for transported deleted objects the TADIR entry is deleted when the transport is released, so you might need to release a transport with the object deletions, and then delete the package

p244500
Active Contributor

hi

please used bellow step

1.go to TADIR and get all object related to package ( TADIR-DEVCLASS = Package Name ) or use FM RS_GET_OBJECTS_OF_DEVCLASSto get all objct

2 . Create transport request in the system and then re-create all the previously deleted objects using SE80 and save it to the above request . Then delete all the sub object one by one .

3.once all sub object delete,create separate transport request and then you can delete the package .

Regard,

Nawa