InterviewSolution
Saved Bookmarks
| 1. |
What Is Global And Local Controller In Web Dynpro? |
|
Answer» In Global CONTROLLER, the data declared in this can be accessed by all views and WINDOW in that component. VIEW controller is a local controller for that view and can’t be accessed by other CONTROLLERS. In Global controller, the data declared in this can be accessed by all views and window in that component. View controller is a local controller for that view and can’t be accessed by other controllers. |
|