on 2012 May 18 9:53 AM
Hello Experts!
I have a MessageArea UI element in my main view, which worked fine until I introduced a separate window appearing as a PopUp using a window manager. PopUp window has a button that calls a method in ComponentController , which should add messages to the MessageArea in the main View as the PopUp is immediately closed after button is clicked. Messages do not appear now.
My guess is that message manager is picking a MessageArea on PopUp rather then in the main window. If PopUp is removed all works fine.
Is my guess correct?
How would I specify correct message area?
Request clarification before answering.
Hi,
You can pass the view name of the main view as an exporting parameter to the method used to raise the message.
Regards,
Sayan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Sayan!
Your responce led me to the correct answer.
Case 4: If a message is reported when a modal dialog box is closed, the parameter VIEW must be populated. If this parameter is not populated, the message is not displayed.
http://www.stechno.net/sap-notes.html?view=sapnote&id=1458651
User | Count |
---|---|
48 | |
6 | |
6 | |
6 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.