cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the package name of View or Window

Former Member
0 Kudos

Hi all,

i have created the Webdynpro Application.i have some Views and Windows in the WebDynpro Peoject.i want to change the package Names of Views.is it possible???

thanks in advance

regards

Naidu

Accepted Solutions (1)

Accepted Solutions (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi Naidu

Though you rename the package name, the view in that package refers to the old package and hence that view can be used in other views by including the old package name only. Renaming doesn't have significance that you expect. You can create a new package and views in it and copy the implementation of views from the old package to the views in the new package.

Regards

Vijayakhanna Raman

Answers (2)

Answers (2)

former_member185029
Active Contributor
0 Kudos

hi,

thats not a complete truth.

It will give you error (for objects like wdThis etc.)

You can rightclick on that object and select

Source->Organize Imports...Thats it.

I have done it many times in my projects and haven't face problem yet.

Ashutosh

Former Member
0 Kudos

it's possible to change the package name for simple type? or the project name?

former_member185029
Active Contributor
0 Kudos

Hi Naidu,

just rightclick on the view name and choose Rename option.

There you can change the existing package of view/window.

Ashutosh