cancel
Showing results for 
Search instead for 
Did you mean: 

how to use multiple windows in a Web DynPro Applicatios

Former Member
0 Kudos

Hai all,

How can i use multiple windows in a single web DynPro Application?

And give me any real time example for using multiple windows in a single Web Dynpro application

Thanks & Regards

G.Sreevathsava

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What kind of multiple window do you want? There are two types. The first is the dialog window - more commonly known as the popup. This is when you display a modal window over the top of your applicatoin. It blocks the view of the main window and you can't input data into the main window until the dialog window is closed. You can use the code wizard : Option Generate Popup - to insert the code to component another window from your component or a component usage.

The other option is to open a new Web Dynpro ABAP application into a completely new browser window. For this we use navigation plugs. You can send some importing parameters via the URL to this new application. However it is important to note that in this situation you have two completely separate user sessions on the server. There is no direct data sharing or communication between these sessions.

Former Member
0 Kudos

Hi SreeVasthava

when your clicking some button or some action you will show another window like google.

If you click upload file it will be open one window or dialog box .

https://wiki.sdn.sap.com/wiki/display/stage/Dialog%20boxes%20in%20WebDynpro%20ABAP

Former Member
0 Kudos

You can use the window plug navigation to move to different windows in the same application

Former Member
0 Kudos

Example would be one window belongs to BP, second window is your application specific.

For selecting BP to use in your application, you can migrate from your application window from WD comp1 to BP window in WD Comp2

Regards

Senon