cancel
Showing results for 
Search instead for 
Did you mean: 

Message Manager with multiple Views and Windows

Former Member
0 Kudos

Hi,

Please help me with a puzzle.

I am working on a WDA application that has 3 views and windows.

The First View and Window displays some records in ALV along with  options to create, update and delete a record.

When create or update buttons are clicked a second window opens up displaying a second view to create or update the record.

When delete is clicked a third window opens up that has delete confirmation events 'YES' and 'NO'

My problem is displaying the success or error message on the first window.

Second and third views call the methods defined on the controller to execute the correct events, but when I raise a message through window manager the message is displayed either on the second or third window based on the type of operation being performed.

How can I display the message on the first window while executing the methods from the controller?

Appreciate your help in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sushil,

Is there any specific reason you are using 3 windows?

Generally you can embed 3 views in the same window and navigate within them.

This way you won't face the problem you described.