HI All,
I am developing a web dynpro application
I have a main view in which I have a view_Container element that calls a view lets say(Details_view).
I have a button row in the main view and in the details_view I have some fields and a table.
I need to validate the attributes of the second view when an action is triggered i.e (Button clicked in the main_view).
How do i get what action is triggered in initial view in the details_view?
Moreover I need to validate and display the message in the message area of the details_view?
Is it possible to get the view controller reference of the details_view in the main_view?
Can somebody help me out.
Thanks,
Krishna