on 2009 Jan 27 8:13 AM
Hi, experts,
I have now a popup window, in which some fields should be filled by the users. After the these fields are filled, the user will click on the "ok" button in the popup window. The popup window should be closed and then the values of the input should be transfered from the popup window to the background window and a table in the background window should be updated accordingly.
I have checked some threads about popup window and I got the following solution:
1. I created an event and an event handler in the main Component Controller.
2. I defined the action of "OK"
- populate the context node with the input value
- close the popup window
- fire the event
My question is how should i define the event handler in the main Component Controller. Should I navigate to the background window? If yes, how?
hi,
I have found the solution.
http://www.scribd.com/doc/7068409/Working-With-Events-in-Web-Dynpro-ABAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That same document can actually be found on SDN:
User | Count |
---|---|
76 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.