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

How to remove a package from package structure?

Former Member
0 Likes
1,085

Hello profs,

i have a problem. I add a package 'A' to another package 'B' in the package builder.

Now i don't know how to remove package 'A' from the list of package 'B'.

I have not found in the docu of package builder how to remove a package from the included list.

Has somebody an idea how to do it?

Thanks a lot.

Hello profs,

i have a problem. I add a package 'A' to another package 'B' in the package builder.

Now i don't know how to remove package 'A' from the list of package 'B'.

I have not found in the docu of package builder how to remove a package from the included list.

Has somebody an idea how to do it?

Thanks a lot.

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
855

Have you checked thru transaction code SE80 and select pacakge and double click on package B and check for "package included" tab there you can find option to delete included packages

Read only

0 Likes
855

Hello aRs,

thanks for fast reply,

I want to remove this package and not delete it.

Best regards

Waldemar

Read only

0 Likes
855

i don't find an easy way. My suggestion will be copy all objects under A to new package and delete package A

or

rename all objects under package A to a new name and delete package A.

Read only

0 Likes
855

I found out that the relation between the packages saved in table TDEVC.

Field PARENTCL contains the surrounding package 'B' of the package 'A' field DEVCLASS.

At the moment the only way to remove the package is to modify the table.

But i look for another possibility for this issue.

Best regards

Waldemar