The browser window in DataView is designed as a docking window. It can contain several browser views that can be activated by tabs (subsequently called browser). Each browser displays data structures similar to the way the Windows Explorer shows folders and files. The following picture shows the browser window and introduces you to the terminology.
You can use [F5] all the Refresh button to refresh the double structure. In order to navigate in the structure, please execute the following actions.
Action | Explanation |
right mouse-click | opens the context menu (NoSelect menu). |
double-click | toggles the display of dependent elements |
In order to define the data structure in the browser, you must create browser lists. They supply the individual levels with data. The display of relations with dependent data requires the browser lists to be linked with iwf_lis_...-calls in the Select menu. A browser is called with the standard userexit iwf_brw_ent. It is passed a driving entity and a browser list in order to supply the data of the top level. You can use additional modifiers in the parameter string to specify properties and behavior of the browser.
For customizers/programmers of Agile e6 applications a browser component is available which allows a comfortable definition of browser structures and browser behavior.