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

moving a class into a package?

Former Member
0 Likes
779

hi,

is there a way through which I can move an existing class inside a newly created package?

Best Regards,

Tarun

hi,

is there a way through which I can move an existing class inside a newly created package?

Best Regards,

Tarun

2 REPLIES 2
Read only

Former Member
0 Likes
737

Hi Tarun,

Go to se80.

Give your classname by chosing the Class/Interface from the list box.

Then right click on the class->Other Functions->Change Package Assignment.

Then click on the pecil button to go to the cjhange mode. Give the name of the new package in place of the old.

Regards,

Ravi

Read only

0 Likes
737

thanks..