InterviewSolution
| 1. |
If The View Set Concept Is Not Implemented In Web Dynpro For Abap, What Options Are There For Reusing Views ? |
|
Answer» In both Web Dynpro for ABAP and Java, there is a specific UI Element called the View Container. This UI element, when added to a view layout, acts as a container for any other view. View Containers can be arranged in LARGE variety of ways in order to achieve the desired layout on the screen. The views that can be embedded into a View Container UI element are the following: Any view from the CURRENT COMPONENT Any visual interface from a child Web Dynpro component An EMPTY view (supplied AUTOMATICALLY by the Web Dynpro runtime) In both Web Dynpro for ABAP and Java, there is a specific UI Element called the View Container. This UI element, when added to a view layout, acts as a container for any other view. View Containers can be arranged in large variety of ways in order to achieve the desired layout on the screen. The views that can be embedded into a View Container UI element are the following: Any view from the current component Any visual interface from a child Web Dynpro component An empty view (supplied automatically by the Web Dynpro runtime) |
|