cancel
Showing results for 
Search instead for 
Did you mean: 

Can we change package of the project

Former Member
0 Kudos

Hello Everybody,

I have developed one Webdynpro application using JDI. I have specified some pacakge name for all components and views. But, now i want to change the package name for all the components and views. Can I change it?

If yes then how can we do that?

Like: Initially I have given package name as: com.xxx

But, now I want this package name as com.yyy.

Is it possible?

Thanks in advance,

Bhavik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Bhavik,

Yes it's possible. In the Web Dynpro Explorer, right-click on an object and select "Rename". You can then enter a new package name for all your objects (Components, Views... ). For models you need to delete and create them again, unless there's a way to rename them that I'm not aware of.

You might have a few errors after that, just go into the implementation of the objects with errors and change the package names there. Do not rename the packages in the source files.

Regards,

Olivier