cancel
Showing results for 
Search instead for 
Did you mean: 

View of Component Is Not Visible. Navigation Is Not Possible

Former Member
0 Kudos

Hi All,

I have copied Window1 into Window2 and when I try to navigate from view1 to view2 in the copied window(window2),the dump "View of Component Is Not Visible. Navigation Is Not Possible " is thrown.

I have tried recreating the navigation links in the second window as well,but no luck.

Can any one please help me out,this is very uregnt...

Thanks,

Salma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Salma,

Check if you have changed any default view properties of a window.

Regards,

Santosh

uday_gubbala2
Active Contributor
0 Kudos

Hi Salma,

Are you trying to navigate between the views of 2 different windows? If that's the case then you can proceed as follows:

Create 2 views and 2 windows and assign first view to first window and second view to second window. Also create an [exit plug|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm] for window1 with parameter URL of type string.

Note:

when you create windows automatically an interface view will also create with same name.

Now create application1 for window1(nothing but give interface1 ) in the same way create another application and assign corresponding interface view.

Then write your logic in the onAction method of view1,call the exit plug of window1 then pass the URL of second application.

Regards,

Uday

Former Member
0 Kudos

No Uday, I am not navigating between the views of different windows.I am navigating between the views of the same window(window2).Window2 is is a copy of Window1.

Can you please let me know how to resolve this issue in this case?

Regards,

Salma

Former Member
0 Kudos

Hi Salma,

Are you able to solve this issue. if yes pl. let me know.

Thanks

sateesh

Former Member
0 Kudos

This should not be of any problem if you have just copied a window to another window. Are you sure that you have not changed anything ?

Can you post the exact error message ? What are you trying to do and why this copy needed ?