Hi
I have a Z WebDynpro that has 2 view: Main and PopUp view
When i press a button in the main view it calles the popup view in a popup window.
The PopUp contains to buttons "yes" and "No"
when user press YES it update the db with some details. Before the DB update is executed i have some check, when the checkes failed the popup window is closed and i want the user will see them in the main view.
is it possible to display the messages in the main view ? cause the checks happens when i m in the popup view/window.
Thanks Ami