Hi,
We are desging an application in WEB Dynpro for ABAP. My application has a main view with area divided into header and detail. Header area has a tab strip with 3 tabs and detail areas has 7 tabs. For each tab I have one View element container.
Then I have designed separate views for each tab with the fields for which I need input. I have embeded the view beloning to the corresponding tab.
Now my requirement is to get the content of input fields whenever user tries to move from one tab to another tab. I have set the tab names in the global attribute of my main view.
I can get the tab using (tab) ?= view->get_element( tab ) in the method WDOMODIFVIEW of main view.
But how do i proceed from here to get the content of input fields.
Thanks in advance for the help.
Regards
Rohit Chowdhary.