cancel
Showing results for 
Search instead for 
Did you mean: 

How can i navigate between windows?

Former Member
0 Kudos

Hi.

Experts

I want to navigate between windows.Because i am making a project of Guest House management in webDynpro.So many many screens are there to built and link.I am planning to make a single webdynpro component for it.

Is this right?If yes Tell me how can i navigate between windows.

(like room request to allocate room and many other window).

Regards

Sunny.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Sunny

If You want to make a window DEFAULT follow these steps

1) Suppose if you have 2 windows say Window1 and Window2

2) Double Click on your Application

3) In Application <b>Properties</b> --><b>Interface View</b>

you will get two interface views Window1InterfaceView and Window2InterfaceView

4) Select which ever window you want to make as default

and make your view in desired window's <b>DEFAULT </b>property to <b>true</b>

Best Regards

Chaitanya.A

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sunny

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/dialog%20boxes%20in%20web%20dynpro%20applications.pdf">Dialog Boxes Example</a>

Follow the above example so that you can know how to navigate among several windows

Regards

Chaitanya.A

Former Member
0 Kudos

Hi Sunny,

Its not a good idea to have a monolithic application.

Try to create manageable DCs and then integrate them.

If i got your question correct "Tell me how can i navigate between windows"

Use the following methods

wdComponentAPI.getWindowManager().createModalWindow(windowInfo)

wdComponentAPI.getWindowManager().createExternalWindow(URL, title, modal)

Regards

Ayyapparaj

Former Member
0 Kudos

Hi KV

I got your concept.

How can i Integrate different DCs.

Regards

Sunny Shah.

Former Member
0 Kudos

Using the "Used DCs" and "Public part" concepts, integrate your DCs.

n then u could navigate between DCs.

Former Member
0 Kudos

Hi,

You can expose views between components using interface views.

and contexts ,methods using Interface controllers.

You can raise and subscribe events between components

Regards

Ayyapparaj

Former Member
0 Kudos

Hi KV

Will you please give me link of any tutorial that explains how to integrate Different compnents.

Regards

Sunny

Former Member
0 Kudos

Hi Sunny,

Check the following

[original link is broken]

Regards

Ayyapparaj