InterviewSolution
| 1. |
What Is A View In Web Dynpro Application? |
|
Answer» Each Web Dynpro application contains at least ONE view and it is USED to define layout of a user INTERFACE. Each view consists of multiple user element and a CONTROLLER and context. The controller is used to process user request and PROCESSING of data and context contains data to which elements of view are bound. Each Web Dynpro application contains at least one view and it is used to define layout of a user interface. Each view consists of multiple user element and a controller and context. The controller is used to process user request and processing of data and context contains data to which elements of view are bound. |
|